.subGroup
{
	width: 175px;
}

.subNav
{
	background-image: url(/images/subNavTile.gif);
	background-repeat: repeat-y;
	padding-left: 6px;
	height: 24px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #00294F;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}

.subNavOver
{
	background-image: url(/images/subNavTile.gif);
	background-repeat: repeat-y;
	padding-left: 6px;
	height: 24px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #93130D;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}

.subNavOn
{
	background-image: url(/images/subNavTile.gif);
	background-repeat: repeat-y;
	padding-left: 6px;
	height: 24px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #93130D;
	text-decoration: none;
	cursor: pointer;
}

.subNavDivider
{
	height: 1px;
	cursor: pointer;
}