@charset "iso-8859-1";
#dropmenudiv{
position:absolute;
border:1px solid #472400;
font:normal 11px arial;
background: #e9e5e0;
color: #124B84;
text-align: left;
line-height:18px;
z-index:100;
height: auto;
margin-left: -10px;
margin-top: -22px;
}

#dropmenudiv a.menu{
color: #472400; 
text-transform: uppercase; 
font-size: 11px;
font-weight: bold;
width: 100%;
display: block;
text-indent: 3px;
padding: 3px 0px 0px 0px;
text-decoration: none;
}

#dropmenudiv a.menu{
	text-decoration:underline;
}

#dropmenudiv a.item{
color: #124B84;
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight:normal;
font-size:10pt;
}

#dropmenudiv a.item:hover{
	text-decoration:underline;
}

a.itemchapo{
color: #124B84;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight:normal;
font-size:18pt;
}

a.itemchapo:hover{
	text-decoration:underline;
}

/*
#dropmenudiv a:hover{ /*hover background color*/  /*
color: #472300; text-transform: uppercase; font-weight: bold;
}	*/

.dropmenudiv2{
position:absolute;
background: #000000;
font:normal 11px Verdana;
text-align: left;
line-height:18px;
z-index:100;
height: auto;
}
.dropmenudiv2 a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
}

.dropmenudiv2 span{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
}

.dropmenudiv2 a:hover{ /*hover background color*/
color: #ffffff;
background-color: #472400;
} 

