/*css del menu*/
div#nav{
	width:216px;
	margin-left: 0px;
	background: #a90533;
	font: 11px Arial, Helvetica, sans-serif;
	text-align: right;
	height: 250px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;


}
div#nav h3{
	font-size: 100%;
	margin: 0;
	padding: 5px 10px;
	border-top: 0px none #FFFFFF;
	color: #FFFFFF;
	background-color: #a90533;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
div#nav ul,div#nav li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
div#nav li{
	margin: 0 0 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;



}
div#nav a{
	display: block;
	padding-left: 15px;
	height: 18px;
	line-height: 18px;
	border-top: 0px none;
	background-color: #8e062c;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-right: 15px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
div#nav a:hover{color: #FFFFFF;background-color: #CF0C43}
div#nav ul ul a{
	color: #FFFFFF;
	background-color:#8e062c;
	font-weight: normal;
	border: 0px none;
}
