.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*Theme Change here*/
border-bottom-width: 0;
font-family:Arial, Helvetica, sans-serif;
font-size:13.3px;
font-weight:bold;
text-decoration:none;
color: #fff;
line-height:25px; /* 18px */
z-index:100;
background-color:#353599;
width:134px;
line-height:25px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/ /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*Theme Change here*/
padding: 2px 0;
font-family:Arial, Helvetica, sans-serif;
font-size:13.3px;
text-decoration:none;
color: #fff;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color:#353599;
color:#98CD01;
}


/* Estilo para el segundo menu desplegable*/


.dropmenudiv2{
position:absolute;
top: 0;
border: 1px solid #BBB; /*Theme Change here*/
border-bottom-width: 0;
font-family:Arial, Helvetica, sans-serif;
font-size:13.3px;
font-weight:bold;
text-decoration:none;
color: #fff;
line-height:25px; /* 18px */
z-index:100;
background-color:#98CD01;
width:134px;
line-height:25px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/ /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv2 a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*Theme Change here*/
padding: 2px 0;
font-family:Arial, Helvetica, sans-serif;
font-size:13.3px;
text-decoration:none;
color: #fff;
}

.dropmenudiv2 a:hover{ /*Theme Change here*/
background-color:#98CD01;
color:#009899;
}



/* Estilo para el tercer menu desplegable*/


.dropmenudiv3{
position:absolute;
top: 0;
border: 1px solid #BBB; /*Theme Change here*/
border-bottom-width: 0;
font-family:Arial, Helvetica, sans-serif;
font-size:13.3px;
font-weight:bold;
text-decoration:none;
color: #fff;
line-height:25px; /* 18px */
z-index:100;
background-color:#009899;
width:134px;
line-height:25px;
visibility: hidden;

}

.dropmenudiv3 a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*Theme Change here*/
padding: 2px 0;
font-family:Arial, Helvetica, sans-serif;
font-size:13.3px;
text-decoration:none;
color: #fff;
}

.dropmenudiv3 a:hover{ /*Theme Change here*/
background-color:#009899;
color:#FF7D01;
}