/* ---------------------------------{ NAV }--------------------------------- */
.SubMainGroup
{
	text-align: center;
	padding: 0 0 1px 15px;
	cursor: pointer;
	cursor: hand;
	background: url(../images/submenu_bgnd.gif) repeat-y center 4px;
}
.SubMainItem 
{
	width: 212px;
	cursor: hand;
	cursor: hand;
	margin: 0px;
	height: 23px;
	color: #5d493a;
	font: 12px/18px Tahoma, Arial, Helvetica, sans-serif;
}
.SubMainItemOver
{
	width: 212px;
	cursor: hand;
	cursor: hand;
	margin: 0px;
	height: 23px;
	color: #9e3b13;
	font: 12px/18px Tahoma, Arial, Helvetica, sans-serif;
	background: #d1b792;
}
/*----- Selected Item CSS -------- */
.SelectedItemCss {
	width: 212px;
	cursor: hand;
	cursor: hand;
	margin: 0px;
	height: 23px;
	color: #45598f;
	font: 12px/18px Tahoma, Arial, Helvetica, sans-serif;
}
#RadMenuBottom_1 .SelectedItemCss
{
 width: 212px;
	cursor: hand;
	cursor: hand;
	text-align: left;
	margin: 0px;
	padding-left: 10px;
	height: 23px;
	color: #45598f;
	font: 12px/18px Tahoma, Arial, Helvetica, sans-serif;
	background: #d1b792;
}
.SelectedPathItemCss {
	width: 212px;
	cursor: hand;
	cursor: hand;
	margin: 0px;
	height: 23px;
	font: 12px/18px Tahoma, Arial, Helvetica, sans-serif;
}
/*----- Active Sub Category -------- */
.SubActiveMainItem 
{
	width: 212px;
	cursor: hand;
	cursor: hand;
	margin-bottom: 10px;
	height: 40px;
	color: #fff;
	font: 16px "Times New Roman", Times, serif;
	background: url(../images/submenu_li_first_bgnd.gif) no-repeat center bottom;
}
.SubActiveMainItemOver
{
	width: 212px;
	cursor: hand;
	cursor: hand;
	margin-bottom: 10px;
	height: 40px;
	color: #182139;
	font: 16px "Times New Roman", Times, serif;
	background: url(../images/submenu_li_first_bgnd.gif) no-repeat center bottom;
}
/*----- END Active Sub Category -------- */
.SubMenuItem
{
 width: 212px;
	cursor: hand;
	cursor: hand;
	text-align: left;
	margin: 0px;
	padding-left: 10px;
	height: 23px;
	color: #5d493a;
	font: 12px/18px Tahoma, Arial, Helvetica, sans-serif;
	background: #d1b792;
}

.SubMenuItemOver
{
 width: 212px;
	cursor: pointer;
	cursor: hand;
	text-align: left;
	margin: 0px;
	padding-left: 10px;
	height: 23px;
	color: #fff;
	font: 12px/18px Tahoma, Arial, Helvetica, sans-serif;
	background: #792a0c;
}

