@charset "UTF-8";
/* CSS Document */

/*** Nav bar styles ***/

ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}

ul.nav{
	display: table;
}
ul.nav>li{
	display: table-cell;
	
	padding: 2px 2px;
}


ul.nav>li:hover{
	padding-right: 1px;
	color:#FFF
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 2px 2px;
}

/*** Menu colors (customizable) ***/

ul.nav,
.nav ul,
.nav ul li a{
	color: #CB5FE6;
}


	
ul.nav li:hover,
.nav ul li a:hover{
	color: #FFF;
}


ul.nav li:active,
.nav ul li a:active{
	color: #FFF;
}

ul.nav,
.nav ul{
	border: 0;
}

.nav a{
	text-decoration: none;
}
ul.nav{
	display: table;
/*Just add the following properties and values*/
	width: 100%;
	table-layout: fixed;
}
li {
	line-height: 200%;
}
.nav li strong {
	text-transform: uppercase;
	font-size: 85%;
}
li {
	font-size:95 %;
}

