/*
body {
	margin: 0px;
}
//*/
#LHMBar {
	margin: auto;
	padding: 0px;
	height: 30px;
	background: url('../lhmBarImages/background.gif') repeat-x; 
	width: 100%;
	min-width: 938px;
	z-index:999999;
	text-align: center;
	overflow: hidden;
	}
	
#LHMcontent{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	}	

#LHMBarLeft {
	float: left;
	margin-left: 20px;
	}

#LHMBarRight {
	float: right;
	margin-right: 6px;
	}

#LHMBarLeftSide {
	float: left;
	width: 9px;
	height: 30px;
	background: url('../lhmBarImages/leftSide.gif') no-repeat;
	}

#LHMBarRightSide {
	float: left;
	width: 11px;
	height: 30px;
	background: url('../lhmBarImages/rightSide.gif') no-repeat;
	}

#LHMBarLogo {
	text-align: left;
	}

#LHMBarLogo img {
	border: 0px;
	}

#LHMBarSearch {
	float: left;
	width: 163px;
	}

#LHMBarMenu a {
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #333333;
	}

#LHMBarMenu a:hover {
	color: #222222;
	}

#LHMBarNavHolder {
	width: 550px;
	margin: 0;
	padding: 0;
	margin-top: 6px;
	font: bold 10px arial, helvetica, sans-serif;
}

#LHMBarNav, #LHMBarNav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 2;
	z-index: 999999;
}

#LHMBarNav a, #LHMBarNav h2 {
	font: bold 10px arial, helvetica, sans-serif;
	color: #333333;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 2px 3px;
	text-align: left;
	text-decoration: none;
	background: #f2f2f2;
}

#LHMBarNav a:hover {
	color: #fff;
	background: #333333;
}


#LHMBarNav h2 {
	color: #333333;
	background: #f2f2f2;
	font-size: 10px;
	text-transform: uppercase;
	}

#LHMBarNav h2.state {
	color: #333333;
	background: #f2f2f2;
	font-size: 10px;
	text-transform: uppercase;
	}

#LHMBarNav li { /* all list items */
	float: left;
	width: 130px; /* width needed or else Opera goes nuts */
}

#LHMBarNav li ul { /* second-level lists */
	z-index: 50000;
	position: absolute;
	background: #f2f2f2;
	width: 130px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#LHMBarNav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
	z-index: 50000;
}

#LHMBarNav li:hover ul ul, #LHMBarNav li.sfLHMhover ul ul {
	left: -999em;
}

#LHMBarNav li:hover ul, #LHMBarNav li li:hover ul, #LHMBarNav li.sfLHMhover ul, #LHMBarNav li li.sfLHMhover ul { /* lists nested under hovered list items */
	left: auto;
}

#LHMBarNav li:hover, #LHMBarNav li.hover {
    position: static;
}

