table.ScoresMenu
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10000;
}


.ScoresMenuFrame {
	background:black;
	background-image:url(CSSImages/MenuFrameBG.png);
	background-position:right;
	padding-left: 4px;
	padding-top: 6px !important;
	width: 985px;
	height: 29px;
}


UL.jd_menu {
	position: relative;
	list-style-type: none;
	margin: 0px;
	padding-left:0px;
	
}
UL.jd_menu A {
	border-left: solid 1px #4b4d4c;
	padding-bottom: 0px;
	display: block;
	color: white;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom:4px;
}


.Payed UL.jd_menu A
{
	padding-left: 16px;
	padding-right: 16px;
}

.Free UL.jd_menu A {
	padding-left: 18px;
	padding-right: 18px;
}

UL.jd_menu A:hover {
	color: #8bb8e5;
	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;
	padding:7px 10px 7px 10px !important;
}
UL.jd_menu UL A:hover {
	background-color: #252525;
    border-top: 1px solid black;
    border-left: 1px solid black;
    color: #8bb8e5;
}
UL.jd_menu LI
{
	white-space: nowrap;
	float: left;
	cursor: pointer;
}
UL.jd_menu UL
{
	z-index: 10000;
	position: absolute;
	background-color: #484b49;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	list-style-type: none;
	display: none;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: none;
	
}
UL.jd_menu UL LI {

	padding-left: 4px;
	padding-right: 4px;
	margin: 0px;
	width: 180px;
	float: none;
	
}

