/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/* Vertical Menu */
#houseMenuV ul { /* all lists */
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style: none;
	float: left;
	width: 155px; /*width: 144px; */
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	background: transparent;
	/*cursore aggiunto da Enrico*/
	cursor:default;
	}

#houseMenuV li { /* all list items */
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style: none;
	position: relative;
	float: left;
	width: 155px;/*width: 142px; */
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 155px;/*width: 136px; */
	_width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
	line-height : 18px;
	border-bottom:1px;
	border-bottom-color:#FFFFFF;
	border-bottom-style:solid;
	
}

#houseMenuV li ul { /* second-level lists */
	position: absolute;
	
	color:#333;
	left: -9999px;
	margin-left: 155px;
	_margin-left: 155px;
	/*background-color:#cccccc; vecchio colore di sfondo */
	background-color:#c0c0c0;
	background-image:url(ombra_II_livello.gif);
	background-position:top left;
	background-repeat:repeat-y;
	margin-top: -21px;
	z-index: 999;
	border-left:5px;
	border-left-style:solid;
	border-left-color:#44A1EC;
	border-left:5px solid #44A1EC;
}

#houseMenuV li ul ul { /* third-and-above-level lists */
	
	color:#FFFFFF;
	left: -9999px;
	z-index: 999;
	background-color:#c5c5c5;
	margin-left:150px;
	
}

#houseMenuV a {
	display: block;
	width: 147px; 
	/* hack for MacIE5 to ignore, while other browsers use \*/
	/*width: 147px; */
	_width: 90%; /* width recognized by IE only to handle box model issues */
	/* end hack */
	color: #333;
	font-weight: normal;
	text-decoration: none;
	padding: 1px 4px 2px 4px;
	/*opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);*/
}

#houseMenuV li a:hover {
	color:#ffffff;
	background-color:#44A1EC;
}

#houseMenuV li:hover ul ul, 
#houseMenuV li:hover ul ul ul, 
#houseMenuV li.sfhover ul ul, 
#houseMenuV li.sfhover ul ul ul {
	left: -9999px;
	
	
}

#houseMenuV li:hover ul, 
#houseMenuV li li:hover ul, 
#houseMenuV li li li:hover ul, 
#houseMenuV li.sfhover ul, 
#houseMenuV li li.sfhover ul, 
#houseMenuV li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 999;
	
	
}

#houseMenuV iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	/*filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);*/
	display: block;
}


/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuParentItem a
{ /* all links under the parent item (li) */
	color:#333333;
	background: transparent;;
	font-weight:normal;
	text-decoration: none;
}

/* #houseMenuParentItem a
{ 
	color: #eeeeee;
	background-color: #666;
	text-decoration: none;
} */

a#houseMenuParentLink
{ /* parent link itself */
	color:#333333;
	background: transparent;;
	font-weight:normal;
	text-decoration: none;
}

/* a#houseMenuParentLink
{ parent link itself 
	color: #eeeeee;
	background-color: #333;
	text-decoration: none;
}*/

a#houseMenuCurrentLink
{ /* current link itself */
	color: #fff;
	font-weight:bold;
	background-color:#333;
	text-decoration: none;
}

/*
a#houseMenuCurrentLink
{ 
	color: #333333;
	font-weight:bold;
	background-color: #cccccc;
	text-decoration: none;
}
*/
