@charset "ISO-8859-1";
#nav {
	padding-bottom: 40px;
	width: 135px;
	float:left;
	margin-top: 25px;
}
#nav p{
margin: 0px; /**/
}

#nav .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: #7A123D;
	display: block;
	padding: 5px;
	text-decoration: none;
	width: 125px;
	cursor: hand;
	cursor: pointer;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CABF8F;
}

#nav .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-color: #CABF8F;
}

#nav ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

#nav ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

#nav ul li a{
	color: #514C38;
	display: block;
	padding: 5px;
	text-decoration: none;
	width: 125px;
	text-indent: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}

#nav ul li a:visited{

}

#nav ul li a:hover{ /*hover state CSS*/
	background-color: #CABF8F;
	background-image: url(../Immagini/selector.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#nav a:hover {
	background-color: #CABF8F;
	background-image: url(../Immagini/selector.gif);
	background-repeat: no-repeat;
	background-position: right center;
}	

