.navTbl, .navTbl td {
	border-collapse: collapse;
	border: 0px
}

.navTop {
	height: 4px;
	width: 100%;
	background-color: #2E5C81;
}

#nav {
	width: 174px;
}

/* 1st level nav bg panel color is #4E978D */
.navLvl1off {
	color: #2D6594;
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;
	height: 100%;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 6px;
	background-color: #AFCCE4;
	border-bottom: 1px solid white;
	cursor: hand; 	
}

.navLvl1off a:link, .navLvl1off a:visited { text-decoration: none; color: #2D6594; }
.navLvl1off a:hover { text-decoration: none; color: white; }
.navLvl1off a:active { text-decoration: none; color: #2D6594; }

.navLvl1on {
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;
	height: 100%;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 6px;
	background-color: #6F9ABD;
	border-bottom: 1px solid white;
	cursor: hand; 	
}

.navLvl1on a:link, .navLvl1on a:visited { text-decoration: none; color: white; }
.navLvl1on a:hover { text-decoration: none; color: white; }
.navLvl1on a:active { text-decoration: none; color: white; }
/* end 1st level nav */

/* 2nd level nav */
.navLvl2off {
	color: #2D6594;
	width: 100%;
	height: 100%;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 6px;
	background-color: #D0E8FC;
	border-bottom: 1px solid white;
	cursor: hand;	
}

.navLvl2off a:link, .navLvl2off a:visited { text-decoration: none; color:#2D6594; }
.navLvl2off a:hover { text-decoration: none; color: white; }
.navLvl2off a:active { text-decoration: none; color:#2D6594; }

.navLvl2on {
	color: white;
	width: 100%;
	height: 100%;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 6px;
	background-color: #6F9ABD;
	border-bottom: 1px solid white;
	cursor: hand;	
}

.navLvl2on a:link, .navLvl2on a:visited { text-decoration: none; color: white; }
.navLvl2on a:hover { text-decoration: none; color: white; }
.navLvl2on a:active { text-decoration: none; color: white; }
/* end 2nd level nav */

/* start 3rd level nav */
.nav3 tr: hover, .nav3 tr.over {
	color: #2C7D75;
	background-color: #F7E5C7;
}

.navLvl3off {
	color: #D1810B;
	width: 100%;
	height: 100%;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 6px;
	background-color: #FCF1CE;
	border-bottom: 1px solid #EFC589;
	cursor: hand;	
}

.navLvl3off a:link, .navLvl3off a:visited { text-decoration: none; color:#D1810B; }
.navLvl3off a:hover { text-decoration: none; color:white; }
.navLvl3off a:active { text-decoration: none; color:#D1810B; }

.navLvl3on {
	color: white;
	width: 100%;
	height: 100%;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 6px;
	background-color: #D1810B;
	border-bottom: 1px solid #EFC589;
	cursor: hand;	
}

.navLvl3on a:link, .navLvl3on a:visited { text-decoration: none; color:white; }
.navLvl3on a:hover { text-decoration: none; color:white; }
.navLvl3on a:active { text-decoration: none; color:white; }
/* end 3rd level nav */

/* here are all the footer elements */
#footer {
	color: #666666;
	padding-top: 5px;
}

#footer a:link, #footer a:visited { text-decoration: none; color:#666666; }
#footer a:hover { text-decoration: none; color:#C49776; }
#footer a:active { text-decoration: none; color:#666666; }
