.chromestyle{
width: 99%;
font-weight: bold;
font-family:Arial;
font-size:11px;
color:#FFFFFF;
letter-spacing:1px;
}

.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 #0C3988;
width: 100%;
background: url(http://old.radicali.it/img/chromebg2.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 1px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
font-weight: bold;
font-family:Arial;
font-size:11px;
color:#FFFFFF;
letter-spacing:1px;
}

.chromestyle ul li{
display: inline;
font-weight: bold;
font-family:Arial;
font-size:11px;
color:#FFFFFF;
letter-spacing:1px;
}

.chromestyle ul li a{
color: #494949;
padding: 1px 6px;
margin: 0;
text-decoration: none;
border-right: 0px solid #B5E2FE; /*THEME CHANGE HERE*/
font-weight: bold;
font-family:Arial;
font-size:11px;
color:#FFFFFF;
letter-spacing:1px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(http://old.radicali.it/img/chromebg2-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color:#000000; font-weight: bold;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
border-bottom-width: 3;
font:normal 11px Arial;
line-height:18px;
z-index:100;
background-color: #EDF2F5;
width: 370px;
visibility: hidden;
letter-spacing:1px;
}


.dropmenudiv a{
width: 99%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color:#993300;
letter-spacing:1px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #EBF7FF;
}
