/* 1st level nav bg panel color is #D4EDB0 */
#nav {
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 8px;
}

#navR {
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 5px;
}

.nav1img {
	margin-top: 4px;
}	

.nav1off td {
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 2px;
}

.nav1off a:link, .nav1off a:visited { text-decoration: none; color:#CC0033; }
.nav1off a:hover { text-decoration: underline; color:#273042; }
.nav1off a:active { text-decoration: none; color:#CC0033; }

.nav1on td {
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 2px;
}

.nav1on a:link, .nav1on a:visited { text-decoration: none; color:#273042; }
.nav1on a:hover { text-decoration: underline; color:#273042; }
.nav1on a:active { text-decoration: none; color:#273042; }
/* end 1st level nav */

/* 2nd level nav */
.nav2img {
	margin-top: 4px;
	margin-left: 6px;
}	

.nav2off td {
	padding-top: 2px;
	padding-bottom: 1px;
}

.nav2off a:link, .nav2off a:visited { text-decoration: none; color:#CC0033; }
.nav2off a:hover { text-decoration: underline; color:#273042; }
.nav2off a:active { text-decoration: none; color:#CC0033; }

.nav2on td {
	padding-top: 2px;
	padding-bottom: 1px;
}

.nav2on a:link, .nav2on a:visited { text-decoration: none; color:#273042; }
.nav2on a:hover { text-decoration: underline; color:#CC0033; }
.nav2on a:active { text-decoration: none; color:#273042; }
/* end 2nd level nav */
/* start 3rd level nav */
.nav3img {
	margin-top: 2px;
	margin-left: 37px;
}	

.nav3off td {
	line-height: 12px;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 1px;
}

.nav3off a:link, .nav3off a:visited { text-decoration: none; color:#CC0033; }
.nav3off a:hover { text-decoration: underline; color:#EE1C23; }
.nav3off a:active { text-decoration: none; color:#CC0033; }

.nav3on td {
	line-height: 12px; 
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 1px;
}

.nav3on a:link, .nav3on a:visited { text-decoration: none; color:#333333; }
.nav3on a:hover { text-decoration: underline; color:#CC0033; }
.nav3on a:active { text-decoration: none; color:#333333; }
/* end 3rd level nav */
/* start 4th level nav */
.nav4img {
	margin-top: 2px;
	margin-left: 10px;
}	

.nav4off td {
	line-height: 12px;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 1px;
}

.nav4off a:link, .nav4off a:visited { text-decoration: none; color: #CC0033; }
.nav4off a:hover { text-decoration: underline; color: black; }
.nav4off a:active { text-decoration: none; color: #CC0033; }

.nav4on td {
	line-height: 12px; 
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 1px;
}

.nav4on a:link, .nav4on a:visited { text-decoration: none; color: black; }
.nav4on a:hover { text-decoration: underline; color: black; }
.nav4on a:active { text-decoration: none; color: black; }
/* end 4th level nav */