body {
	color: #fff;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;

	background-color: #000;
}

p {				  
	font-size: 12px;
}

h1{
	font-size: 14px;
	}
	
a:link {
	color: #FFF;
}
a:visited {
	color: #999;
}	





/* Begin CSS Drop Down Menu */


#menuh-container
	{
	position: absolute;		
	top: 25em;
	padding-top:3px;	
	}

#menuh
	{
	font-size: 11px;	
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	/*margin:2em;
	margin-top: 1em;*/
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	/* border: 1px solid #555; */
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: white;
	background-color: #585854;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #000;
	background-color: #CCC;
	}	
			
/* 

Controls for Top Parent Links

*/		
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* Adds border to the left on top level nav*/
	{
	border-left: 1px solid #fff;
	}
	
#menuh a.top_parentB, #menuh a.top_parentB:hover  /* Adds border to both side on top level nav*/
	{
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	}	
	

	

#menuh a.parent 	/* Controls the parent during rest: no arrow */
	{
	border-top: 1px solid #999999;
	background-color: #5C6F7A;
	}
	
#menuh a.parent:hover 	/* Controls the parent during hover: no arrow */
	{
	border-top: 1px solid #999999;
	background-color: #CAD4DE;
	}	
	
	
	
#menuh a.arrow 	/* Controls the parent during rest: arrow */
	{
	background-color: #5C6F7A;
	background-image: url(/images/global/img_rightarrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
	border-top: 1px solid #999;
	}
	
#menuh a.arrow:hover /* Controls the parent during hover: arrow */
	{
	background-color: #CAD4DE;
	background-image: url(/images/global/img_rightarrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
	border-top: 1px solid #999;
	}
	
/*		
	
Controls for Sub Parent Links

*/	
	
#menuh a.subParent 	/* Controls the subparent during rest: no arrow */
	{
	background-color: #5C6F7A;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	}
	
#menuh a.subParent:hover 	/* Controls the parent during hover: no arrow */
	{
	background-color: #CAD4DE;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	}		


	

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:4em;	/* 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;
	}

#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 */