.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{
border: 0px solid #BBB;
width: 100%;
/*background: url(fondomenu.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 1px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
background-color: #005580;
height: 18px;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 0px 9px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background-color: #005580;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font: normal 12px Arial;
line-height:18px;
z-index:100;
background-color: #005580;
width: 220px;
visibility: hidden;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 1px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 1px 3px;
text-decoration: none;
font-weight: normal;
color: #ffffff;
font-size:11px;
}

* html .dropmenudiv a{ /*IE only hack*/
color: #005580;
width: 100%;
color: #ffffff;
font-size:11px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #7c9c39;
color: #ffffff;
font-size:11px;
}

.dropmenudiv a:visited{ /*THEME CHANGE HERE*/
font-size:11px;
color: #ffffff;
}