
	
#navyarisma ul{
margin: 0;
padding: 0;
font:16px Trebuchet MS;
width:100%;
background-color: #007CA3;
color:#ffffff;
height:27px;
}

* html #navyarisma ul{ /*IE only rule, reduce menu width*/
width: 691px;
height:22px;
font:16px Trebuchet MS;
}

#navyarisma ul li{
display: inline;
height:22px;
div text-align:center;
}

#navyarisma ul li a{
float: left;
color:#ffffff;
padding: 2px 12px;
text-decoration: none;
background-color: #007CA3;
border-right: 1px solid #ffffff;
font:16px Trebuchet MS;
height:27px;
}

#navyarisma ul li a:visited{
color: #f6f6f6;
height:27px;
}

#navyarisma ul li a:hover{
color: #007CA3;
background-color: #f6f6f6;
font:16 Trebuchet MS;
height:27px;
}		
	
#navyarisma ul li.selected a, #navyarisma ul li.selected a:active, #navyarisma ul li.selected a:visited{
color: #007CA3;
background-color: #f6f6f6;
font:16 Trebuchet MS;
height:27px;
}			