﻿
.nav1st,
.nav1stOn,
.nav2nd,
.nav2ndOn,
.nav2ndOpen,
.nav3rd,
.nav3rdOn,
.nav4th,
.nav4thOn {
	display: block;
	/*color: #000000 !important;
	text-decoration: none;*/
}

.nav1st {
	font-weight: bold;
	padding-top: 3px;
	padding-left: 13px;
	margin-bottom: 4px;
}
.nav1stOn {
	font-weight: bold;
	background: url("/images/bullet_darkgray.gif");  
	background-repeat: no-repeat;
	background-position:left center;
	padding-top: 3px;
	padding-left: 13px;
	margin-bottom: 4px;
}
.nav2nd {
	font-weight: normal;
	padding-top: 3px;
	padding-left: 13px;
	margin-bottom: 4px;
}
.nav2ndOn {
	background: url("/images/bullet_darkgray.gif");
	background-repeat: no-repeat;
	background-position:left center;
	font-weight: normal;
	padding-top: 3px;
	padding-left: 13px;
	margin-bottom: 4px;
}
.nav2ndOpen {
	font-weight: normal;
	padding-top: 3px;
	padding-left: 13px;
	margin-bottom: 4px;
}
.nav3rdBox {
	padding-bottom: 3px;
}
.nav3rd {
	font-weight: normal;
	padding-top: 2px;
	padding-left: 25px;
	margin-bottom: 4px;
}
.nav3rdopen {
	font-weight: normal;
	padding-top: 2px;
	padding-left: 25px;
	margin-bottom: 4px;
}

.nav3rdOn {
	background: url("/images/bullet_darkgray.gif");
	background-repeat: no-repeat;
	background-position:10px 3px;
	font-weight: normal;
	padding-top: 2px;
	padding-left: 25px;
	margin-bottom: 4px;
	/*line-height: 11px;*/
}
.nav4thBox {
	padding-bottom: 3px;
}
.nav4th {
	font-weight: normal;
	margin-left:41px;
}
.nav4thOn {
	background: url("/images/bullet_darkgray.gif");
	background-repeat: no-repeat;	
	background-position:left center;
	font-weight: normal;
	margin-left:26px;
	padding-left:15px;
}
.navbarOuter {
	height: 1px;
	background: #999999;
	margin-top:-10px;  
}
.navbarInner {
	height: 1px;
	background: #D6D6D6;
	margin-left: 1px;
}