@charset "UTF-8";
/* CSS Document */

/* Begin CSS Drop Down Menu */
body {
	behavior: url(../scripts/csshover.htc);
}

#menuh-container {
	background:url(../images/topNav.png) top no-repeat;
	width:100%;
	height:30px;
	float:left;
	border:0;
	text-align: left;/*------change for centered menu*/
}

#menuh {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:752px;
	margin:0;
	margin-top:0;
	float:left;
	padding: 8px 0 0 15px;
}
#menuh-image{
width:752px;
margin:0px;
padding:0px;
float:left;
}
		
#menuh a {
	white-space:nowrap;/*------------------change for word wrap*/
	margin:0;
}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */ {
	color: #efbd75;
	text-decoration:none;
}
	
#menuh a:hover	/* menu at mouse-over  */ {
	color: #efbd75;
	text-decoration:underline;
}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */ {
	padding: 0px 0 5px 0px;;	
}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */ {
}

/*
#menuh li.endcap {
background:url(/images/nav_sub_btm.jpg) no-repeat;
height:10px;
width:auto;
}
*/

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

#menuh ul ul {
	background:url(../images/nav_sub_bkgd.jpg) repeat;
	width:160px;
	position:absolute;
	z-index:500;
	top:auto;
	display:none; /*---------------------------------- change to none when finished*/
	margin:5px 0 0 0px;
	padding: 0px 10px 10px 10px;
}


#menuh ul ul ul {
	top:0;
	left:100%;
}

#menuh ul li ul li {
	font-weight:normal;
	border-bottom:dotted 1px #efbd75;
	padding:5px 0px;
	width:160px;
	overflow:hidden;
	}
#menuh ul li ul li a{
	width:160px;
	}	


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