table.ScoresMenu 
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10000;
}


.MenuFrame {
	
	background-image: url(/CSS/CSSImages/MenuBg.png);
	background-repeat: no-repeat;
	background-color:white !important;
	height: 30px !important;
	padding-left: 4px;
	padding-top: 4px;
	border-left:1px solid #646c89;
	border-right:1px solid #646c89;
	min-width:900px;
}


UL.jd_menu
{
	position: relative;
	padding-bottom: 0px;
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
UL.jd_menu A {
	border-left: gray 1px solid;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 17px;
	padding-right: 17px;
	display: block;
	color: white;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	
}
UL.jd_menu A:hover
{
	color: #f26528;
	text-decoration: none;
}
UL.jd_menu A.FirstMenu
{
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	color: yellow;
	border-left-style: none;
}
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
{
	background-color: #151a26;
	color: #f26528;
	text-decoration: none;
}
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;
	border-right-style: none;
	background-color: #2b3653;
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	display: none;
	border-top-style: none;
	border-left-style: none;
	padding-top: 0px;
}
UL.jd_menu UL LI
{
	padding-bottom: 3px;
	margin: 0px;
	padding-left: 3px;
	width: 145px;
	padding-right: 3px;
	float: none;
	padding-top: 3px;
}
