a.menu:link {
	 FONT-FAMILY: Verdana;
     font-size: 12px;
	 color: #ffffff;
     background-color: transparent;
	 text-decoration: none;
     }

a.menu:visited {
	 FONT-FAMILY: Verdana;
     font-size: 12px;
     color: #ffffff;
     background-color: transparent;
	 text-decoration: none;
     }

a.menu:hover {
	 FONT-FAMILY: Verdana;
     font-size: 12px;
     color: #fed205;
     background-color: transparent;
     text-decoration: none;
     }

a.menu:active {
	 FONT-FAMILY: Verdana;
     font-size: 12px;
     color: #ffffff;
     background-color: transparent;
	 text-decoration: none;
     }