*    /* CSS Popout menuv */
html   /* Fix IE. Hide from IE Mac \*/
.menuh     ul     ul   li{float:left;height:1%;}
*     html     .menuh     ul     ul     li   a{height:1%;}
.menuh-container {
	width: 750px;
}
.menuh
	{
	display: table;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	margin-left: auto;
	margin-right: auto;
	}
		
.menuh a, .menuh a:link, .menuh a:visited, .menuh a:active
	{
	color: #37BBC7;
	font-weight: normal;
	display: block;
	text-decoration:none;
	background-image: url(https://commonelements.net/common/elements/dark_70.png);
	padding-top: 6px;
	padding-bottom: 10px;
	padding-left: 9px;
	padding-right: 9px;
	}
.menuh a:hover, .menuh a:visited:hover {
	color: #3E6D6D;
	background-image: url(https://commonelements.net/common/elements/dark_90.png);
	text-decoration:none;
}	
.menuh ul
	{
	list-style:none;
	padding:0px;
	float:left;
	margin-left: 0px;
	margin-right: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	/*width:80px;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the ".menuh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}
.menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: middle;		/* Sophie Dennis contribution for IE7 */
	}
	
.menuh div.nav.on a{
	color: #37384C;
	background: none;
}
.menuh .notnav {
	color: #37BBC7;
	font-weight: normal;
	text-decoration:none;
	background-image: url(https://commonelements.net/common/elements/dark_70.png);
	padding-top: 4px;
	padding-left: 9px;
	padding-right: 9px;
	padding-bottom: 4px;
}
.menuh ul ul
	{
	margin: 0px;
	position:absolute;
	z-index:500;
	display:none;
	min-width: 100%;
	width: 110px;
	text-align: left;
	font-size: 13px;
	border: 1px solid #000000;
	}
.menuh ul ul a, .menuh ul ul a:link, .menuh ul ul a:visited {
	color: #37BBC7;
	background-image: url(https://commonelements.net/common/elements/dark_70.png);
	padding-top: 4px;
	padding-bottom: 4px;
}
.menuh ul ul a:hover, .menuh ul ul a:visited:hover {
	color: #3E6D6D;
	background-image: url(https://commonelements.net/common/elements/dark_90.png);
	background-color: #FFFF66;
}
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 Drop Down Menu */
