a.menu1 {
font-family: Verdana,Arial,sans-serif;
      color: white;
  font-size: 10pt;
font-weight: lighter;
 font-style: none;
       }

a.menu1:LINK{
	text-decoration: none ;
	color: white;
	  }

a.menu1:VISITED{
	text-decoration: none;
	color: white;
	     }

a.menu1:HOVER{
	Color: orange;
	text-decoration: none;
	   }
 

a.menu2 {
font-family: Verdana,Arial,sans-serif;
      color: black;
  font-size: 9pt;
font-weight: lighter;
 font-style: none;
       }

a.menu2:LINK{
	text-decoration: none ;
	color: black;
	  }

a.menu2:VISITED{
	text-decoration: none;
	color: black;
	     }

a.menu2:HOVER{
	Color: orange;
	text-decoration: underline;
	   }
 


