@CHARSET "UTF-8";

/* MENU DI NAVIGAZIONE */

#MenuNavigazione
{
	list-style: none;
	height: 30px;
	text-align: center;
	font-size: 80%;
	margin-top: 0;
	background: url(img/menu_out.png) repeat-x;
	border: 1px solid #000;
	border-left: 0;
	border-right: 0;
}

#MenuNavigazione li
{
	float: left;
	position: relative;
    /* z-index: 254; */
    z-index: 154;
}

#MenuNavigazione a
{
	float: left;
	/*width: 120px;*/
	/*height: inherit;*/
	line-height: 2.4em;
	text-decoration: none;
	/*white-space: nowrap;*/
	font-weight: bold;
	padding: 0 1em;
	border-right: 1px solid #000;
}

#MenuNavigazione img
{
	padding-top: 3px;
	height: 18px;
}

/* SOTTOMENU */

#MenuNavigazione ul
{
	margin-top: 1em;
	padding: 0;
	list-style: none;
	width: 150px;
	background: #E6E7E9;
	/* z-index: 254; */
    z-index: 154;
	border-top: 0;
	text-align: left;
    position: absolute;
}

#MenuNavigazione ul li
{
	float: none;
}

#MenuNavigazione ul a
{
	float: none;
	display: block;
	height: 1.3em;
	border-left: 1px solid #666;
	background: none;
	white-space: normal;
	padding-bottom: 10px;
	padding-left: 5px;
	font-weight: normal;
}

#MenuNavigazione ul a.last_vertical
{
	border-bottom: 1px solid #666;
}

/* MENU ON OFF */

#MenuNavigazione ul,
#MenuNavigazione ul.subMenu-off
{
	/* position: absolute; */
	visibility: hidden;
    /* border: 1px solid #F00; */
}

/*
#MenuNavigazione ul.subMenu-on
{
	visibility: visible;
}
*/
/* POSIZIONAMENTO DEL SOTTO MENU */

#MenuNavigazione ul.subMenu-on
{
	/* position: absolute; */
	top: 1.9em;
	left: -1px;
	visibility: visible;
	border-top: 1px solid #666;
	font-size: 80%;
}

/* COLORI */

#MenuNavigazione a
{
	color: #012d6c;
}

/* EFFETTO ROLLOVER */

#MenuNavigazione a:hover,
#MenuNavigazione a:focus,
#MenuNavigazione a:active
{
	text-decoration: underline;
	background: url(img/menu_over.png) repeat-x;
	color: #335EA8;
}

#MenuNavigazione a.current_link
{
	color: #335ea8;
	text-decoration: underline;
}

#MenuNavigazione a.logout
{
	margin-left: 318px;
	border-left: 1px solid;
	border-right: none;
}
