.menu {
font-family: arial, sans-serif; 
width:557px; 
margin:0;
padding:0;
line-height:0; 
position:relative;
z-index:100;

}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
border:0;
}
/* float the list so that the items are in a line */
.menu ul li {
float:left; 
padding:0;
margin:0;
line-height:0;
}


.menu ul li .hide{
float:left;
font:bold 12px/28px arial;
color:#5C5634;
	
}


/* style the links to be 249px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a, .menu ul li a:visited {
display:block; 
text-align:center; 
text-decoration:none; 
width:126px; 
height:26px; 
color:#000; 
background: url(../imgs/pestana.gif) no-repeat top center; 
line-height:26px; 

}
/* make the dropdown ul invisible */
.menu ul li ul {
display: none;

}


.claro {

	color:#5C5634;
	font-weight:bold;

}

.oscuro {

	color:#2A1310;
	font-weight:bold;

}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
/*color:#2A1310;*/ 
color:#2A1310;
background: url(../imgs/pestana.gif) no-repeat top center; 

}
/* make the sub menu ul visible and position it beneath the first list item */
.menu ul li:hover ul {
text-align:left;
display:block; 
position:absolute; 
top:25px; 
left:0; 
text-align:left;
z-index:100;
}
/* make the sub menu ul li the full width with padding and border. Add an auto scroll bar */
.menu ul li:hover ul li {
background:#797144; 
color:#000;
width:557px;
height:345px;
overflow:auto;
}
/*float the image left with padding and no border */
.menu ul li:hover ul li img {
float:left; 
padding:10px 10px 10px 0; 
border:0;
}
/* style the paragraph font height */
.menu ul li:hover ul li p {
font-size:0.9em;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
display:inline;
background:#eee;
color:#c00;
text-decoration:underline;
border:0;
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
text-decoration:none; 
color:#000;
}/* CSS Document */


