/* CSS Document */

#menuwrap
	{
	width: 166px;
	}

#menuh
	{
	/*font-size: 14px;*/
	font-family: arial, verdana, helvetica, sans-serif;
	width: 166px;
	/*float:right;*/
	/*margin:2em;
	margin-top: 1em;*/
	/*margin: 0 auto;*/
	/*margin-left: 8px;*/
	}
		
#menuh a
	{
	text-align: center;
	display: block;
	border-bottom: 1px solid #E4CA61;
	/*white-space: nowrap;*/
	margin:0;
	padding: 5px 0 5px 0;
	/*background-image: url(button.png);
	background-repeat: repeat-y;*/
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	font-size: 14px;
	color: #EFE2AD;
	background-color: #846672;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #FFDD55;
	background-color: #675058;
	background-image: none;
	text-decoration: none;
	}	
			
/*#menuh a.top_parent, #menuh a.top_parent:hover*/  /* attaches down-arrow to all top-parents */
	/*{
	background-image: url(navdown_brown.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover*/ 	/* attaches side-arrow to all parents */
	/*{
	background-image: url(nav_brown.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}*/

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

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

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:0;
	right: 166px;
	display:none;
	/*padding: 1em;
	margin:-1em 0 0 -14px;
	font-size: 14px;*/
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	font-size: 12px;
	}

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