/*/////////////////////////////////////////////////////////////*/
/* MENU ORIZZONTALE */
/*/////////////////////////////////////////////////////////////*/

.nav-orizzontale {
	border:0px solid #000; 
	padding: 50px 0px 0px 0px !important; /* l'ordine č: top right bottom left */
	margin: 0px 0px 0px 0px !important; /* l'ordine č: top right bottom left */
	list-style-type: none; 
	text-align:left;
	background: url("") no-repeat 0px 0px;
	height: 49px;
	width:926px;
	display:block;
	/*border-top:1px solid #7C7B7A;
	border-right:1px solid #696967;
	border-bottom:0px solid #333F45;
	border-left:1px solid #626261;
	*/
}
.nav-orizzontale A {
	border:none;  
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px; 
	display: block; 
	height: 49px; 
	text-decoration: none;
}
.nav-orizzontale A:link,
.nav-orizzontale A:visited{
	border:none;  
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;   
	display: block; 
	height: 49px; 
	text-decoration: none;
}

.nav-orizzontale A:active,
.nav-orizzontale A:hover {
	border:none;  
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;  
	display: block; 
	height: 49px; 
	text-decoration: none;
}

.nav-orizzontale LI {
	border:none;  
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;  
	font-size: 1px; 
	float: left; 
	overflow: hidden; 
	cursor: pointer; 
	text-indent: -9999em; /* nascondo il testo */
	height: 49px; 
	text-decoration: none;
}
/**************************************************/
/* LINK 1 */
/**************************************************/
LI.item-1 {
	BACKGROUND: url("images/h_nav.gif") no-repeat 0px 0px; /* determino la posizione del background: left e top */
	WIDTH: 320px;
}
LI.item-1 A {
	BACKGROUND: url("images/h_nav.gif") no-repeat 0px 0px;

}
LI.item-1 A:hover {
	BACKGROUND: url("images/h_nav.gif") no-repeat 0px -49px /* determino la posizione del background nello stato HOVER: left e top */
}
LI.item-1-sel A {
	BACKGROUND: url("images/h_nav.gif") no-repeat 0px -49px; /* classe che determina quando la voce č selezionata */
	WIDTH: 320px
}
/**************************************************/
/* LINK 2 */
/**************************************************/
LI.item-2 {
	BACKGROUND: url("images/h_nav.gif") no-repeat -320px 0px; 
	WIDTH: 109px
}
LI.item-2 A {
	BACKGROUND: url("images/h_nav.gif") no-repeat -320px 0px
}
LI.item-2 A:hover {
	BACKGROUND: url("images/h_nav.gif") no-repeat -320px -49px
}
LI.item-2-sel A {
	BACKGROUND: url("images/h_nav.gif") no-repeat -320px -49px; 
	WIDTH: 109px
}
/**************************************************/
/* LINK 3 */
/**************************************************/
LI.item-3 {
	BACKGROUND: url("images/h_nav.gif") no-repeat -429px 0px; 
	WIDTH: 89px
}
LI.item-3 A {
	BACKGROUND: url("images/h_nav.gif") no-repeat -429px 0px
}
LI.item-3 A:hover {
	BACKGROUND: url("images/h_nav.gif") no-repeat -429px -49px
}
LI.item-3-sel A {
	BACKGROUND: url("images/h_nav.gif") no-repeat -429px -49px; 
	WIDTH: 89px
}
/**************************************************/
/* LINK 4 */
/**************************************************/
LI.item-4 {
	BACKGROUND: url("images/h_nav.gif") no-repeat -518px 0px; 
	WIDTH: 114px
}
LI.item-4 A {
	BACKGROUND: url("images/h_nav.gif") no-repeat -518px 0px
}
LI.item-4 A:hover {
	BACKGROUND: url("images/h_nav.gif") no-repeat -518px -49px
}
LI.item-4-sel A {
	BACKGROUND: url("images/h_nav.gif") no-repeat -518px -49px; 
	WIDTH: 114px
}
/**************************************************/
/* LINK 5 */
/**************************************************/
LI.item-5 {
	BACKGROUND: url("images/h_nav.gif") no-repeat -632px 0px; 
	WIDTH: 107px
}
LI.item-5 A {
	BACKGROUND: url("images/h_nav.gif") no-repeat -632px 0px
}
LI.item-5 A:hover {
	BACKGROUND: url("images/h_nav.gif") no-repeat -632px -49px
}
LI.item-5-sel A {
	BACKGROUND: url("images/h_nav.gif") no-repeat -632px -49px; 
	WIDTH: 107px
}
/**************************************************/
/* LINK 6 */
/**************************************************/
LI.item-6 {
	BACKGROUND: url("images/h_nav.gif") no-repeat -739px 0px; 
	WIDTH: 101px
}
LI.item-6 A {
	BACKGROUND: url("images/h_nav.gif") no-repeat -739px 0px
}
LI.item-6 A:hover {
	BACKGROUND: url("images/h_nav.gif") no-repeat -739px -49px
}
LI.item-6-sel A {
	BACKGROUND: url("images/h_nav.gif") no-repeat -739px -49px; 
	WIDTH: 101px
}
/**************************************************/
/* LINK 7 */
/**************************************************/
LI.item-7 {
	BACKGROUND: url("images/h_nav.gif") no-repeat -840px 0px; 
	WIDTH: 86px
}
LI.item-7 A {
	BACKGROUND: url("images/h_nav.gif") no-repeat -840px 0px
}
LI.item-7 A:hover {
	BACKGROUND: url("images/h_nav.gif") no-repeat -840px -49px
}
LI.item-7-sel A {
	BACKGROUND: url("images/h_nav.gif") no-repeat -840px -49px; 
	WIDTH: 86px
}
/**************************************************/
/* DROP MENU*/
/**************************************************/
.dropmenudiv{
	position:absolute;
	top: 90px !important;
	/*left:0px !important;*/
	border: 0px solid #7fabcf; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	border-left-width: 1;
	font: 11px arial, sans-serif;
	line-height:18px;
	z-index:100;
	background-color:#ffffff;
	width: 150px;
	visibility: hidden;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}
.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #7fabcf; /*THEME CHANGE HERE*/
	padding: 3px 8px 3px 10px;
	text-decoration: none;
	font-weight: normal;
	color: #0058a0;
	font: 11px arial, sans-serif;
	
}
.dropmenudiv a:visited{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #7fabcf; /*THEME CHANGE HERE*/
	padding: 3px 8px 3px 10px;
	text-decoration: none;
	font-weight: normal;
	font: 11px arial, sans-serif;
	
}
.dropmenudiv a:hover{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #7fabcf; /*THEME CHANGE HERE*/
	padding: 3px 8px 3px 10px;
	text-decoration: none;
	font-weight: normal;
	color: #e0a70b;
	font: 11px arial, sans-serif;
	
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
font: 11px arial, sans-serif;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ffffff;
font: 11px arial, sans-serif;

}
/* assegno una posizione sull'asse x per ogni singolo sottomenų */
#dropmenu1{ 
	left:345px !important;
	font: 11px arial, sans-serif;
}
#dropmenu2{ 
	left:435px !important;
	font: 11px arial, sans-serif;
}
#dropmenu3{ 
	left:525px !important;
	font: 11px arial, sans-serif;
}