.navihighlight {
	position: absolute;
	height: 35px; 
	width: 13px; 
	background-color: #FFC94C; 
	visibility: hidden;
}

.navibar {
	position: absolute;
	width: 180px; 
	background-color: #BFBFBF; 
 	font-size: 14px;
	font-family: Arial; 
	font-weight: bold;  
	text-align: center; 
	color: white; 
	border-bottom: 1px solid #E5E5E5;
}

.subnavibar {
	position: absolute;
	width: 180px; 
	background-color: #E5E5E5; 
	font-family: Arial; 
	font-size: 14px; 
	text-align: center; 
	color: white; 
	font-weight: bold; 
	border-bottom: 1px solid white;
}

.navisuffix {
	position: absolute;
	height: 35px; 
	width: 13px; 
	background-color: #D9D9D9; 
	border-bottom: 1px solid #E5E5E5;
}

.naviendblock {
	position: absolute;
	left: 13px;
	width: 180px;
	height: 70px;
	background-color: #BFBFBF;
	border-bottom: 1px solid #E5E5E5;
}

.naviendblocksuffix {
	position: absolute;
	left: 193px;
	height: 70px;
	width: 13px;
	background-color: #D9D9D9;
	border-bottom: 1px solid #E5E5E5;
}

a.navilink {
	display: block;
	width: 180px;
	padding-top: 9px; 
	padding-bottom: 10px; 
	color: white;
	text-decoration: none;
}

a.subnavilink {
	display: block;
	width: 180px;
	padding-top: 9px; 
	padding-bottom: 10px; 
	color: #7F7F7F;
	text-decoration: none;
}

a.navilink:hover {
	text-decoration: none;
}

a.subnavilink:hover {
	text-decoration: none;
}
