/* Begin CSS Drop Down Menu */

#menuh-container
	{
	position:relative;
	display:block;
	height:39px;
	width: 788px;
	margin:10px 0 10px 0px;
	background:transparent url(images/bgOFF.gif) repeat-x top left;
	font: bold 2em Arial,Verdana,Helvitica,sans-serif;
	z-index:200;
	}

#menuh
	{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:798px;
	float:left;
	}
		
				
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #ffffff;
	white-space:nowrap;
	margin:0;
	padding: 0.6em;
	color: #BDAEC6;
	height:1%;
	background:url(images/bgDIVIDER.gif) no-repeat top right;
	font-size:12px;
	}
html>body .#menuh a{
height: auto
} 
.topi{ }	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #666666;
	text-decoration:none;
	background-color: #FFFFFF;
	
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: #BDAEC6;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover, #menuh a.top_parent:visited /* attaches down-arrow to all top-parents */
	{
	background-color: transparent;
	color: #666666;
	}
#menuh a.top_parent:hover{background-color: #BDAEC6; }

#menuh ul
	{
	color: #BDAEC6;
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:131px;	/* width of all menu boxes */
	}
#menuh ul li ul{width:14em;}
#menuh li
	{
	color: #BDAEC6;
	position:relative;
    min-height: 3px; 			/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	border: 1px solid #CCCCCC;
	}

#menuh ul ul
	{
	color: #BDAEC6;
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	
	}
/*#menuh ul li ul li {background-color: #BDAEC6;}*/
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 */
