.header-nav-container {
	border: 1px solid #4F4F4F;
	height:30px;
	margin-bottom:5px;
}

#nav {}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li {
	position: relative;
	text-align: left;
	text-transform:uppercase;	
}

#nav li.over {
	z-index: 999;
}

#nav a, #nav a:hover, #nav a:active, #nav a:focus {
	text-decoration: none;
	color:#4b5a55;
}
#nav a:hover, #nav a:active {
	text-decoration:none;
}
#nav span {
	cursor: pointer;
	white-space: nowrap;
}

#nav li ul span {
	white-space: normal;
}

/************ 0 LEVEL  ***************/
#nav li {
	float: left;
}



#nav li.active a {
	color: #855097;
}

#nav a {
	float: left;
	text-decoration: none;
	padding: 8px 15px 7px;
	color: #4b5a55;
	font-weight: bold;
	font-size: 13px;
}

/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active {
	float: none;
	margin: 0;
}

/*#nav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/

#nav ul li.last {
	padding-bottom: 0;
}

#nav ul a,
#nav ul a:hover, #nav ul a.over {
	float: none;
	padding: 0;
	background: none;
	font-size: 12px;
}

#nav ul li a {
	font-weight: normal !important;
}

/*codice menu alessio*/
#nav2 {}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav2 li {
	position: relative;
	text-align: left;
	text-transform:uppercase;	
}

#nav2 li.over {
	z-index: 999;
}

#nav2 a, #nav a:hover, #nav a:active, #nav a:focus {
	text-decoration: none;
	color:#4b5a55;
}
#nav2 a:hover, #nav a:active {
	text-decoration:none;
}
#nav2 span {
	cursor: pointer;
	white-space: nowrap;
}

#nav2 li ul span {
	white-space: normal;
}

/************ 0 LEVEL  ***************/
#nav2 li {
	float: left;
}



#nav2 li.active a {
	color: #855097;
}

#nav2 a {
	float: left;
	text-decoration: none;
	padding:10px 10px 0 2px;
	color: #4b5a55;
	font-weight: bold;
	font-size: 11px;
}

/************ 1ST LEVEL ************/
#nav2 ul li,
#nav2 ul li.active {
	float: none;
	margin: 0;
}

/*#nav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/

#nav2 ul li.last {
	padding-bottom: 0;
}

#nav2 ul a,
#nav2 ul a:hover, #nav ul a.over {
	float: none;
	padding: 0;
	background: none;
	font-size: 12px;
}

#nav2 ul li a {
	font-weight: normal !important;
}

/*fine codice menu alessio*/

/************ 2ND LEVEL ************/
#nav ul {
	position: absolute;
	width: 15em;
	top: 33px;
	left: -10000px;
	border: 1px solid #4F4F4F;
	background: #9ac66e;
}

#nav ul li {
	border-bottom: 1px solid #4F4F4F;
	border-right: none;
	background: none;
}

/* Show menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:150px; }
#nav li.over ul ul { left:-10000px; }

#nav ul li a,  #nav li.active li a {
	border: none;
	margin: 0;
	color: #4f4f4f;
	background: url(../images/blank.png);
	font-weight: normal;
	font-size: 12px;
}

#nav ul li a:hover, #nav ul li a:active, #nav ul li a:focus, #nav ul li a.over {
	background:none;
	color: #ffffff;
}

#nav ul span, #nav ul li.last li span {
	padding: 6px 15px;
}

/************ 3RD+ LEVEL ************/
#nav ul ul { top: 5px; 