.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #fff; /*THEME CHANGE HERE*/
border-top: none; /*THEME CHANGE HERE*/
font:normal 11px "Myriad Pro", Arial, HelveticaVerdana;
line-height:18px;
z-index:10 !important;
/*width: 127px !important;*/
width: 123px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); 
background: #2889c0;
height:186px !important;
margin-top:-3px;
}


.dropmenudiv a{
padding:3px 10px;
/*width: auto;*/
display: block;
text-decoration: none;
color:white;
text-transform:capitalize;
}
.dropmenudiv.quienessomos{
	width: 149px !important;
}
/*IE6*/
*html .dropmenudiv{
width:115px !important;
margin-top:0px !important;
}

*html .dropmenudiv.quienessomos{
	width: 120px !important;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #717475 !important;
}