/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/* Applied to all unordered lists within the div named "houseMenuFoglie" */

#houseMenuFoglie {
	margin-top: 0px;!important
}


/* #houseMenuFoglie ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style:none;
	list-style-type:none;
	margin-left:-10px;
} */

 #houseMenuFoglie ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style:none;
	list-style-type:none;	
}


/* Applied to all list items within the div named "houseMenuFoglie" */
#houseMenuFoglie li {
	display: inline;
	/*margin: 0px;
	border: 0px;
	padding-left: -5px;*/
	list-style:none;
	list-style-type:none;
	
}



/* Applied to all links. Use "li a" styles below to customize nested links. */
#houseMenuFoglie a {
	margin-left: -35px;!important
	margin-left: 0px;
	padding-left: 11px;
	padding-bottom:3px;
	line-height:14px;
	display: block;
	width: 100px;!important
	width:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	background-color: trasparent;
	text-decoration: none;
	background-image:url(trinagolo_Link.gif);
	background-position:left top;
	background-repeat:no-repeat;
	
}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#houseMenuFoglie a:hover {
	background-color: trasparent;
	color: #000;
	text-decoration:underline;
}

/* Applied to first-level links */
#houseMenuFoglie ul a {
	margin-left: -68px;!important
	margin-left: 0px;
	/*margin-left:0px;*/
	padding-left:5px;
	font-weight:normal;
	background-image:url(dot_Link.gif);
	background-position:left top;
	background-repeat:no-repeat;
	
}



/* Applied to third-level links */
#houseMenuFoglie ul ul ul a
{
	
	
}

/* Applied to fourth-level links */
#houseMenuFoglie ul ul ul ul a
{

}

/* Applied to fifth-level links */
#houseMenuFoglie ul ul ul ul ul a
{

}

.ArrowPointer
{
	cursor: default;
}



/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
a#houseMenuParentItem 
{ /* all links under the parent item (li) */
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	background-color: trasparent;
	font-weight:bold;
	text-decoration: none;
	background-image:none;
	
}

a#houseMenuParentLink
{ /* parent link itself */
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	background-color: trasparent;
	font-weight:bold;
	text-decoration: none;
	
}

 a#houseMenuCurrentLink
{ /* current link itself */
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
/*color:#104190;*/
	color:#01236A;
	background-color: trasparent;
	font-weight:bold;
	text-decoration: underline;
}

