#header {
	width:800px;
	margin:0 auto;
	background:url("../images/jmalogo2.gif") center right no-repeat;
	/* background-position:top right; */
	height:50px;
	margin-top:0px;
}

#dropdown, #dropdown ul { /* all lists */
	text-align:left;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#dropdown ul { z-index:2000; }

#dropdown {
	/*
	margin-left:140px;
	padding-top:10px;
	*/
	padding-top:40px;
}

#splash #dropdown {
	padding:0;
}

#dropdown a {
	display: block;
	width: 100px;
	text-decoration:none;
	color:#999;
	padding:0 4px;
}

#dropdown a:hover { color:black; }

a.dropdownLink {
	color:#999;
}

a.dropdownLink:hover {
	background-color:#FAE372;
	color:black;
}

#dropdown a.activeNav {
	color:#f90;
}

#dropdown li { /* all list items */
	float: left;
	width: 100px; /* width needed or else Opera goes nuts */
}

#dropdown li ul { /* second-level lists */
	position: absolute;
	background-image:url("../images/dropdown-bkgd4.png");
	background-color: transparent !important;
	background-color: #FEF8DC;
	border:1px solid #ccc;
	width: 158px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#dropdown li:hover ul, #dropdown li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.dropdownChild li {
	font-size:11px;
}