table.ScoresMenu
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10000;
}


.ScoresMenuFrame {
	width: 818px;
	height: 29px;
	background-color:#333333;
	padding-top:3px;
	padding-left:1px;
}


UL.jd_menu {
	position: relative;
	list-style-type: none;
	margin: 0px;
	padding-left:0px;
	
}
.jd_menu li{
	background-image:url(CSSImages/MenuItemBG.gif);
	margin-left:1px;
	margin-right:1px;
}


UL.jd_menu A {
	
	border-left: solid 1px #bebebe;
	display: block;
	color: white;
	text-decoration: none;
	padding-top: 7px;
	padding-left:0px;
	margin-left:0px;
	font-size:11px !important;
	font-weight: bold !important;
	font-family:Verdana, Arial, Helvetica, sans-serif !important;
	height: 20px;
}

.Payed UL.jd_menu A
{
	padding-left: 13px;
	padding-right: 12px;
}

.Free UL.jd_menu A {
	padding-left: 23px;
	padding-right: 22px;
}

UL.jd_menu A:hover {
	background-image:url(CSSImages/MenuItemOverBG.gif);
	background-repeat:repeat-x;
	color:yellow;
	text-decoration: none;
}
UL.jd_menu A.FirstMenu
{
	border: none;
	color: Yellow;
}

UL.jd_menu A.SpecialItem
{
	color: yellow;
}
UL.jd_menu UL A
{
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	border-left-style: none;
}
UL.jd_menu UL A:hover {
	color: yellow;
	text-decoration: none;
	background:#252525;
	border-left:1px solid black;
	border-top:1px solid black;
}
UL.jd_menu LI
{
	white-space: nowrap;
	float: left;
	cursor: pointer;
}
UL.jd_menu UL
{
	z-index: 10000;
	position: absolute;
	border-bottom-style: none;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	background-color:#353535;
	list-style-type: none;
	display: none;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	
}
UL.jd_menu UL LI {

	padding-left: 3px;
	padding-right: 3px;
	margin: 0px;
	width: 145px;
	float: none;
	background:none !important;
	
}
