@charset "utf-8";
/* CSS Document */

/* Begin CSS Drop Down Menu */

#menuh-container
	{
	position: absolute;
	top: 348px;
	left: 153px;
	}

#menuh
	{
	width: 900px;
	height: 60px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	white-space:nowrap;
	text-transform: uppercase;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #999999;
	margin-top: 0px;
	margin-bottom: 0;
	font-weight: normal;
	line-height: 1.35em;
	vertical-align: top;
	letter-spacing: 0.05em;
	padding-top: 25px;
	padding-bottom: 25px;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #000;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #E6B83E;
	text-decoration:none;
	font-weight: normal;
	background-image: url(../images/rollover.jpg);
	background-repeat: repeat-x;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{


	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: none;

	}

#menuh ul
	{
	list-style:none;
	float:left;
	width:150px;
	margin: 0;
	padding: 0;
	height: 60px;
	}

#menuh li
	{
	min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
	vertical-align: top; /* Sophie Dennis contribution for IE7 */
	position: relative;
	height: 60px;
	text-decoration: none;
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	text-decoration: none;
	background-image: none;
	width: 150px;
	padding-top: 0px;
	padding-left: 0px;
	border: 1px solid #999999;
	height: 60px;
	background-color: #C28626;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	background-image: none;
	}
#menuh ul li ul li a {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 15px 0px 20px;
}


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 */
.expertise {
	padding-top: 15px;
	padding-bottom: 15px;
}
#menuh ul li ul li a:hover {
	background-color: #591641;
}
