.chromestyle{
width: 100%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.chromestyle ul{
width: 100%;
/*background: #FFF;*/
padding: 4px 30px;
margin: 0;
text-align: left; /*left*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 10px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{
background: #148499;
color:#FFF;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
position:absolute;
top: 0;
margin-top:-1px;
border: 1px solid #148499; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Arial;
line-height:18px;
z-index:100;
background-color: #FFF;
width: 150px;
visibility: hidden;
text-align:left;
}

/* hack para FF 2 e 3 */
.dropmenudiv, x:default, x:-moz-any-link {
/*margin-left: -262px;*/
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #148499; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #333;
}

.dropmenudiv a:hover{ 
background-color: #148499;
color: #FFF;
}