/* Begin CSS Drop Down Menu */

#menuh-container
	{
	position: relative;
	}


#menuh ul.endl
	{
	width:5px;	/* width of all menu ends*/
	background: url(../images/menuendl.gif);
	background-repeat: no-repeat;
	height: 30px;
	}
	
#menuh ul.endr
	{
	width:5px;	/* width of all menu ends*/
	background: url(../images/menuendr.gif);
	background-repeat: no-repeat;
	height: 30px;
	}

#menuh ul.spacer
	{
	width:10px;	/* width of all menu spacer*/
	background: url(../images/menuspacer.gif);
	background-repeat: no-repeat;
	height: 30px;
	}

	
#menuh					/* this is the header row of menu*/
	{
	font-size: 12px;
	font-weight:600;
	font-family: sans-serif, arial, helvetica ;
	width:100%;
	float:left;
	background: url(../images/menumid.gif);
	background-repeat: repeat-x;
	/*margin:2em;
	margin-top: 1em;*/
	}
		
#menuh a				/* */
	{
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0px;
	padding: 0.3em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: silver;
	text-decoration:none;
	}	
	
	
#menuh a.top, #menuh a.top:hover  
	{
	font-size: 14px;
	background-position: right center;
	background-repeat: no-repeat;
	margin: 2px 0px 0px 0px;
	height: 20px;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-color: #000033;
	background-image: url(../images/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	border: 1px solid silver;
	}

#menuh a.sub
{
	background-color: #000033;
	border: 1px solid silver;
}

#menuh a.sidesub
{
	border: 1px solid silver;
	background-color: #000033;
}

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



#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;
	left: 0px;
	z-index:500;
	top:auto;
	display:none;
	/*padding: 1em;*/
	/*margin:-1em 0 0 -1em;*/
	}

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

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