.subGroup
{
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

.subNav
{
	height: 23px;
	background-color: #CCBB9D;
	font-family: "Times New Roman";
	font-size: 11px;
	font-weight: bold;
	color: #2C2719;
	cursor: pointer;
	cursor: hand;
}

.subNavOver
{
	height: 23px;
	background-color: #DAD1C2;
	font-family: "Times New Roman";
	font-size: 11px;
	font-weight: bold;
	color: #2C2719;
	cursor: pointer;
	cursor: hand;
}

.subNavOn
{
	height: 23px;
	background-color: #DAD1C2;
	font-family: "Times New Roman";
	font-size: 11px;
	font-weight: bold;
	color: #2C2719;
	cursor: pointer;
	cursor: hand;
}

.subSeperator
{
	height: 1px;
	background-color: #999999;
}