#menu{
	float:right; 
	position:relative; 
	background-color:#005CAB; 
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:5px;
}

#menu a{
	font-size:0.9em;
	color:#005CAB;
	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("bkgMenu1.gif");
	background-repeat:repeat-x;
	background-position:bottom;
	list-style-type:none;
	border:1px solid white;
}

ul#first li{
	border-bottom:1px solid white;
	margin:0px;
}

ul#first a{
	display:block;
	border-left:4px solid #646567;
	padding:2px;
}

ul#first a:hover{
	color:white; 
	background-color:#646567;
	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 #646567;
	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:#646567;
}
ul#child a {
	font-size:0.85em;
	font-weight:normal;
	border:0px;
	color:#005CAB;
}

ul#child a:hover {
	font-size:0.85em;
	font-weight:normal;
	border:0px;
	background-color:transparent;
	color:#646567;
}

#dettagliTitolo {
	width:188px;
	height:72px;
	background-image:  url("topMenu1.gif");
	background-repeat:no-repeat;
	background-color:#005CAB;
	margin:0px 0px 0px 5px;
}

#linkOver {
	color:white; 
	background-color:#646567;
}

a#linkOver:link, a#linkOver:visited, a#linkOver:hover, a#linkOver:active {
	color:white; 
	background-color:#646567;
}

