.chromestyle{ 
	width: 650px; font-weight: bold; position: absolute; 
	top: 50px; margin-left: 250px; font-size: 12px; 
}

.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: 4px 20px; margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline; height: 30px;
}

.chromestyle ul li a{
	color: #fff;
	padding: 10px 7px;
	margin: 0;
	text-decoration: none;
	height: 30px;
	background: url(../img/atopm.png) 0 0 no-repeat;
}

.chromestyle ul li a:hover{
	/*background: url(../img/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
	color: #000;
	background: #fff;
}

#attivo a{ 
	padding: 10px 7px; color: #000; background: #fff; height: 20px;
}

.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-top: -5px;
	border: 1px solid #000066;
	border-left-width: 2px;
	border-right-width: 2px;
	/*THEME CHANGE HERE*/
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	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;
	border-bottom: 1px solid #0F7AB2; /*THEME CHANGE HERE*/
	background: #000066;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	background: #000066;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: yellow;
	background: #000066;
}
