@charset "utf-8";
.subNavLeft {
	background-image: url(images/browse_bar.gif);
	height: 21px;
	background-repeat: no-repeat;
	width: 180px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.staticTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #33333D;
}
.staticTextBoldWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.subNavLeftBlueBox {
	height: 15px;
	padding: 5px;
	background-repeat: no-repeat;
	width: 190px;
	background-color: #49568D;
}
.subNavLeftBlueBoxLight {
	height: 15px;
	background-repeat: no-repeat;
	width: 180px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(images/nav_bullet.gif);
}
.subNavLeftBlueBoxLight2 {
	height: 30px;
	background-repeat: no-repeat;
	width: 180px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(images/nav_bullet.gif);
}
.subNavLeftBlueBoxLight3 {
	height: 15px;
	background-repeat: no-repeat;
	width: 180px;
	background-color: #4A537C;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.subNavLeftBlueBoxLight4 {
	height: 30px;
	background-repeat: no-repeat;
	width: 180px;
	background-color: #4A537C;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.WhiteNavLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.subNavLeftGreyBoxLight {
	height: 15px;
	background-repeat: no-repeat;
	width: 170px;
	background-color: #F5F5F5;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.subNavLeftGreyBoxDark {
	height: 15px;
	background-repeat: no-repeat;
	width: 170px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #D8FED5;
}

.subNavLeftSmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.subNavTopLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

