.BetsMenu .MContent {
	display: none;
}
.BetsMenu {
	width: 100%;
	display:block;
	min-height: 30px;
}
.BetsMenu img {
	float: right;
	cursor:pointer;
	margin-bottom: 1px;
}	
.MContent {
	clear:both;
	float:right;
	background-color: #ffffff;
	
}
.MContent ul {
	list-style: none;
	width: 720px;
}
.MContent ul li {
	border-bottom: 1px solid #d9dfeb;
  border-right: 1px solid #d9dfeb;
	float: left;
	width: 179px;
	max-width: 179px;
	word-wrap:  break-word;
	
}

.MContent li a {
color:#2e5170;
text-decoration:none;
padding:10px;
display:block;
height: 35px;
}
.MContent li a:hover {
padding:10px;
font-weight:bold;
color: #fff;
text-decoration:none;
background-color:#1e6797;
}
.MenuBtn a {
	background-image: url(../images/currentOdd.gif);
	background-repeat:repeat-x;
	height: 24px;
	width: 130px;
	display: block;
	float: right;
	margin: 5px;
	border: 1px solid #061925;
	color: #FFFFFF;
	font-weight:bold;
	text-align:center;
	line-height: 1.4em;
	max-height:24px;
	text-decoration: none;
}

.MenuBtn a:hover {
	background-image: url(../images/PrvOdd.gif);
	background-repeat:repeat-x;
	border: 1px solid #5b5b5b;
	text-decoration: none !important;
}
