/* Begin CSS Drop Down Menu */
#menuh-container
	{
/*	position: absolute;		
	top: 1em;
	left: 1em;
*/	}

#menuh
	{
	font-weight:bolder;
	font-size: 12px;/*small;*/
	font-family: arial, helvetica, sans-serif;
	width:100%;
	/*float:left;*/
	margin:0px;    /* 2 em controls the space around the menu bar within it's cell */
	/*margin-top: 1em; */
	margin-left:24px;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #003399; /* 1 px #555 */
	white-space:nowrap;
	margin:0;
	padding-top: 6px; /* primarily controls how tall each menu element box is 0.3em;*/
	padding-bottom: 6px; /* primarily controls how tall each menu element box is 0.3em;*/
	}
	
td.menubar{
	/*border-style:double;
	border-color:#ffffff;*/
	background-color: #000066;/*000066;/*0066cc;/*6699cc;/*FFFFFF; /*F2F2F2 *//*fills part of cell after feature text ends */
}

#menuh a, #menuh a:visited	/* menu color at rest */
	{
	color: #ffffff;/*#000000;/*003399; 			/* blue */
	background-color: #000066;/*000066;/*0066cc;/*6699cc;/*#99ccff;/*#f2f2f2;/*#ffffcc; 	/*yellow*/
	text-decoration:none;
	}
	
#menuh a.top_parentLogIn, #menuh a.top_parentLogIn:visited	/* menu color at rest */
	{
	color: #cc0000;/*#003399;/*#ffffff;/*#000000;/*003399; 			/* blue */
	background-color: #ffff66;/*#000066;/*000066;/*0066cc;/*6699cc;/*#99ccff;/*#f2f2f2;/*#ffffcc; 	/*yellow*/
	text-decoration:none;
	font-size:13px;
	}
	
#menuh li a.top_parent, #menuh li a.top_parent:hover{
	border-color:#000066;
	border-width:2px;
	border-style:solid;
	}
	
#menuh li a.top_parentLogIn, #menuh li a.top_parentLogIn:hover{
	border-color:#000066;/*cc0000;*/
	border-width:2px;
	border-style:solid;
	}
	
#menuh a:hover, #menuh a.child:hover	/* menu color at mouse-over  */
	{
	background-color: #ccffcc;/*f2f2f2;*/
	color: #000066;/*003399;/*#0066ff;/*cornflowerblue;*/
	}	
			
#menuh a.parent, #menuh a.child	{/* submenu color */
	background-color: #ffff99;/*#99FF00;*/
	color:#003399;
	}

#menuh a.top_parent, #menuh a.top_parent:hover, #menuh a.top_parentLogIn, #menuh a.top_parentLogIn:hover /* attaches down-arrow to all top-parents */
	{/*
	background-image: url(/images/navdown_blue.gif);
	background-position: right center;
	background-repeat: no-repeat;*/
	border: 0px;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{/*
	background-image: url(/images/nav_blue.gif);
	background-position: right center;
	background-repeat: no-repeat;*/
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:122px;/*122 for 7 menu items 145 for 6 menu items 174 for 5 menu items 14em;	/* width of all 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;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	width:170px;/*174 for 5 menu items 14em;	/* width of all menu boxes */
	}

#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 */
