A:link
{ text-decoration: none; color: e14834;border-bottom:1px dashed #e14834; }
A:visited
{ text-decoration: none;color:e14834;cursor: default;}
A:active
{ text-decoration: none;color:e14834;cursor: default;}
A:hover
{ color: ff5303;  background-color: FFFFFF; border-bottom:1px dashed #e14834; }

}
.head {font-weight: bold; color: #00b034; border-bottom: 2 dotted #ed9d00; font-size:19px; font-family: Helvetica, sans-serif;}  



body 
{ 

font-family: Helvetica, Sans-serif;
color: 3f3f3f; 
letter-spacing: 1pt;
background-color: #FFFFFF; 

}
P { line-height: 150% }


}
/* Begin CSS Drop Down Menu */

#menuh-container
	{

	}

#menuh
	{
	font-size: 12px;
	font-family: helvetica, sans-serif;
	width:100%;
	float:left;
	
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #555;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	width: 100%;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	background-color: FFFFFF;
	text-decoration:none;
	font-size: 12px;
	font-family: helvetica, sans-serif;
	color:#000000;
	border-color:FFFFFF;
	width:126px;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: b54d36;
	text-decoration:none;
	width:130px;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	
	background-position: right center;
	background-repeat: no-repeat;
	}

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

