
#main_navigation_bar {
	margin-top: 15px;
	height: 37px;
	background-color: #4c4d4f;
	padding-left: 40px;
}
	
/* Begin CSS Drop Down Menu */

#menuh a {
	display:block;
	white-space:nowrap;
	margin: 0;
	padding: 10px 25px 9px 25px;
	text-transform: uppercase;
}
#menuh a, #menuh a:visited	/* menu at rest */ {
	font-family: 'Futura Lt', 'Helvetica', 'MS Serif', Arial;
	text-decoration: none;
	font-weight: normal;
	font-size: 9pt;
	color: #FFFFFF;
}

#menuh a:hover	/* menu at mouse-over  */ {
	background-color: none;
}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */ {
	background: none;
}
#menuh a.sel, #menuh a.sel:visited {
	color: #fbaf5f;
}
	/* not used in this site  - attaches side-arrow to all parents 
#menuh a.parent, #menuh a.parent:hover 	
	{
	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;
}

#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: 0;
	margin:0;
	line-height: 15px;
	width: 140%; /* the subnav red rectange needs to be in line with the menu item background above it, making one straight long rectange */
}
#menuh ul ul.submenu-clientneeds {
	width: 130%;
}

#menuh ul ul.submenu-column2 {
	width: 80%;
}

#menuh ul ul .submenu-column2 li {
	background-color: #556168;
	padding: 1px 6px;
}

#menuh ul ul.submenu-column3 {
	width: 100%;
}

#menuh ul ul .submenu-column3 li {
	background-color: #838f97;
	padding: 1px 6px;
}

#menuh ul ul  a {
	white-space:normal;
}
#menuh ul ul li {
	background-color: #b32317;
	padding: 1px 6px;
}

#menuh ul ul a, #menuh ul ul a:visited {
	height: auto;
	padding: 3px 0px 4px 0px;
	background: none;
	font-size: 9pt;
	text-transform: none;
	border-bottom: 1px solid #fff;
}
#menuh ul ul a:hover {
	color: #fbaf5f;
}
#menuh ul ul a.lastitem, #menuh ul ul a.lastitem:visited  {
	border: none;
}



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

div#menuh li:hover {
	cursor:pointer;
	z-index:100;
	background-color: #b32317;
}

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