.MenuGroup
{
    cursor: pointer;
    cursor: hand;
    background-color: #EFEBE4;
    width: 120px;
    border: solid 0px;
}


.TitleBar
{
	height: 26px;
	cursor:  auto;
	font-size: 14px;
	font-family: Tahoma, Verdana;
	color: #FFFFFF;
	width: 100px;
	font-weight: bold;
	text-align: right;
	font-style: italic;
	background-color: #2e3536;
	border-top: #f37620 1px solid;
}

.MainItem
{
	height: 23px;
	cursor: pointer;
	cursor: hand;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma, Verdana;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	font-style: normal;
	background-color: #2e3536;
	border-bottom: #2e3536 1px solid;

}

.Seperator
{
	background-image: url(/img/menu.separator.gif);
}

.MainItemOver
{
	height: 23px;
	cursor: pointer;
	cursor: hand;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma, Verdana;
	color: #FFFFFF;
	font-style: normal;
	border-bottom: #f37620 1px solid;
	font-weight: normal;
	text-align: center;

}
.MenuItem
{
    font-family: Tahoma, Verdana;
    font-size:11px;
    cursor: pointer;
    cursor: hand;
    padding: 6px 0px 6px 7px;
    border: 1px solid #E3D5BF;
    border-top: 1px solid white;
    text-align: left;
}
.MenuItemClicked
{
    font-family: Tahoma, Verdana;
    font-size:11px;
    cursor: pointer;
    cursor: hand;
    padding: 6px 0px 6px 7px;
    border: 1px solid #E3D5BF;
    border-top: 1px solid white;
    text-align: left;
}
.MenuItemOver
{
    font-family: Tahoma, Verdana;
    font-size:11px;
    cursor: pointer;
    cursor: hand;
    padding: 6px 0px 6px 7px;
    border: 1px solid #E3D5BF;
    border-top: 1px solid white;
    border-bottom: 1px solid #FCB831;
    background-color: #F8F7F4;
    text-align: left;
}
.MenuItemToolTip
{
    background-color: #fffacd;
    border-style:solid;
    border-width:1px;
    border-color: black; 
    font-family: Arial;    
    padding: 3px;
    font-size:8pt;
    text-align: left;
}

.MenuItemClicked
{
    cursor: pointer;
    cursor: hand;
    text-align: left;
    font-family: Tahoma, Verdana;
    font-size:11px;
    cursor: pointer;
    cursor: hand;
}



.MenuGroupMyAccount
{
	cursor: pointer;
	cursor: hand;
	width: 120px;
}
.MainItemMyAccount
{
	height: 26px;
	cursor: pointer;
	cursor: hand;
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma, Verdana;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	background-color: transparent;
	border-bottom: #f37620 1px dotted;
	border-right: #f37620 1px dotted;
	border-top: #f37620 1px dotted;
	border-left: #f37620 1px dotted;
}

.MainItemOverMyAccount
{
	height: 26px;
	cursor: pointer;
	cursor: hand;
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma, Verdana;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	background-color: transparent;
	border-bottom: #2e3536 1px solid;
	border-right: #2e3536 1px solid;
	border-top: #2e3536 1px solid;
	border-left: #2e3536 1px solid;
}

.MenuItemMyAccount
{
    font-family: Tahoma, Verdana;
    font-size:11px;
    cursor: pointer;
    cursor: hand;
    padding: 6px 0px 6px 7px;
    border: 1px solid #E3D5BF;
    border-top: 1px solid white;
    text-align: left;
}

.MenuItemClickedMyAccount
{
    font-family: Tahoma, Verdana;
    font-size:11px;
    cursor: pointer;
    cursor: hand;
    padding: 6px 0px 6px 7px;
    border: 1px solid #E3D5BF;
    border-top: 1px solid white;
    text-align: left;
}


.MenuGroupSports
{
	cursor: pointer;
	cursor: hand;
	width: 120px;
}

.TitleBarSports
{
	height: 23px;
	cursor: auto;
	width: 100px;
	font-weight: bold;
	background-color: #FFFFFF;
	border-top: #2e3536 1px solid;
	
}

.MainItemSports
{
	height: 20px;
	cursor: pointer;
	cursor: hand;
	font-size: 13px;
	font-weight: bold;
	font-family: Tahoma, Verdana;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	background-color: #FFFFFF;
	border-bottom: #FFFFFF 1px solid;
}

.MainItemOverSports
{
	height: 20px;
	cursor: pointer;
	cursor: hand;
	font-size: 13px;
	font-weight: bold;
	font-family: Tahoma, Verdana;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	background-color: #FFFFFF;
	 border-bottom  : #000000 1px solid;
}

.MenuItemSports
{
    font-family: Tahoma, Verdana;
    font-size:11px;
    cursor: pointer;
    cursor: hand;
    padding: 6px 0px 6px 7px;
    border: 1px solid #E3D5BF;
    border-top: 1px solid white;
    text-align: left;
}

.MenuItemClickedSports
{
    font-family: Tahoma, Verdana;
    font-size:11px;
    cursor: pointer;
    cursor: hand;
    padding: 6px 0px 6px 7px;
    border: 1px solid #E3D5BF;
    border-top: 1px solid white;
    text-align: left;
}