@charset "utf-8";

#navlist a:link, #navlist a:visited {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(img/bullet_navlist_norm.gif);
	background-repeat: no-repeat;
	background-position: 7px;
	padding: 0 0 0 20px;
	font: 12px Arial, Helvetica, sans-serif;
}

#navlist a.active, #navlist a.active_nosub, #navlist a.active_nosub:hover {
	background-image: url(img/bullet_navlist_active.gif);
	background-repeat: no-repeat;
}

#subnavlist a:link, #subnavlist a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #5f8d42;
	background-image: url(img/bullet_subnavlist_norm.gif);
	background-repeat: no-repeat;
	background-position: 15px;
	padding: 0 0 0 27px;
}

#subnavlist a.active, #subnavlist a.active_nosub, #subnavlist a.active_nosub:hover {
	background-image: url(img/bullet_subnavlist_active.gif);
	background-repeat: no-repeat;
	color: #426628;
}

#thirdnavlist a:link, #thirdnavlist a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #629b3e;
	background-image: url(img/bullet_thirdnavlist_norm.gif);
	background-repeat: no-repeat;
	background-position: 27px;
	padding: 0 0 0 32px;
}

#thirdnavlist a.active {
	background-image: url(img/bullet_thirdnavlist_active.gif);
	background-repeat: no-repeat;
	color: #426628;
}

#footercontainer a:link, #footercontainer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(img/bullet_footer_norm.gif);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	padding: 0 0 0 15px;
}

#footercontainer a:hover {
	background-image: url(img/bullet_footer_active.gif);
	background-repeat: no-repeat;
	color: #646567;
}
