.chromestyle{
width: 99%;
font-weight: bold;
margin-left: 3px
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
background: #4A3C3B; /*THEME CHANGE HERE*/
padding: 4px 10px 0px 0px;
margin: 0px 20px 4px 0px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline; font-size: 13px; font-family: Arial, Helvetica, sans-serif;
}

.chromestyle ul li a{
color: #0984FF;
padding: 4px 7px 4px 7px;
margin: 0; letter-spacing: 1px;
text-decoration: none; 
}

.chromestyle ul li a:link, .chromestyle ul li a:visited {
	font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 13px;
	background: #CCCCCC; color: #000
}

.chromestyle ul li a:hover{
/*background: url(../img/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: #000;
background: #transparent;
}

#attivo a{ padding: 4px 7px; color: #ff0000; background: #fff; font-weight: bold; }

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
margin-top: -1px;
border: 1px solid #bfbfbf;
border-left-width: 2px;
border-right-width: 2px;
/*THEME CHANGE HERE*/
font-size:13px;
font-family: Arial, Helvetica, sans-serif;
line-height:22px;
z-index:100;
width: 200px;
visibility: hidden;
text-align: left;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#50B7FF,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #bfbfbf; /*THEME CHANGE HERE*/
background: #FAFAFA;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #ff0000;
}

.dropmenudiv a:link, .dropmenudiv a:visited {
	font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 13px
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
background: #FAFAFA;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #355f9d;
background: #fff;
}

.fpic { font-size: 10px; }