#header {
	width: 100%;
/*height: 103px;*/
}

#header img {
	height: 88px;
	vertical-align: top; /* This fixes the space between the nav and header */
	width: 800px;
}

#header ul {
	background: #BCA078;
	margin: 0;
	padding: 3px;
}

#header ul li {
	color: white;
	display: inline;
	font-size: 11px;
	font-weight: bold;
	list-style-type: none;
	border-left: 2px solid white;
	padding: 0 2px 0 5px;
}

#header ul li.first {
	border-left: none;
}

#header a {
	border: none;
	color: white;
	letter-spacing: 0px;
	text-transform: uppercase;
}

#header #headerGeneric {
	background: white url(/images/common/content_top.gif) top no-repeat;
	height: 83px;
	display: block!important;
	padding: 0;
	margin: 0;
}
