.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
text-align:center;
display: block;
width: 80px; /*Width of top level menu link items*/
padding: 2px 4px;
border: 1px solid #202020;
border-width: 1px solid white;
border-right: 1px solid white;
border-left: none;
border-top: 0px;
border-bottom: 0px solid;
border-color: white solid;
background-color:#b3b444;
text-decoration: none;
/*background: url(../imagenes/menu/menubg.gif) center center repeat-x;*/
color: white;
font: 12px Arial;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 1px solid white;
border-bottom: 1px solid white;
position: absolute;
display: block;
visibility: hidden;
filter: alpha(opacity=95);
z-index: 100;
padding: 0px 0px;
opacity:95;
-moz-opacity:.95;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* ESTILO DE OPCIONES DEL SUB-MENU */
.horizontalcssmenu ul li ul li a{
width: 180px; /*width of sub menu levels*/
font-weight: normal;
padding: 2px 5px;
background: #b3b444;
border-width: 0px 1px 1px 1px;
border-color: white;
text-align:left;
}

/* OPCION ACTIVA DEL MENU*/
.horizontalcssmenu ul li a:hover{
/*background: url(../imagenes/menu/menubgover.gif) center center repeat-x;*/
color:white;
background-color:#777828;
font-weight:bold;
}

/* OPCION ACTIVA DEL SUB-MENU */
.horizontalcssmenu ul li ul li a:hover{
background: #777828;
color:white;
font-weight:bold
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
/*background: transparent url(../imagenes/menu/menuarrow.gif) no-repeat center left;*/
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */
