@charset "utf-8";
/* SIDE NAV */
#navcontainer {
	margin: 0;
	padding: 0 0 0 6px;
	text-align:left;
}
#navcontainer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navcontainer li {
	border-bottom:1px solid #77BF8B;
}
#navcontainer a {
	display: block;
	font-size: 11px;
	color: #000000;
	font-weight:bold;
	padding: 12px 0 12px 20px;
	width: 146px;
	background:url(../images/bullet.gif) 4px 14px no-repeat;
	text-decoration: none;
}
#navcontainer a:hover {
	text-decoration:none;
	color:#CEE8D6;
}
#navcontainer a.current {
	text-decoration:none;
	color:#CEE8D6;
}
#navcontainer ul ul {
	background-image: url(../images/newstitle.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color:#CEE8D6;
}
#navcontainer li li {
	border-bottom:0;
}
#navcontainer li li a {
	display: block;
	font-size: 11px;
	color: #000000;
	padding: 8px 0 8px 20px;
	width: 138px;
	text-decoration: none;
	background-position: 4px -37px;
}
#navcontainer li li a:hover {
	text-decoration:none;
	color:#418A55;
	background-position: 4px -37px;
}
#navcontainer li li a.current {
	text-decoration:none;
	color:#418A55;
}
#navcontainer ul ul ul {
	background-image: url(../images/newstitle.gif);
	background-repeat: no-repeat;
	background-position: 0px -1px;
	background-color:#CEE8D6;
}
#navcontainer li li li {
	border-bottom:0;
}
#navcontainer li li li a {
	display: block;
	font-size: 11px;
	color: #000000;
	padding: 4px 0 4px 30px;
	width: 128px;
	font-weight:normal;
	text-decoration: none;
	background-position: 4px -37px;
}
#navcontainer li li li a:hover {
	text-decoration:none;
	color:#418A55;
	background-position: 4px -37px;
}
#navcontainer li li li a.current {
	text-decoration:none;
	color:#418A55;
}

/* BOTTOM NAV */
#bottom{
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.bottomnav{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bottomnav a:link, .bottomnav a:visited {
	text-decoration:none;
	color: #000000;
}
.bottomnav a:hover {
	text-decoration:underline;
	color: #418A55;
}