.TopNav
{
	background-color:#004880;
	height:57px;
	cursor:pointer;
	width:600px;
	
}


 
 .Level2Tab 
 {
	 background-color:#004880;
	 height:25px;
   color: white; 
   font-family: verdana; 
   font-size:11px; 
  cursor:pointer;
 }
 
 .Level2TabHover 
 {
		background-color:#004880;
	 height:25px;
   color: white; 
   font-family: verdana; 
   font-size:11px; 
   text-decoration:underline;
   cursor:pointer;
 }
 
 .SelectedLevel2Tab 
 {

   background-color:#6688A9;
   color:White;
	 height:25px;
   font-family: verdana; 
   font-size:11px; 
   position:relative;
   cursor:pointer;
 }

 