/* -------- BOX BLU --------*/


.boxMenuPrincipale {
	font-size:11px;
	color:#ffffff;
	margin:0;
	padding:0;
}

.boxMenuPrincipale fieldset legend {
	margin:10px 0 10px 0;
}
.boxMenuPrincipale a {
	color:#FFFFFF;
	text-decoration:none;
}
.boxMenuPrincipale a:link {
	color:#FFFFFF;
	text-decoration:none;
}
.boxMenuPrincipale a:active {
	color:#FFFFFF;
	text-decoration:none;
}
.boxMenuPrincipale a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.boxMenuPrincipale a:hover {
	text-decoration:underline;
	background-color:#ffebb4;
	font-weight:bold;	
	color:#8a6708;
}

.boxMenuPrincipale .testata {
	background-image:url(../../img/menu_bg.gif);
	height:34px;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
}

.boxMenuPrincipale .testata .boxMenuPrincipaleSx {
	background-image:url(../../img/menu_topsx.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:34px;	
}
.boxMenuPrincipale .testata .boxMenuPrincipaleSx .boxMenuPrincipaleDx {
	background-image:url(../../img/menu_topdx.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height:34px;	
}

.boxMenuPrincipale ul {
	margin:5px 0 0 0;
	padding:0;
	list-style:none;
}
.boxMenuPrincipale li {
	float:left;
	margin-left:15px;
	height:120%;
}
.boxMenuPrincipale .hr {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #76c5e4;
	margin:10px 0 0 0;
	padding:0;
}

/* -- */
