.chromestyle{
width: 978px;
font-weight: normal;
border-top: 2px solid #845503;
border-bottom: 2px solid #845503;
}

.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;
width: 100%;
background: #00629F;
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #fff;
padding: 14px;
margin: 0;
text-decoration: none;
font-size: 12px;

}

.titolimenu {
color: #003867;
font-family: Lucida Sans Unicode,Lucida Grande,Verdana,Arial,Helvetica,sans-serif;
padding: 1px;
margin: 0px 0px 0 0px;
text-indent: 7px;
text-decoration: none;
font-size: 13px;
border-bottom: 1px solid #004681;
border-bottom-width: 0px;
font-weight:bolder;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: #004681;
color: #fff;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 2px solid #004681; /*THEME CHANGE HERE*/
border-bottom-width: 3px;
border-right-width: 2px;
border-left-width: 2px;
border-top-width: 2px;
font:normal 14px;
color: #022644;
line-height:30px;
z-index:100;
background-color: #e5e4e4;
width: 230px;
visibility: hidden;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 7px;
border-bottom: 0px solid #bbb; /*THEME CHANGE HERE*/
padding: 2px;
text-decoration: none;
font-weight: normal;
color: #333;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #333;
background-color: #c6c6c6;
}