BODY {
       background: #114E8D url(../imagen/fondo_degradado_2.jpg) repeat-x;
       font-family: Verdana, Arial;
       color: #083844;
     }

#el_menu{
width: 99%;
}

#el_menu:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#el_menu ul{

width: 100%;
background: url(../imagen/menubg.gif) center center repeat-x; 
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 12px Verdana;
}


#el_menu ul li{
display: inline;
}


#el_menu ul li a{
float: left;
color: #FFFFFF;
font-weight: bold;
padding: 6px 12px 6px 7px;
text-decoration: none;
background: url(../imagen/menudiv.gif) center right no-repeat; 
}

#el_menu ul li a:hover{
color: #266CAE;
}

#el_menu ul li a[onMouseover]:after{ 
content: " v";

}


.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; 
border-bottom-width: 0;
font:normal 12px Verdana;
color: #1C5182; 
line-height:18px;
z-index:100;
background-color: #AFCFF3;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); 
}

.dropmenudiv a{
width: 100%;
display: block;
color: #1C5182; 
text-indent: 3px;
border-bottom: 1px solid #BBB;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ 
background-color: #F0F0F0;
color: #0E6578; 
}

