/*
ESTILOS PARA MENU DE DOS NIVELES
*/

* {
    padding: 0px;
    margin: 0px;
}

#cabeceraE ol li{
    display: block;  
}
#cabeceraE ol li a{ 
	text-decoration:none;
}
/*
esto es para la posicin del primer submenu al ponerte sobre un menu desplegable
*/
#cabeceraE ol li ul {
    display: none;
} 
#cabeceraE ol li:hover ul {
    display:block; 
	position:relative;
}
#cabeceraE ol li:hover {

}
#cabeceraE ol li:hover ul li ul {
    display: none;
}
/*
	OL PRINCIPAL
    width, height del menu total, position
*/
.menubar{
	position:relative;
    padding: 0px;
    margin: 0px;
	width:849px;
	height:24px;
	float:left;
}
/*
    es el 1 nivel del menu
	OL LI
    background-image,float,width,font,color,height,padding,text-align
*/
.bar{
	margin-right:10px;
	margin-left:10px;
   background-color:#FFFFFF;
   width:.menubar;
   /*height:27px;*/
   float:left;
   font-family:"Trebuchet MS";
   color:#003366;
   font-size:0.7em;
   font-weight:bold;
   text-align:center;
   /*line-height:0.9em;*/
   padding-top:5px;

}
.bar:hover{

} 
.bar a{
	color:#000066;
}
.bar a:hover{
	color:#007700;
}
/* UL SECUNDARIO  */
.menu{
	margin:0px;
	padding:0px;
	margin-left:10px;
	float:left;
	
	width:inherit;

	margin-top:7px;
	margin-left:0px;
	border-left-width:1px;
	border-left-style: solid;
	border-left-color: #666666;
	border-right-width:1px;
	border-right-style: solid;
	border-right-color: #666666;
	border-bottom-width:1px;
	border-bottom-style: solid;
	border-bottom-color:#666666;
	background-color:#FFFFFF;		
}
/*
    es el 2 nivel
	OL LI UL LI
    font,color,float,width,padding,height
*/
.menuitem{
	/*width:100px;*/
	/*height:18px;*/
	background-color:#EFEFEF;
	list-style-type:none;
	padding-top:0px;
	border-bottom-width:2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	/*float:left;*/
	font-weight:normal;
}
.menuitem:hover{
	background-color:#FFFFFF;
}
.menuitem a:hover{
	color:#007700;
}
/* aadido a medida para LEMASA*/
#lineas{
	width:115px;
	margin-bottom:-5px;
}
#comercializacion{
	width:91px;
	margin-bottom:-5px;
}
