/***************** Menu Control Styles ********************************/

.MainMenu .TabTopMenu .itemIcon
{
}

.MainMenu .TabTopMenu .LeftItemBkg_Selected,
.MainMenu .TabTopMenu .LeftItemBkg
{
	height:29px;
	width:3px;
	font-size:1px;
	background: url(../images/LeftItemBkg.gif) no-repeat;
	float:left;
}

.MainMenu .TabTopMenu .LeftItemBkg_Selected
{
	background: url(../images/SelLeftItemBkg.gif) no-repeat;
}

.MainMenu .TabTopMenu .CenterItemBkg_Selected,
.MainMenu .TabTopMenu .CenterItemBkg
{
	height:29px;
	font-size:1px;
	background: url(../images/ItemBkg.gif) repeat-x;
	float:left;
	padding-top:8px;
}

.MainMenu .TabTopMenu .CenterItemBkg_Selected
{
	background: url(../images/SelItemBkg.gif) repeat-x;
}

.MainMenu .TabTopMenu .RightItemBkg_Selected,
.MainMenu .TabTopMenu .RightItemBkg
{
	height:29px;
	width:3px;
	font-size:1px;
	background: url(../images/RightItemBkg.gif) no-repeat;
	float:left;
}

.MainMenu .TabTopMenu .RightItemBkg_Selected
{
	background: url(../images/SelRightItemBkg.gif) no-repeat;
}

.MainMenu .TabTopMenu .itemLabel
{
	color:#818181;
	text-decoration : none;
	font-size:11px;
	font-weight:bold;
}

.MainMenu .TabTopMenu .itemLabel_Selected
{
    color:#373737;
	text-decoration : none;
	font-size:11px;
	font-weight:bold;
}

.MainMenu .TabTopMenu .itemLabel:hover
{
   color:#FF9103;
}

.MainMenu .TabTopMenu .itemsSeparator
{
}

.MainMenu .TabTopMenu .itemsSeparator .itemsSeparatorBullet
{
	height:29px;
	width:2px;
	font-size:1px;
	float:left;
}
