.NAV1, .NAV1:ACTIVE, .NAV1:LINK, .NAV1:VISITED {
	width:140px;
	border-top: white 1px solid;
	padding-top: 5px;
	padding-bottom: 5px;
	color:#ffffff;
	text-decoration: none;
         font-family: Arial;
         font-size: 10pt;

}

.NAVSEL1, .NAVSEL1:ACTIVE, .NAVSEL1:LINK, .NAVSEL1:VISITED {
	width:140px;
	border-top: white 1px solid;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color:#3f1413;
	color:#ffffff;
	text-decoration: none;
}

.NAV1:HOVER, NAV1SEL:HOVER {
	width:140px;
	border-top: white 1px solid;
	padding-top: 5px;
	padding-bottom: 5px;
	color:#666666;
	text-decoration: none;
}

.NAV2, .NAV2:ACTIVE, .NAV2:LINK, .NAV2:VISITED, .NAVSEL2, .NAVSEL2:ACTIVE, .NAVSEL2:LINK, .NAVSEL2:VISITED {
	width:140px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color:#3f1413;
	color:#ffffff;
	text-decoration: none;
}

.NAV2:HOVER, NAV2SEL:HOVER {
	width:140px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color:#3f1413;
	color:#666666;
	text-decoration: none;
}
