.chromestyle{
width: 100%;
font-size: 105%;

}
/*Add margin between menu and rest of content in Firefox*/
.chromestyle:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;

/*background: url(chromebg.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
padding:0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
list-style: none;
}

.chromestyle ul li{
float:left;
display:inline;
width:97px;
height:17px;
line-height:17px;
color: #fff;
background: #ff9900;
margin: 0 2px 0 0px;
text-decoration: none;
border: 1px solid #e0e0e0;
text-transform: uppercase;
font-weight: normal;
}

.chromestyle ul li a{
float:left;
display:inline;
width:97px;
height:17px;
line-height:17px;
color: #999999;
background: #ffffff url(img/bg_mainline.jpg) left top repeat-x;
}
.chromestyle ul li.firstchild a{
margin:0;
}

.chromestyle ul li a:hover{
background:#ff9900; 
color: #ffffff;
text-decoration: none;
}

.chromestyle ul li a.current{
background:#ff9900; 
color: #ffffff;
text-decoration: underline;
}
/*HTML to indicate drop down link*/
.chromestyle ul li a[rel]:after{ 
display: none;
visibility: hidden;
/*content: " v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
/*margin-top: 0;*/
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom: 2px solid #cccccc;
font-size:90%;
/*line-height:20px;*/
z-index:101;
/*background-color: white;*/
width: 99px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); */ /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
padding: 2px;
text-decoration: none;
color: #006699;
background-color: #cccccc;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ffffff;
text-decoration: none;
}

/*per le voci vuote*/
.dropmenudiv a.empty:hover{
	background-color: #ffffff;
	background: none;
}



