.chromestyle{
float:left;
width: 99%;
z-index:99;
}

.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*/
padding:3px 0px 0px 0px;
margin:0px;
text-align: left; /*set value to "left", "center", or "right"*/
height:30px;
}

.chromestyle ul li{
display: block; 
padding:0px 0px 0px 0px;
margin:0px 0px;
float: left;
}

.chromestyle ul li a{
font-size:12px;
color: #660000;
padding: 0px 0px;
margin: 0px 8px;
text-decoration: none;
line-height:20px;
font-weight:bold;
font-family: Arial;
}

.chromestyle ul li a:hover{
/*background: url(../img/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color:#50A06B;
}

#stato_attivo  {
	color:#50A06B;
}

.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;
margin: 10px -8px;
padding: 0px;
border-left: 4px solid #C29999;
border-right: 4px solid #C29999;
border-bottom: 4px solid #C29999;
/*THEME CHANGE HERE*/
font-size:12px;
font-family: Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
width: 220px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#50B7FF,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

*:first-child+html .dropmenudiv /* solo IE 7.0 */ 
{ 
  margin: 11px -8px!important; 
}

.dropmenudiv a{
width: auto;
display: block;
/*THEME CHANGE HERE*/
background: #E2CFB1;
font-weight:bold;
padding: 2px 4px;
text-decoration: none;
color:#660000;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{
	/*THEME CHANGE HERE*/
	color:#50A06B;
}