/* Container for the Menu */
#nav {
	padding: 0px;
	width: 135px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	margin: 0;
}

/* Turns off Margin, Padding, and Bullets for the Menu List */
#nav ul {margin: 0px; padding: 0px;}
#nav li {margin: 0px; padding: 0px; list-style-type: none;}

/* Link Styles for the Menu */
.section a{
	color: #000;
	display: block;
	padding: 2px 0px 2px 5px;
	text-decoration: none;
	line-height: 30px;
	border-left: 15px solid #cddabc;
	vertical-align: middle;
	font-size: 13px;
	border-bottom: 2px solid #cddabc;
	height: 30px;
}
.thispage {
	background-color:#DDE6D0;
}
/* Hover and Active styles for the menu */
.section a:hover, .section a:active {
	background-color: #dae0f2;
}


/* Link Styles for the Submenus */

.grn {
	background-color: #94af6f;
}
.grn a{
	background-color: #94af6f;
	display: block;
	border: 0;
	color: #000;
	font-size:11px;
	padding: 1px 0 1px 12px;
	margin: 0 0 0 16px;
	text-decoration: none;
	line-height: 18px;
	height: 18px;
}
.blue{
	background-color: #7897ce;
	
}
.blue a{
	background-color: #7897ce;
	display: block;
	border: 0;
	color: #000000;
	font-size:11px;
	padding: 1px 0 1px 12px;
	margin: 0 0 0 16px;
	text-decoration: none;
	line-height: 18px;
	height: 18px;
}
.yellow a{
	background-color: #ffd797;
	display: block;
	border: 0;
	color: #000000;
	font-size:11px;
	padding: 1px 0 1px 12px;
	margin: 0 0 0 16px;
	text-decoration: none;
	line-height: 18px;
	height: 18px;
}
.yellow {
	background-color: #ffd797;
	}

