/* Estilos Menú*/
.menu        
{
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 10pt;
	cursor: hand;
	text-decoration: none
}
.menutdover 
{ 
	cursor: hand;
} 

.menu a:link,a:active,a:visited         
{		
	color: #506400;
	text-decoration: none
}

.menu a:hover  
{
	color: #F0D010;
	text-decoration: none 
}
