#nav ul {
	margin-left: 10px;
	border: 0;
	}

#nav li	{
	text-align: left;
	margin-bottom: 3px;
	padding: 0;
	}

#nav li a {
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	font-size: 0.8em;
	color: #000;
	}
	
#nav li a:hover {
	font-weight: normal;
	color: #00599B;
	text-decoration: none;
	background-color: #fff;
	}

#nav li#active a {
	font-weight: bold;
	color: #000;
	background: #fff;
	text-decoration: none;
	}

