.chromestyle{

width: 99%;

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*/

padding: 0px 0px;

margin: 0px 0px 0px 0px;

text-align: center; /*set value to "left", "center", or "right"*/

}



.chromestyle ul li{

display: inline; font-size: 11px; font-family: Arial, Helvetica, sans-serif;

padding: 0px 8px 0px 8px;

}



.chromestyle ul li a{

color: #ccc;

padding: 0px 0px 0px 0px;

font-size:11px;

padding: 0px 0px 0px 0px;

text-decoration: none;

background: url(../img/atopm.png) 0 0 no-repeat;
font-size: 11px;

}



.chromestyle ul li a:link, .chromestyle ul li a:visited {

	font-weight: bold; font-family: Arial, Helvetica, sans-serif; 

}



.chromestyle ul li a:hover{

/*background: url(../img/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/

color: #fff;

font-weight:bold;

}



#menu_alto_attivo{

	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;

	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: 5px 0px 0px -7px;

/*THEME CHANGE HERE*/

font-family: Arial, Helvetica, sans-serif;

z-index:100;

width: 150px;

visibility: hidden;

text-align: left;

background:#737373;

/*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: #737373;

padding: 2px 5px;

text-decoration: none;

font-weight: bold;

color: #e6e6e6;

}



.dropmenudiv a:link, .dropmenudiv a:visited {

	font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 11px

}



* html .dropmenudiv a{ /*IE only hack*/

width: 100%;

background: #FAFAFA;

color: #e6e6e6;

}



.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

color: #fff;

}



.fpic { font-size: 10px; }