.chromestyle{
height: 40px;
border: none;
width: 790px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
padding: 0;
margin-left: 30px;
list-style-type: none;
}

.chromestyle ul li{
float: left;
margin-left: 2px;
}

.chromestyle ul li a{
color: #fff;
display: block;
background-color: #639980;
height: 39px;
line-height: 38px;
padding: 0 14px;
float: left;
text-transform: uppercase;
text-decoration: none;
font-size: .75em;
font-family: Arial, Helvetica, sans-serif;
}

.chromestyle ul li a:hover{
background: #5e5e5e url(../images/arrow.gif) no-repeat center bottom; color:#efe5ce; /*THEME CHANGE HERE*/
text-decoration: none;
}

.chromestyle ul li a:active{
background: #5e5e5e url(../images/arrow.gif) no-repeat center bottom; color:#efe5ce; /*THEME CHANGE HERE*/
text-decoration: none;
}


body.inicio .chromestyle ul li a#inicio,
body.quienesSomos .chromestyle ul li a#quienesSomos,
body.asesoriaProtego .chromestyle ul li a#asesoriaProtego,
body.fondos .chromestyle ul li a#fondos,
body.casa .chromestyle ul li a#casa,
body.contacto .chromestyle ul li a#contacto {
background: #5e5e5e url(../images/arrow.gif) no-repeat center bottom; color:#efe5ce; /*THEME CHANGE HERE*/
text-decoration: none;
}

body.inicio .chromestyle ul li a:hover#inicio
body.quienesSomos .chromestyle ul li a:hover#quienesSomos,
body.asesoriaProtego .chromestyle ul li a:hover#asesoriaProtego,
body.fondos .chromestyle ul li a:hover#fondos,
body.casa .chromestyle ul li a:hover#casa,
body.contacto .chromestyle ul li a:hover#contacto {
background: #5e5e5e url(../images/arrow.gif) no-repeat center bottom; color:#efe5ce; /*THEME CHANGE HERE*/
text-decoration: none;
}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
background-color: #639980;
width: 100%;
display: block;
border-bottom: 1px solid #2e654c; /*THEME CHANGE HERE*/
padding: 2px 0 0 10px;
text-decoration: none;
color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.1em;


}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #5e5e5e;
color: #efe5ce;
text-decoration: none;
}