body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EAEAEA;
}

.nav_links {
	position: absolute;
	color: #787878;
	font-size: 10.5px;
	font-family: Verdana;
	font-weight: bold;
	font-style: none;
	text-decoration: none
}

.nav_links:hover {
	position: absolute;
	color: #3F423F;
	font-size: 10.5px;
	font-family: Verdana;
	font-weight: bold;
	font-style: none;
	text-decoration: none
}

.content {
	color: #000000;
	font-size: 10.5px;
	font-family: Verdana;
	font-weight: none;
	font-style: none;
	text-decoration: none
}

.title {
	color: #000000;
	font-size: 13px;
	font-family: Verdana;
	font-weight: bold;
	font-style: none;
	text-decoration: none
}

.left {
	color: #000000;
	font-size: 10px;
	font-family: Verdana;
	font-weight: none;
	font-style: none;
	text-decoration: none
}

.content_link {
	color: #008AFF;
	font-size: 10.5px;
	font-family: Verdana;
	font-weight: none;
	font-style: none;
	text-decoration: underline
}

.content_link:hover {
	color: #71C620;
	font-size: 10.5px;
	font-family: Verdana;
	font-weight: none;
	font-style: none;
	text-decoration: underline
}

.footer {
	color: #000000;
	font-size: 10.5px;
	font-family: Verdana;
	font-weight: none;
	font-style: none;
	text-decoration: none
}

.footer:hover {
	color: #3F423F;
	font-size: 10.5px;
	font-family: Verdana;
	font-weight: none;
	font-style: none;
	text-decoration: none
}

	#nav, #nav ul { /* all lists */
	z-index:1;
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 213px;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 12.5px;
		width: 213px;
		border-bottom: 1px solid #90bade;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 213px;
		top : 0;
	}

	#nav li a {
		display : block;
		color : #FFFFFF;
		font-size: 10.5px;
		font-family: Verdana;
		font-weight : none;
		text-decoration : none;
		background-color : #2175bc;
		border : 0px;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #1958b7;
	}
	
	#nav li a:hover {
		color : #FFFFFF;
		background-color : #2C92E9;
		font-size: 10.5px;
		font-family: Verdana;
	}

	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
