.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: url(../img/topm.png) 100% 0 no-repeat; /*THEME CHANGE HERE*/
margin: 0px;
text-align: left; /*set value to "left", "center", or "right"*/

}

.chromestyle ul li{
/*font:normal 12px Arial; */
font:normal 12px Verdana;
letter-spacing: 0.5px;
font-weight: bold;
display: inline;
}

.chromestyle_1{
color:#E98811;
padding-left:0px;
padding-right:0px;
text-decoration: none;
}

.chromestyle_2{
color:#666666;
padding-left:0px;
padding-right:0px;
text-decoration: none;
}

.chromestyle ul li a:hover{
/*background: url(../img/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: #fff;
}

#attivo a{ padding: 4px 0px; color: #fff; 
}

.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;

/*THEME CHANGE HERE*/
font:normal 12px Verdana;
letter-spacing: 0.5px;
line-height:18px;
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;
 /*THEME CHANGE HERE*/
background: #4ECCC9;
padding: 3px 0;
text-decoration: none;
font-weight: bold;
color: #fff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
background:#4ECCC9;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: #4ECCC9;
color: #fff;
text-decoration: underline;
}
