/* estilo para el menu principal*/
a.aMenu 
{	 
	font-family:Arial;
	font-size:11px;
	font-weight:bolder;
	color:white;
	text-decoration:none;	
}
a.aMenu:hover 
{
	/*color:#800000;*/
	color:silver;
	font-style:italic;
}
/*Estilo para los submenus*/
a.aSubMenu
{
	font-family:Arial;	
	font-size:10px;
	text-decoration:none;
	color:Navy;
}
a.aSubMenu:hover
{
	color:#800000;
	font-style:italic;
}
	
/* Estilo para las celdas del menu principal*/
.TextoMenu 
{	
	cursor:hand; 	 	 	 
	/*border-left-style:groove;
	border-left-width:1px;*/
	border-right-style:groove;
	border-right-width:1px;	 
	/*border-bottom-style:groove;
	border-bottom-width:1px;	
	border-top-style:groove;
	border-top-width:1px;	 */
	width:110px;
	height:18px;
	text-align:center;
	
	
}
/* Este estilo le da forma al Div en donde se dibujan las subopciones*/
.DivSubMenu
{
	display:none;	
	position:absolute;	
	top:auto;
	width:auto;
	height:auto;			
	border-right-style:groove;
	border-right-width:3px;		
	border-right-color:Gray;
	border-bottom-width:2px;
	border-bottom-color:Gray;
	border-bottom-style:groove;
	background-color:#dddddd;
	z-index:1000;
}
/* estilo para cada una de las subopcioines*/
.divOpcionesSubmenu
{
	cursor:hand;
	width:130px;	
	text-align:center;		
	vertical-align:middle;
	border-bottom-style:groove;
	border-bottom-width:2px;
	padding:0px 0px 0px 0px;	
	height:25;
}
 

