#nav {
	background-color: #707783;
	height: 80px;
	margin: 0 8px 0 6px;
	background: url(images/nav_bg.jpg) top left no-repeat;
}

#nav a {
	margin: 35px 0 0 6px;
	display: block;
	text-align: center;
	float: left;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
	color: #FFFFFF;
	padding: 0 8px 0 8px;
}


#nav .active {
	background: url(images/button_bg.jpg) top center no-repeat;
	padding: 0 30px 0 30px;
}

#nav .active:hover {
	background: url(images/button_bg.jpg) top center no-repeat;
	padding: 0 30px 0 30px;
}

#nav a:hover {
	color: #D2D2D2;
}

#middle_left ul {
	margin: 50px 0 0 0;
	padding: 0;
	list-style: none;
}

#middle_left ul li {
	display: block;
	margin: 16px 0 16px 0;
	padding: 0px;
}

#middle_left ul li a  {
	text-decoration: none;
	padding: 10px 20px 10px 20px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	font-family: arial, helvetica, verdana, sans-serif;
}

#middle_left ul li a:hover {
	color: #918AB4;
}

#middle_left ul li a.active {
	background: url(images/leftnav_bg.jpg) center right no-repeat;
}

#middle_left ul li a.active:hover {
	color: #EDEEF3;
}