/* ---------------------------------{ NAV }--------------------------------- */
.SubGroup
{
	padding: 0px;
	margin: 0px;
}
/*----- Home Link -------- */
.SubHomeItem 
{
	width: 216px;
	cursor: hand;
	cursor: hand;
	height: 22px;
	margin: 0px;
	padding: 2px 0px 4px 0px;
	text-indent: 8px;
	color: #a23827;
	font: 12px Arial, Helvetica, sans-serif;
	background: url(../images/subnav_link.gif) no-repeat;
}
.SubHomeItemOver
{
	width: 216px;
	cursor: pointer;
	cursor: hand;
	height: 22px;
	margin: 0px;
	padding: 2px 0px 4px 0px;
	text-indent: 8px;
	color: #bc1a00;
	font: 12px Arial, Helvetica, sans-serif;
	background: url(../images/subnav_link.gif) no-repeat -240px;
}
/*----- Active Sub Category -------- */
.SubActiveMainItem 
{
	margin: 0px;
	padding: 0px;
	height: 22px;
	text-indent: 8px;
	color: #a23827;
	font: Bold 12px Arial, Helvetica, sans-serif;
	background: url(../images/subnav_link.gif) no-repeat;
}
.SubActiveMainItemOver
{
	margin: 0px;
	padding: 0px;
	height: 22px;
	text-indent: 8px;
	color: #a23827;
	font: Bold 12px Arial, Helvetica, sans-serif;
	background: url(../images/subnav_link.gif) no-repeat;
}
/*----- Regular Links -------- */
.SubMainItem 
{
	cursor: hand;
	cursor: hand;
	height: 20px;
	margin: 0px;
	padding: 0px;
	text-indent: 17px;
	color: #a23827;
	font: 12px Arial, Helvetica, sans-serif;
	background: url(../images/subnav_group_link.gif) no-repeat left -2px;
}
.SubMainItemOver
{
	cursor: pointer;
	cursor: hand;
	height: 20px;
	margin: 0px;
	padding: 0px;
	text-indent: 17px;
	color: #bc1a00;
	font: 12px Arial, Helvetica, sans-serif;
	background: url(../images/subnav_group_link.gif) no-repeat -240px;
}
.SubMenuItem 
{
	cursor: hand;
	cursor: hand;
	margin: 0px;
	padding: 0px;
	height: 20px;
	color: #a23827;
	text-decoration: none;
	font: 12px Arial, Helvetica, sans-serif;
	border-top: 1px solid #fffaf1;
	border-bottom: 1px solid #e2d8c6;
	background: #fcf4e4;
}
.SubMenuItemOver
{
	cursor: pointer;
	cursor: hand;
	margin: 0px;
	padding: 0px;
	height: 20px;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #bc1a00;
	border-top: 1px solid #fffbf3;
	border-bottom: 1px solid #bc1a00;
	background: #fffbf3;
}

