#MenuBorde {
 border-top: 1px solid #C2CEE0; 
 border-bottom: 1px solid #CCCCCC; 
 width:100%;
 height:21px;
}

#Menu {
height:18px;
width:782px;
text-align:left;
font:normal 10px Verdana,Arial,Helvetica;
color:#8DB3E5;
text-decoration:none;
float:left;
padding-top:3px;
margin:0;
}

#MenuLista {
text-align:left;
margin:0;
padding:0;
}

#MenuLista a,#MenuLista a:link,#MenuLista a:visited {
color:#DEE3EA; /* Color letra menu */
text-decoration:none;
text-align:center;
font-weight:700;
margin:0;
padding:6px 8px 2px;	/* 8 espacio entre lista */
}

#MenuLista a:hover,#MenuLista a:active,#MenuLista a:focus {
text-decoration:none;
background-color:#A1B8D6;
color:#000000;
background-image:url(../../_images/_sitio/MenuArrowNavBlue.gif);
background-repeat:no-repeat;
}

#MenuLista li {
display:inline;
}

#MenuLista #active a {
background-color:#C0D0E4;
border-bottom-width:2px;
border-bottom-style:solid;
border-bottom-color:#039;
}

.activo {
text-decoration:none;
background-color:#B7C0C3;
color:#000;
background-image:url(../../_images/_sitio/MenuArrowNavBlue.gif);
background-repeat:no-repeat;
}

.MenuOpciones{
position:absolute;
top: 0;
border: 1px solid #BBB; /**/
border-bottom-width: 0;
font:normal 10px Verdana,Arial,Helvetica;
line-height:18px;
z-index:100;
background-color: #E6E9EE;
width: 200px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/ /*Add Shadow in IE. Remove if desired*/
}

.MenuOpciones a{
font:normal 100% Verdana,Arial,Helvetica;
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
height:15px;
}

* html .MenuOpciones a{ /*IE only hack*/
width: 100%;
}

.MenuOpciones a:hover{ /*THEME CHANGE HERE*/
background-color: #B9C5D1;
text-decoration:underline;
height:15px;
}
