A.nav{ 
font: normal x-small bold, Arial, Helvetica, sans-serif; 
width:182px; 
height:27px; 
border: 1px solid #000066; 
color: #000066;
background: #CCCCCC; 
text-decoration: none; 
cursor:pointer; 
display: block; 
} 
  
A.nav:Hover{ 
color: #ffffff; 
width:178px; 
border: 1px solid #000066; 
background: #000066; 
text-decoration: none; 
display: block; 
} 


A.navsub{
	font: normal x-small arial, sans-serif;
	width:181px;
	height:24px;
	border: 0px solid #ffffff;
	color: #000066;
	text-decoration: none;
	cursor:pointer;
	display: block;
	background-color: #FFFFFF;
} 
  
A.navsub:Hover{
	color: #ffffff;
	width:177px;
	border: 0px solid #ffffff;
	text-decoration: none;
	display: block;
	background-color: #000066;
} 
