/* Begin CSS Popout Menu */


#menuh-container
	{
	position:  relative;
	margin-top: 0;
	width:auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

#menuh
	{
	font-size: 80%;
	font-family: Perpetua, "Perpetua Titling MT";
	width:100%;
	float:left;
	margin:0;
	color: #333;
	background: #6E6A5A;
	border: 1px solid #5d313f;
	}
		
#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.4em;
	}
#practice {
}

	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: #FFF;
	background: #6E6A5A;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #FFF;
	background-color: #6E7860;
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	text-transform: uppercase;
	background-position: right center;
	background-repeat: no-repeat;
	font-weight: bold;
	padding-bottom: 6px;
	border-right-width: thin;
	border-right-style: none;
	border-right-color: #E4DCB2;
	width: 100px;
	text-align: center;
	float: none;
	}
#home {
	width: 80px;
	text-align: center;
}

#practice {
	padding-right: 4px;
}

	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-position: right center;
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E4DCB2;
	}

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

#menuh li
	{
	position:relative;
	}
#container #menuh-container #menuh ul li {
	text-align: center;
}

.wider {
	width: 125px;
}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	margin-right: 0;
	margin-bottom: 0;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	border-right-width: thin;
	border-right-style: none;
	}

div#menuh li:hover
	{
	cursor:auto;
	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;}
.smaller {
	width: 80px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 6px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #e4dcb2;
}
