.nav  {
   font-size : 13px; 
   font-family : Verdana, Arial, Helvetica, sans-serif, "MS sans serif"; 
   color : #336699; 
   font-weight : bold; 
	text-decoration : none; 
} 

.nav:hover  {
   text-decoration : underline; 
   font-size : 13px; 
   color : Gray; 
   font-family : Verdana, Arial, Helvetica, sans-serif, "MS sans serif"; 
	font-weight : bold; 
}	

A 	
{ 
	TEXT-DECORATION: none;	
	COLOR: #336699 
}
A:hover 	
{ 
	TEXT-DECORATION: none;	
	COLOR: #FF9900 
}

LI  {
   font-size : 9px; 
   font-family : Trebuchet MS, Arial, Helvetica, sans-serif, "Trebuchet MS"; 
   color : #000000;
   list-style-image : url(images/bullet.gif);
}