.menu {
line-height: 1.9em;
}

.menu a {
	display:block;
	white-space: nowrap;
	font-weight:bold;
	text-decoration:none;
}

.menu a:hover {
	background-color:#ede4d6;
	color:#666;
}

/*-------------------------------------------------*/

.menu ul{list-style-type:none;}

.menulevel0{margin:0;margin-left:3px;margin-bottom:0.5em;padding:0;}
.menulevel1{margin-left:0;padding:0;}
.menulevel2{margin-left:0.2em;padding:0;}
.menulevel3{margin-left:0.6em;padding:0;}

.menulevel0 a{
	font-weight:bold;
	/*color:#525751;
	background-color:#D6CBB5;*/
	font-size:90%;
	
	background-image: url(images/menubtn.gif); 
	height:25px;
	color: #525751; 
	text-decoration: none; 
	display: block; 
	width: 100%; 
	background-repeat:no-repeat;
	vertical-align:top;
	
}
.menulevel1 a{
	color:#D60000;
	background-color:#FFF;
}
.menulevel1 a:hover {
	background-color:#ede4d6;
	color:#666;
}

.menulevel0 li{border-bottom:0px/* dotted #666;*/}

.menulevel2 a{
	color:#000;
	border:0;
	font-size:85%;
	font-weight:normal;
	background:#FFFFFF;
}

.menulevel1 li{border:0;}

.menulevel3 a{
	background:transparent;
}

.menu a.desplegable{
	/*cursor:pointer;*/
	background-repeat: no-repeat;
	background-image: url(images/desplegar.gif);
	background-position: right center;
}