@charset "UTF-8";


#menuh-container
	{
	float: left
	}

#menuh
	{
	width:100%;
	float:left;
	z-index: 1000;
	_padding-left: 190px;
	_margin-bottom: -20px;
	
	}
		
#menuh a
	{
	text-align: left;
	display:block;
	white-space:nowrap;
	margin:0;

	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: #630001;	
	border-right-color: #630001;

	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;

	padding-top: 9px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 20px;
	z-index: 1000;
/*	border: 1px solid #0f0 */
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: #FFFFFF;
	text-decoration:none;
	z-index: 1000;
	font-size: 14px;
	padding-left:10px;	
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #4f0000;
	background-color: #F5E8D7;
	z-index: 1000;
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
		text-align:left;
		
		z-index: 1000;
		
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd3d4;
	z-index: 1000;
		
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:auto;	/* width of all menu boxes */
	color: #561616;
	z-index: 1000;
	}

#menuh li 
	{

	position:relative;
	display:block;
	min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	z-index: 1000;
	color: #480001;
	margin: 0px;
	padding: 0px;
	_margin-bottom: -20px;
	}

#menuh ul ul
	{
	position:absolute;
	top:auto;
	display:none;
	background-color:#DFB17F;
	width:200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #561616;
	z-index: 1000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4B0102;
	}

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

div#menuh li:hover
	{
	cursor:pointer;
	
	}
	

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