.chromestyle{
width: 100%;
clear: both;
}

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

.chromestyle ul{
	border: 0px solid #BBB;
	width: 100%;
	background: url(../images/back_menu03.jpg) 0 1px no-repeat; /*THEME CHANGE HERE*/
	/*padding: 40 0 0 40px;*/
	padding: 5 0 0 5px;
	margin: 0 0 0 0px;
	text-align: center; /*set value to "left", "center", or "right"*/
	height: 34px;
}

.chromestyle ul li{
	display: inline;
	float: left;
}



.chromestyle ul li a{
color: #fff;
padding: 0;
margin: 5px 0 0 0;
margin-left:5px;/* PERMETTE DI DISTRIBUIRE IN LARGHEZZA I TASTI*/
text-decoration: none;
text-transform: uppercase;
border-right: 0px solid #DADADA;
height: 29px;
display: block;
float: left;
/*width:120px;*/
white-space:nowrap;
line-height: 27px;
}



/* sezione corrente*/
.chromestyle ul li a.corrente {
	color: #333333;
	background: #FFFFFF url(../images/left-bianco.gif) 0 0 no-repeat;
}

.chromestyle ul li a.corrente:hover {
color: #FF5000;
background: #1a1919 url(../images/left-a.gif) 0 0 no-repeat;
}

.chromestyle ul li a.corrente:hover span, .chromestyle ul li a.corrente span {
	background: url(../images/right-bianco.gif) 100% 0 no-repeat;
}




/*script dynamically adds a class of "selected" to the current active menu item*/
.chromestyle ul li a:hover, .chromestyle ul li a.selected{ 
color: #FF5000;
background: #1a1919 url(../images/left-a.gif) 0 0 no-repeat;
}

.chromestyle ul li a span { padding: 0 12px; height: 25px; display: block; float: left;}
.chromestyle ul li a:hover span, .chromestyle ul li a.selected span { background: url(../images/right-a.gif) 100% 0 no-repeat;}







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

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font: normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #1a1919;
width: 200px;
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;
text-indent: 20px;
border-bottom: 1px solid #333; /*THEME CHANGE HERE*/
padding: 6px 0;
text-decoration: none;
color: #FFF;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #211f1f;
color: #ff5000;
}
