#menuh{float:center;}
#menuh ul li{float:center; }
#menuh a{height:2%;font:11px/12px arial, sans-serif,verdana;font-weight:bold}
/* Begin CSS Drop Down Menu */

#menuh-container
	{
	position: absolute;		
	top: 8em;
	left:40em;
	}

#menuh
	{
	font-size: 9px;
	font-family:arial;
	width:100%;
	float:center;
	margin:1em;
	margin-top: 1em;
	}
		
#menuh a
	{
	text-align: left;
	display:block;
	border: 0px solid #555;
	white-space:nowrap;
	margin:0;
	width:105;
	padding: 0.6em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color:#475490;
	background-color:white;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color:#475490;
	
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-color:white;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

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

#menuh li
	{
	position:relative;
    min-height: 2px; 			/* 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.hidden 
	{
     display: none;
	}
div.promptshow 
	{
		display: block;
	}

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

.head
{
	font-size:12px;
	font-family:verdana;
	color:#000;
	font-weight:bold;
}

.title
{
	font-size:12px;
	font-family:verdana;
	color:#000;
	}

.body_txt
{
	font-size:12px;
	font-family:verdana;
	color:#000;
	
}

.p1
{
	border-bottom: 1px solid grey;
	font-family:verdana;
	vertical-align:middle;
	font-weight:normal;
	font-size:12px;
	font-family:verdana;
	color:#000;
	
	
}
.d0 {
	background:#EDF5FF;
	vertical-align: middle;
	font-size:12px;
	font-family:verdana;
	color:#000;
}

.d1{
	background:#FFFFFF;
	vertical-align: middle;
	font-size:12px;
	font-family:verdana;
	color:#000;
}


.d2{
	background:#B2D2FF;
	vertical-align: middle;
	font-size:12px;
	font-family:verdana;
	color:#000;
}
