/* Begin CSS Popout Menu */

#menuh-container {
	margin-bottom: 5px;
	position: relative;
	top: 72px;
	float: right;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #999999;
	display: block;
	width: 445px;
}
#menuh-container a, #menuh-container a:link, #menuh-container a:visited{
	color: #000000;
	text-decoration: none;
	display: inline;
	text-align: center;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	font-weight: bold;
   cursor:pointer;
}

#menuh-container a:hover {
	color: #CD0000;
   cursor:pointer;
}

#menuh {
	font-size:13px;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin: 0px;
	margin-top: 0px;
	/*margin:2em;
	margin-top: 1em;*/
}
		
#menuh a {
	text-align: left;
	display: block;
	/*border: 1px solid #555;*/
	white-space: nowrap;
	margin: 0;
	padding: 0.2em;
	border-width: 0 0 0px 0;
	border-style: none none none none;
}
	
#menuh a, #menuh a:visited {	/* menu at rest */
	color: white;
/*	background-color: #333333;	*/
	background-color:#212121;	
	text-decoration:none;
}
	
#menuh a:hover	{ /* menu at mouse-over  */
	color: white;
	background-color: cornflowerblue;
}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  { /* attaches down-arrow to all top-parents */
	/*background-image: url(images/navdown_white.gif);*/
	background-position: right center;
	background-repeat: no-repeat;
	text-align: center;
}
	
#menuh a.parent, #menuh a.parent:hover 	{ /* attaches side-arrow to all parents */
	background-image: url(../prova/css/images/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

#menuh ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	/*width:9em;*/	/* width of all menu boxes */
	width:12.3em;
}

#menuh li{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
    margin: 0px;
}

#menuh ul li li {
	border-bottom: #999;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
}

#menuh ul ul {
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
    width:14em;
}

#menuh ul ul ul {
	top:0;
	left:100%;
}

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: none;
}

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 */
