#header ul {
	margin: 0;
	padding: 0;
}

#header ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: .75em;
	margin-bottom: 5.25em;
	font-size: .9em;
	float: left;
	width: 25%;
	text-align: center;
	position: relative;
	display: block;
	font-weight: bold;
	color: white;
}

#header ul li a:hover {
	text-decoration: underline;
}

#header ul.nav li ul {
	position: absolute;
	top: -999em;
	left: -1px;
}

#header ul.nav li.hover ul {
	top: 2em;
	left: 0em;
	z-index: 5;
}

#header ul.nav li ul {
	width: 100%;
	margin-top: .5em;
}

#header ul.nav li ul li {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
}

#header ul.nav li ul li a {
	color: white;
}

.menu_content {
	border: 2px solid white;
	height: 2.5em;
}

#left ul.nav {
	margin: 0;
	padding: 0;
	width: 249px;
	height: 200px;
	list-style: none;
	margin-bottom: 1em;
	background: url(../images/menu_background.png) no-repeat left top;
}

#left ul.nav li {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	padding-top: .5em;
	padding-bottom: .5em;
	font-size: 1em;
	background-repeat: no-repeat;
	background-position: 2px 50%;
}

#left ul.nav li a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#left ul.nav li.active a {
	color: red;
	text-decoration: none;
	font-weight: bold;
}

#left ul.nav li a:hover {
	color: red;
	text-decoration: none;
	font-weight: bold;
}