table.ScoresMenu
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10000;
}


.ScoresMenuFrame {
	background-image: url(/CSS/CSSImages/MenuBg.png);
	background-repeat: no-repeat;
	padding-left: 4px;
	padding-top: 4px !important;
	width: 870px;
	height: 30px;
}


UL.jd_menu {
	position: relative;
	list-style-type: none;
	margin: 0px;
	padding-left:0px;
	
}
UL.jd_menu A {
	border-left: gray 1px solid;
	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: 20px;
	padding-right: 20px;
}

UL.jd_menu A:hover
{
	color: #f26528;
	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: #f26528;
	text-decoration: none;
	background:#272f46;
	border-left:1px solid #191e2b;
	border-top:1px solid #191e2b;
}
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: #2b3653;
	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;
	
}
