.chromestyle{
width: 99%;
color:red;
font-family:"Lucida Sans";
/* font-weight: bold;*/
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}


.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute; 
	
	top: 0;
	border: 0px solid #f9f9f9; /*THEME CHANGE HERE	font: 100% Lucinda Sans, Arial, Helvetica, sans-serif;	*/
	border-bottom-width: 0;

	
	z-index:1100;
	background-color:#fafafa;
	width: 280px;
	visibility: hidden;
	z-index: 1100;
	
/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 
	filter: alpha(opacity=80);
	opacity: .8;*/
/* filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
/*width: auto;*/
display: block;
padding:12px 0;
color: #f9f9f9;
/*line-height: 11px;*/
z-index: 1200;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}


.menuseleccionado {
background-image:url(../imagenes/interfaz_menu_fondo_on.gif);
}

.submenuseleccionado { 
background-color: #eeeeee;
}


