nav ul {
font-size:16px; 
color:#fff;
padding-left:0px;
margin-left:0px;
}

nav li { display:inline; 
} 

nav ul li a {
	text-decoration:none;
	color:#FFF;
	border: solid 1px #035a4e;
	border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-webkit-border-radius:10px;
	padding:9px;
	background: #048b78; 
background: -moz-linear-gradient(top,  #048b78 0%, #026a5c 90%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#048b78), color-stop(90%,#026a5c)); 
background: -webkit-linear-gradient(top,  #048b78 0%,#026a5c 90%); 
background: -o-linear-gradient(top,  #048b78 0%,#026a5c 90%);
background: -ms-linear-gradient(top,  #048b78 0%,#026a5c 90%); 
background: linear-gradient(to bottom,  #048b78 0%,#026a5c 90%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#048b78', endColorstr='#026a5c',GradientType=0 ); 
		}
	
nav ul li a:hover {
background: #f7cc4e; 
background: -moz-linear-gradient(top,  #f7cc4e 1%, #e1b73d 91%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f7cc4e), color-stop(91%,#e1b73d)); 
background: -webkit-linear-gradient(top,  #f7cc4e 1%,#e1b73d 91%); 
background: -o-linear-gradient(top,  #f7cc4e 1%,#e1b73d 91%); 
background: -ms-linear-gradient(top,  #f7cc4e 1%,#e1b73d 91%); 
background: linear-gradient(to bottom,  #f7cc4e 1%,#e1b73d 91%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7cc4e', endColorstr='#e1b73d',GradientType=0 );
color:#fff;
border: solid 1px #ebbb2d;
}

.selected{
font-size:16px; 
color:#fff;

}

.selected a{

font-size:16px; 
color:#fff;
background: #f7cc4e; 
background: -moz-linear-gradient(top,  #f7cc4e 1%, #e1b73d 91%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f7cc4e), color-stop(91%,#e1b73d)); 
background: -webkit-linear-gradient(top,  #f7cc4e 1%,#e1b73d 91%); 
background: -o-linear-gradient(top,  #f7cc4e 1%,#e1b73d 91%); 
background: -ms-linear-gradient(top,  #f7cc4e 1%,#e1b73d 91%); 
background: linear-gradient(to bottom,  #f7cc4e 1%,#e1b73d 91%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7cc4e', endColorstr='#e1b73d',GradientType=0 );
border: solid 1px #ebbb2d;
border-radius:10px;
-moz-border-radius:10px;
-o-border-radius:10px;
-webkit-border-radius:10px;
padding:10px;
}

.selected a:hover{
  background: -moz-linear-gradient(top,  #048b78 0%, #026a5c 90%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#048b78), color-stop(90%,#026a5c)); 
background: -webkit-linear-gradient(top,  #048b78 0%,#026a5c 90%); 
background: -o-linear-gradient(top,  #048b78 0%,#026a5c 90%);
background: -ms-linear-gradient(top,  #048b78 0%,#026a5c 90%); 
background: linear-gradient(to bottom,  #048b78 0%,#026a5c 90%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#048b78', endColorstr='#026a5c',GradientType=0 );
	color:#FFF;
	border: solid 1px #035a4e;
}

#mnu{width:999px; margin: 0 auto;}
