.chromestyle{
font-weight: bold;
font: 11px arial;
width: 99%;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*background: url(../img/back_top.jpg) repeat-x; /*THEME CHANGE HERE*/
padding: 14px 0px 0px 10px;
margin: 0px 0px 0px 0px;
text-align: left; /*set value to "left", "center", or "right"*/
height:31px;
}

.chromestyle ul li{
display: inline;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

.chromestyle ul li a{
color: #ffffff;
padding: 0px 0px 0px 0px; margin: 0px 15px 0px 0px; 
letter-spacing: 1px; text-decoration: none; font-size: 11px;
}

.chromestyle ul li a:link, .chromestyle ul li a:visited {
/*	font-weight: bold; */
}

.chromestyle ul li a:hover{
/*background: url(../img/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: #000;

}

#attivo a{  color: #000; 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;
background:#000;
border-left:2px solid #999999;
border-right:2px solid #999999;
border-bottom:2px solid #999999;
top: 0;
margin:9px 0px 0px -4px;
/*THEME CHANGE HERE*/
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;
background:#999999;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #fff; font-size: 11px
}

.dropmenudiv a:link, .dropmenudiv a:visited {
	font-weight: bold; 
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
background: #999999;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #000;
background: #999999;
}

.fpic { font-size: 10px; }
