#nav {
	font-family: arial, verdana, sans-serif;
	/*height: 38px;*/
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 0px;
	z-index: 1;
	text-align: right;
}

#nav :hover ul.sub {
	height: auto;
	left: 0px;
	padding: 2px 0 3px 0px;
	top: 15px;
	/*white-space: nowrap;*/
	width: 110px;
	z-index: 2;
	background-color: White;
	/*filter: alpha(opacity=95); /*
	opacity: 0.9;*/
	border-bottom: 1px dashed #A6A6A4;
	border-left: 1px dashed #A6A6A4;
}

#nav :hover ul.sub2 {
	height: auto;
	left: 0px;
	padding: 2px 0 3px 0px;
	top: 15px;
	/*white-space: nowrap;*/
	width: 100px;
	z-index: 2;
	background-color: White;
	/*filter: alpha(opacity=95); /*
	opacity: 0.9;*/
	border-bottom: 1px dashed #A6A6A4;
	border-left: 1px dashed #A6A6A4;
}

#nav :hover ul.sub li {
	display: block;
	float: left;
	font-weight: normal;
	height: auto;
	position: relative;
	width: auto;
	text-align: left;
}

#nav :hover ul.sub2 li {
	display: block;
	float: left;
	font-weight: normal;
	height: auto;
	position: relative;
	width: auto;
	text-align: left;
}

#nav :hover ul.sub li a {
	color: #5A5A58;
	display: block;
	font-size: 11px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration: none;
	text-indent: 5px;
	width: 130px;
}

#nav :hover ul.sub2 li a {
	color: #5A5A58;
	display: block;
	font-size: 11px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration: none;
	text-indent: 5px;
	width: 130px;
}

#nav :hover ul.sub li a:hover  {
	color: #303030;
}

#nav :hover ul.sub2 li a:hover  {
	color: #303030;
}

#nav a:hover {
	position: relative;
	white-space: normal;
	z-index: 200;
}

#nav a:hover a:hover a:hover a:hover a:hover ul {
	/*background: #50B5D0;*/
	border: 1px solid #0B4D97;
	white-space: nowrap;
	z-index: 400;
}

#nav li a.top_link {
	color: #6d8d23;
	font-family: Trebuchet MS, Arial;
	cursor: pointer;
	display: block;
	/*float: left;*/
	text-align: center;
	font-size: 11px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	border: 0px;
	font-weight: bold;
}



#nav li a.top_link span {
	display: block;
	/*float: left;*/
	height: 21px;
	padding: 0 0px 0 0px;
}

#nav li a.top_link span.down{
	display: block;
	float: left;				/*MODIFICACIONI E6*/

	padding: 0 0 0 0px;
}


#nav li.top {
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 30px;
	margin-right: 0px;	
	width: auto;
}


#nav li.space {
	display: block;
	/*float: left;*/
	cursor: pointer;
	width: 49px;
}



#nav li:hover {
	position: relative;
	z-index: 200;
}


#nav table {
	border-collapse: collapse;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
}

#nav ul, 
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul {
	height: 0;
	left: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -9999px;
	width: 0;
}

