/***MENU ORIZZONTALE***/

td.tdNavHor{
	text-align:center;
	height:64px;
}

div#navHor{
	position:relative;
	font:bold 11px Verdana;
	z-index:100;
	width:600px;
	margin:0 auto;
}

div#navHor .menu{
	position:absolute;
	font:bold 11px Verdana;
	text-align: center;
	background-color:#369;
	top:-10000px;
	left:-3px;
}

div#navHor .item{
	background: #369 url(/_nav/bgButton.gif) 0px 50% no-repeat;
	border:1px solid #6888B2;
	margin:2px 1px;
	padding:4px 0px;
	position:relative;
	float:left;
}

div#navHor .menu .menu .item{
	float:none;
	margin:2px 2px;
}

div#navHor .menu .item a{
	color:#E4E4E4;
	text-decoration:none;
	width:94px;
	display:block;
}

div#navHor .menu .item a img{
	float:right;
	margin-right:3px;
	margin-top:2px;
	margin-bottom:-5px;
}

div#navHor #menuHor0{
	left:0px;
	top:0px;
	position:static;
	width:100%;
}




/***MENU VERTICALE***/

div#navVert{
	position:absolute;
	left:0px;
	font:bold 11px Verdana;
	text-align: center;
	z-index:100;
}

div#navVert .menu{
	position:absolute;
	width:167px;
	font:bold 11px Verdana;
	text-align: center;
	background-color:#369;
	top:-10000px;
}
html>body div#navVert .menu{
	left:162px;
}

div#navVert .item{
	background: #369 url(/_nav/bgButton.gif) 0px 50% no-repeat;
	border:1px solid #6888B2;
	margin:2px;
	padding:4px 2px;
	position:relative;
}

div#navVert .menu .item a{
	color:#E4E4E4;
	text-decoration:none;
	width:157px;
}

div#navVert .menu .item a span{
	float:right;
	color:#ADD8E6;
}

div#navVert .menu .item a img{
	float:right;
	margin-right:3px;
	margin-top:3px;
	margin-bottom:-5px;
}

div#navVert #menuVert0{
	left:0px;
	top:0px;
}