.mainSubNav
{
	color: #84A2C0;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
}
.mainSubNavOver
{
	color: #666666;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	text-align: center;
}
.subNav
{
	color: #84A2C0;
	font-family: Arial;
	font-size: 11px;
	background-image: url('/images/subNav_BG.gif');
	background-repeat: repeat-y;
	line-height: 19px;
}
.subNavOver
{
	color: #666666;
	font-family: Arial;
	font-size: 11px;
	background-image: url('/images/subNav_BG.gif');
	background-repeat: repeat-y;
	line-height: 19px;
	cursor: pointer;
	cursor: hand;
}
.subNavOn
{
	color: #666666;
	font-family: Arial;
	font-size: 11px;
	background-color: #AFDFF4;
	background-image: url('/images/subNav_BGOn.gif');
	background-repeat: repeat-y;
	line-height: 19px;
	cursor: pointer;
	cursor: hand;
}
.subNavTop
{
	background-image: url('/images/subNav_TopBG.gif');
	background-repeat: repeat-x;
	line-height: 10px;
	width: 100%;
	height: 10px;
}
.subNavBottom
{
	background-image: url('/images/subNav_BottomBG.gif');
	background-repeat: repeat-x;
	line-height: 10px;
	width: 100%;
	height: 10px;
}
.subNavDivider
{
	background-image: url('/images/subNav_Divider.gif');
	background-repeat: repeat-x;
	line-height: 1px;
}
