/* menu block */
div.userMenu {
	padding:0px 10px 0px 10px;
	margin-bottom: 5px;
	color: #0F2C68;
}

.header div.userMenu {
	padding: 0px;
	margin: 0px;
}

/* title Menu colonne*/
div.userMenu div.title {
	background: url("/images/IcoNavigator.gif") 0px center no-repeat;
	color: #1A3C72;
	padding: 0px 0px 0px 10px;
	border-bottom: 1px solid #1A3C72;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}

.header div.userMenu div.title {
	display: none;
}

/* separator */
div.userMenu .separator {
	display: block;
	background: url("/images/Sottomenu.gif") 0px center no-repeat;
	color: #1A3C72;
	padding: 16px 0px 0px 10px;
	margin-top: 15px;
	border-bottom: 1px solid #1A3C72;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	height: 12px;
}

.header div.userMenu .separator {
	display: none;
}

/* links Off Colonne*/
div.userMenu a {
	display: block;
	color: #1A3C72;
	font-size: 11px;
	text-decoration: none;
	background: url(/images/LinkOff.gif) 0px center no-repeat;
	padding: 3px 0px 3px 18px;

}
/* links On Colonne*/
div.userMenu a:hover  {
	background: url(/images/LinkOn.gif) 0px center no-repeat;
}
.rightColumn div.userMenu a {
}

/* links Off menu sup */
.header div.userMenu a {
	color: #1A3C72;
	padding: 10px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	width: 125px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background: url(/images/MenuOff.gif) 0px 10px no-repeat;
	float:left;
}
/* links On menu sup */
.header div.userMenu a:hover {
	background: url(/images/MenuOn.gif) 0px 10px no-repeat;
}
/* effetto linguetta da utilizzare per il link che punta alla pagina attiva */
.header div.userMenu .selected a:hover {
	color: black;
	border-top: 1px solid black;
	border-left: 1px solid black;
	background: white url('/images/linkRed.gif') center left no-repeat;
}



