.navcontainer {
	width: 100%;
	}
.navlist {
	margin-top: 0px;
	}
.navlist dt {
	padding-left: 4px;
	padding-right: 4px;
	white-space: nowrap;
	}
.navlist dd {
	margin-left: 0px;
	padding-left: 20px;
	padding-right: 4px;
	background-color: #FFFF99;
	}
.navlist a {
	display: block;
	}
.navlist a:link, .navcontainer a:active {
	color: black;
	text-decoration: underline;
	font-weight: normal;
	}
.navlist a:visited {
	color: #993333;
	text-decoration: underline;
	font-weight: normal;
	}
.navlist a:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;
	}
.NavHeadActive {
	background-color: #000;
	color: #fff;
	font-weight: bold;
	}
.NavHeadActive a:link, .NavHeadActive a:visited, .NavHeadActive a:active {
	color: #fff;
	text-decoration: none;
	}
.NavItemActive {
	font-weight: bold;
	color: red;
	}
.NavSubHead {
	background-color: #CCFFFF;
	}
.NavSubHead a:link, .NavSubHead a:active {
	color: black;
	font-weight: normal;
	text-decoration: underline;
	}
.NavSubHead a:visited {
	color: #993333;
	font-weight: normal;
	text-decoration: underline;
	}
.NavSubHead a:hover { 
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;
	}
.NavSubHeadActive {
	font-weight: bold;
	background-color: #99CCFF;
	}
.NavSubHeadActive a:visited {
	color: #993333;
	font-weight: normal;
	text-decoration: underline;
	}
.NavGroupBottom {
	border: solid #ccc 0px;
	border-bottom-width:1px;
	}