

/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 display: none;
 position: absolute;
 top: 15px;
 margin-top: 5px; /* I'm using ems and px to allow people to zoom their font */
 width: 150px;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: -5px;
 left: 198px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 display: block;
 position: relative;
 margin-right: -1px;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin: 0;
 margin-bottom: -1px;
}

.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

/* Links inside the menu */
.menulist a {
 display: block;
 text-decoration: none;
 color: #FFFFFF;
 background-color: #505050;
 font-family: verdana;
 font-size: 11px;
 border-top:1px solid #808080;
 border-bottom:1px solid #808080;
 border-left:1px solid #808080;
 border-right:1px solid #808080;
 padding-top: 1px;
 padding-bottom: 2px;
 padding-left: 5px;
 padding-right: 20px;
 text-align: left;
 width: 172px;
 margin-bottom: 0px;
}

.menulist .encabezado_menu {
 background-image: url("../images/cabecera_menu.png");
 background-repeat: repeat-x;
 background-color:#000000; 
 font-family: verdana;
 font-size: 11px;
 color: #FFFFFF;
 padding-top: 3px;
 padding-bottom: 4px;
 padding-left: 5px;
 padding-right: 10px;
 text-align: left;
 display: block;
 width: 182px;
 height: 13px;
 border-top: none;
 line-height:9pt;
}

/*
	Esta clase se usa para cuando se navega por el menu. Se aplica en cada onmouseover
	de las clases items del menu superior (Nivel 1, nivel 2 y nivel 3)
*/
.menulist .encabezado_menu_hover {
 background-image: none;
 background-color: #000000;
 font-family: verdana;
 font-size: 11px;
 color: #FFFFFF;
 padding-top: 3px;
 padding-bottom: 4px;
 padding-left: 5px;
 padding-right: 10px;
 text-align: left;
 display: block;
 width: 182px;
 height: 13px;
 border-top: none;
 line-height:9pt;
}

.menulist .encabezado_menu:hover,
.menulist .encabezado_menu-hover {
	background-color: #000000;
	background-image: none;
}

#menu_superior{
	float: left;
	margin: 0px;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFFFFF;
 background-color: #887844;
 border-bottom:1px solid #808080;
}

.menulist a.highlighted {
 color: #FFFFFF;
 background-color: #887844;
 border-bottom:1px solid #808080;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
/* display: run-in;*/
 float: left;
 width:5px;
}
.menulist ul a .subind {
 display: block;
 float: left;
}

.textoOpcionFSMenu{
	position:relative;
	left:9px;
	cursor:pointer;
}
.textoOpcionFSMenuConHijos{
	position:relative;
	left:9px;
	margin-left:-5px;
	cursor:pointer;
}

.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}

.menulist a {
 float: none;
}


*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}
/* End Hacks */

#menu_inicial{
	
}

#menu_inicial:hover,
#menu_inicial-hover{
	background-color: #000000;
}

