.navcontainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #993333;
}
.navcontainer a {
	display: block;
	width: 160px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
	text-indent: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #993333;
}
.navcontainer a:link {
	text-decoration: none;
	color: #993333;
}
.navcontainer a:visited {
	text-decoration: none;
	color: #993333;
}
.navcontainer a:active {
	text-decoration: none;
	background-color: #F3F2E9;
}
.navcontainer a:hover {
	color: #581D1D;
	background-color: #F3F2E9;
}.subh {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: lowercase;
}
.subh a {
	background-color: #F3F2E9;
	width: 160px;
	display: block;
	text-align: left;
	text-indent: 20px;
}
.subh a:link {
	color: #993333;
	text-decoration: none;
}
.subh a:visited {
	color: #993333;
	text-decoration: none;
}
.subh a:active {
	color: #9A3334;
	text-decoration: none;
}
.subh a:hover {
	color: #9A3334;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #993333;
}
