#menu{
	float:right; 
	position:relative; 
	background-color:#c00518; 
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:5px;
}

#menu a{
	font-size:0.9em;
	color:#505050;
	font-weight:bold;
	text-decoration:none;
}

#menu a:hover{
	font-size:0.9em;
	color:white;
	font-weight:bold;
	text-decoration:none;
}

ul#first{
	width:180px;
	min-height:200px;
	padding:0px;
	margin:5px;
	background-color:white; 
	background-image:   url("../img/bkgMenu.gif");
	background-repeat:repeat-x;
	background-position:bottom;
	list-style-type:none;
	border:1px solid #CCCCCC;
}

ul#first li{
	border-bottom:1px solid #999999;
	margin:0px;
}

ul#first a{
	display:block;
	border-left:4px solid #999999;
	padding:2px;
}

ul#first a:hover{
	color:white; 
	background-color:#505050;
	border-left:4px solid white;
	padding:2px;
}

ul#child {
	width:140px;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

ul#child li{
	list-style-type:none;
	border:0;
	border-left:4px solid #999999;
	margin:0px;
	padding:0px 0px 0px 10px;
}
ul#child li.selectedChild {
	list-style-type: none;
	border:0;
	border-left:4px solid white;
	margin:0px;
	padding:0px 0px 0px 10px;
	color:#c00518;
}
ul#child a {
	font-size:0.85em;
	font-weight:normal;
	border:0px;
	color:#505050;
}

ul#child a:hover {
	font-size:0.85em;
	font-weight:normal;
	border:0px;
	background-color:transparent;
	color:#c00518;
}

#dettagliTitolo {
	width:188px;
	height:59px;
	background-image:  url("../img/topMenu.gif");
	background-repeat:no-repeat;
	background-color:#c00518;
	margin:0px 0px 0px 5px;
}

#linkOver {
	color:white; 
	background-color:#c00518;
}

a#linkOver:link, a#linkOver:visited, a#linkOver:hover, a#linkOver:active {
	color:white; 
	background-color:#c00518;
}


