body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #cccccc;
	behavior: url(csshover.htc);
	text-align: left;
}
a:link {
	color: #cccccc;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #cccccc;
}
a:hover {
	color: #db5909;
}
a:active {
	text-decoration: underline;
	color: #66FF33;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #db5909;
	background-color: #000000;
	background-position: center;
	text-align: left;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-position: center;
	background-color: #000000;
	color: #db5909;
	text-align: center;
}
pre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #cccccc;
	font-size: 10px;
	text-align: left;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #db5909;
	text-align: center;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #db5909;
	text-align: left;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #cccccc;
}
h7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #cccccc;
	background-color: #000000;
	background-position: center;
	text-align: center;
}

/* Begin CSS Drop Down Menu */

#menuh-container
	{
	position: relative;		
	padding:0px;
	width:100%;
	height:23px;
	text-align:center;
}
#menuh
	{
	position: relative;		
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:center;
	margin:0 0 0 2px;
	margin-top: 0px;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #000000;
	white-space:nowrap;
	margin:0 0 0 0;
	padding:3px 9px 3px 8px;	/* height of orange bar  */
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: black;
	background-image: url("../images/navbar_bg.jpg");	
	font-weight: bold;
	text-decoration:none;
	margin:0 0 0 0;
	padding:6;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-image: url("../images/navbar_bg.jpg");	
	font-weight: bold;
	text-decoration:none;
	margin:0 0 0 0;
	padding:6;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url("../images/navbar_bg.jpg");	
	background-position: right center;
	background-repeat: no-repeat;
	margin:0;
	padding:6;

	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url("../images/navbar_bg.jpg");	
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width: absolute;	/* 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;
	width:140px;
	display:none;
	padding: 6px;
	margin:-6px 0 0 -6px;
}

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