/* menu block */
div.userMenu {
	padding:0px;
	margin-bottom: 0px;
	color: #0F2C68;
}

.header div.userMenu {
	padding: 0px;
	margin: 0px;
	width: auto;
	border: 0px;
	float: right;
}

/* barra titolo box menu colonna sx*/
div.userMenu div.title {
	background: url("/images/BoxMenuSup.gif") 0px center no-repeat;
	color: white;
	height: 17px;
	padding: 11px 0px 0px 18px;
	font-size: 11px;
	font-weight: bold;
}

.header div.userMenu div.title {
	display: none;
}

/* separator */
div.userMenu .separator {
	display: block;
	background: url("/images/Separatore.gif") 0px center no-repeat;
	color: #2C3D5E;
	padding: 4px 0px 1px 18px;
	margin-bottom: 1px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	height: 16px;
}

.header div.userMenu .separator {
	display: none;
}

/* links */
div.userMenu a {
	display: block;
	background: url("/images/LinkOff.gif") 0px center no-repeat;
	font-size: 11px;
	color: #1C2A4C;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 0px 0px 18px;
	height: 17px;
}

.rightColumn div.userMenu a {
}


.header div.userMenu a {
	background: url("/images/SeparatoreMenu.gif") 0px center no-repeat;
	color: white;
	padding: 3px 13px 0px 13px;
	margin: 0px;
	height: 16px;
	font-size: 10px;
	font-weight: bold;
	border: 0px;
	float:left;
}

/* 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;
}

.header div.userMenu a:hover {
	background: url("/images/MenuAcceso.jpg") 0px center no-repeat;
}

div.userMenu a:hover  {
		background: url("/images/LinkOn.gif") 0px center no-repeat;
}

