#nav {
	width: 123px;
	padding-top: 20px;
	padding-left: 24px;
}

/* 1st level nav */
.nav1img {
	margin-top: 4px;
	margin-left: 6px;
	margin-right: 2px;
}	

.nav1off td {
	font-size: 12px;
	font-weight: bold;
	color: #D30C44; 
	width:120px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.nav1off a:link, .nav1off a:visited { text-decoration: none; color:#D30C44; }
.nav1off a:hover { text-decoration: none; color:black; }
.nav1off a:active { text-decoration: none; color:#D30C44; }

.nav1on td {
	font-size: 12px;
	font-weight: bold;
	color:#D30C44; 
	padding-top: 4px;
	padding-bottom: 4px;
}

.nav1on a:link, .nav1on a:visited { text-decoration: none; color:#D30C44; }
.nav1on a:hover { text-decoration: none; color:black; }
.nav1on a:active { text-decoration: none; color:#D30C44; }
/* end 1st level nav */

/* 2nd level nav */
.nav2off td {
	color: black; 
	height: 23px;
	font-size: 11px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.nav2off a:link, .nav2off a:visited { text-decoration: none; color: black; }
.nav2off a:hover { text-decoration: none; color:#D30C44; }
.nav2off a:active { text-decoration: none; color: black; }

.nav2on td {
	color:#D30C44; 
	height: 23px;
	font-size: 11px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.nav2on a:link, .nav2on a:visited { text-decoration: none; color:#D30C44; }
.nav2on a:hover { text-decoration: none; color: black; }
.nav2on a:active { text-decoration: none; color:#D30C44; }
/* end 2nd level nav */
/* start 3rd level nav */
.nav3off td {
	color:black; 
	height: 20px;
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.nav3off a:link, .nav3off a:visited { text-decoration: none; color: black; }
.nav3off a:hover { text-decoration: none; color: #D30C44; }
.nav3off a:active { text-decoration: none; color: black; }

.nav3on td {
	color: #D30C44;
	height: 20px;
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.nav3on a:link, .nav3on a:visited { text-decoration: none; color: #D30C44; }
.nav3on a:hover { text-decoration: none; color:black; }
.nav3on a:active { text-decoration: none; color: #D30C44; }
/* end 3rd level nav */
/* start common elements */
#breadcrumb {
	font-size:10px;
	padding-bottom:28px;
	color:#684F40;
}

#breadcrumb a:link, #breadcrumb a:visited { text-decoration:none; color:#684F40; }
#breadcrumb a:hover { text-decoration:underline; color:#D30C44; }
#breadcrumb a:active { text-decoration:none; color:#684F40; }

#backtoTop {
	padding-top: 16px;
	padding-bottom: 15px;
}

#backtoTop a:link, #backtoTop a:visited { 
	padding-left: 16px;
	text-decoration: none; 
	color: #EE1C23; 
	background: url(/imgs/btn_up.gif) no-repeat 0px 4px;
}
#backtoTop a:hover { 
	padding-left: 16px;
	text-decoration: underline; 
	color: #333333; 
	background: url(/imgs/dot_black_up.gif) no-repeat 0px 4px;
}
#backtoTop a:active { 
	padding-left: 16px;
	text-decoration: none; 
	color: #EE1C23; 
	background: url(/imgs/btn_up.gif) no-repeat 0px 4px; 
}
/* end common elements */
/* start footer nav */

/* end footer nav */
