.chromestyle{
/*background-color: #638DB5;*/
background-color: #000000;
width:914px;
padding:0 20px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*border: 1px solid #BBB;*/
/*background:#638DB5 none repeat-y scroll 50% 0;*/
background:#000000 none repeat-y scroll 50% 0;
/* background: url(chromebg.gif) center center repeat-x; THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
}

.chromestyle ul li{
display: inline;
}

.dropmenudiv ul li{
display: table;
width: 100%;
}

.chromestyle ul li a{
    margin: 0;
    text-decoration: none;
    /*color:#274A72;*/
    color: #638DB5;
    float:left;
    font-weight:bold;
    font-size:10px;
    text-transform: uppercase;
    padding:5px 12px 5px 8px;
}
.dropmenudiv ul li a{width: 100%}

 .chromestyle ul li a.selected, .chromestyle ul li a.seleccionat{
    /*script dynamically adds a class of "selected" to the current active menu item*/
    /*background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
    color:#ffffff;
}

/* ######### Style for Drop Down Menu ######### */

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

.dropmenudiv ul {
    background-color: #ECF3F6;    
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
color: black !important;
font-weight:normal !important;
text-transform: uppercase;
border-bottom: 1px solid #D5E4EB;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #D5E4EB;
}
