h3, h4 {
	margin: 0px;
	padding: 0px;
}

#header-container {
	position: absolute;
	z-index: 999;
	height: 40px;
}

#header {
	margin-bottom: -16px;
	margin-left: 0px;
	position: relative;
	width: 750px;
	z-index: 12;
	height: 39px;
}

#nav { clear: left; }
#nav:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

#nav a { display: block; outline: none; }

#nav ul {
	float: left;
	position: relative;
}
#nav ul:hover ul, #nav ul.hover ul { display: block; }
#nav ul:hover h3, #nav ul:hover h4, #nav ul.hover h3, #nav ul.hover h4 { color: #f00; }

#nav ul ul {
	background: url(/graphics/nav-shadow.png) no-repeat 0 100%;
	display: none;
	float: none;
	left: -5px;
	padding: 0px 5px 5px;
	position: absolute;
	top: 37px;
	width: 150px;
}

#nav ul ul li {
	width: 157px;
	background: #fff;
	padding-bottom: 1px;
}

#nav ul ul a {
	height: 20px;
	width: 142px;
	outline: 0;
	padding: 3px 0px 0px 15px;
	font-weight: normal;
	font-size: 10px;
}
#nav ul ul a:link, #nav ul ul a:visited { color: #655c54; }
#nav ul ul a:hover {
	background: #efefef;
	color: #000;
}

#nav div { float: left; }

#nav h3, #nav h4 {
	border: none;
	line-height: 1.5em;
	margin: 0;
	padding: 15px 13px 1px 13px;
	height: 21px;
}
#nav h3.first {
	padding: 15px 13px 1px 0px;
}
#nav .navitems h3 {
	background: url(/graphics/divider.jpg) no-repeat right;
	margin: 0px;
	width: auto;
	color: #333;
	font-size: 11px;
	letter-spacing: 1px;
}

#nav .navitems h4 {
	background: url(/graphics/divider.jpg) no-repeat right;
	margin: 0px;
	width: auto;
	color: #f00;
	font-size: 10px;
	letter-spacing: 1px;
}

