/* Begin CSS Popout Menu */

#menuh
	{
	font-size: 80%;
	font-family: helvetica, "Trebuchet MS",arial, sans-serif;
	width:100%;
	float:left;
	position:relative;
	margin:0 auto;
	color: #333;
	

	}
		
#menuh a
	{
	text-align: left;
	display:block;
	height:16px;
	border: 0px solid #eee;
	white-space:nowrap;
	margin:0;
	padding: 0.3em 0.2em 0.3em 0;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: #fff;
	background: #6E6A5A;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	
	background-color: #404040;
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	text-transform: uppercase;
	}
	
#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:14.27%;
	letter-spacing:1px;	
	}
	
	#menuh ul.contatti
	{
	list-style:none;
	margin:0;
	padding:0;
	float:right;
	width:10%;
	letter-spacing:1px;
	}
	

#menuh li
	{
	position:relative;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:block;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul

{display:block;}

/* End CSS Popout Menu */
#dropmenudiv
{
position:absolute;
font-family: helvetica, "Trebuchet MS",arial, sans-serif;
color: #fff;
width: 16.66%;
float:left;
font-size:80%;
}

#dropmenudiv a
{
width: 93%;
display: block;
padding: 4px 0 4px 8px;
text-decoration: none;
color: #fff;
text-transform: uppercase;
}

#dropmenudiv a:hover
{ 
background-color: #404040;
color: #fff;
}