/* CSS Document */

/* Root = Horizontal, Secondary = Vertical */
ul.betsMenu {
  float:left;
  margin:2px 0 0 0;
  padding:0 0 0 15px;
  width:100%; /*For KHTML*/
  list-style: none;
  width:665px;
}

ul.betsMenu li {
  margin: 0;
  border: 0 none;
  padding:0 ;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;  
  width:auto;
}

ul.betsMenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 336px;
  list-style: none;
  display: none;
  position: absolute;
  top: 26px;
  left:0px;
}

/* Root Menu */
ul.betsMenu a {
  padding:0px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color:#fff !important;
  font:normal 11px/22px "Lucida Console", Arial, Helvetica, sans-serif;
  line-height:24px;
  padding:24px 0 0 0;
  height:0!important;
  height /**/:24px;
  margin:0 0 0 0;
  overflow:hidden;
  text-decoration: none;
}

ul.betsMenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

/* Root Menu Hover Persistence */
ul.sf-menu a:hover,
ul.sf-menu li:hover a,
ul.sf-menu li.iehover a {
  color:#00C !important;
}

/*******
*******/

.betSum1{
	background:#008AAC;
	display:block;
	width:318px; /*334*/
	height:100px;
	border:1px solid #0C758F;
	filter:alpha(opacity=80);
	 opacity: 0.8;
	-moz-opacity: 0.8;
	font:normal 12px/14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#FFF;
	padding:12px 8px;
	text-align:left;
}

.betSum2{
	background:#4F867B;
	display:block;
	width:318px; /*334*/
	height:100px;
	border:1px solid #3D675F;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
	font:normal 12px/14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#FFF;
	padding:12px 8px;
	text-align:left;
}

.betSum3{
	background:#D26203;
	display:block;
	width:318px; /*334*/
	height:90px;
	border:1px solid #8E4D24;
	filter:alpha(opacity=80);
	 opacity: 0.8;
	-moz-opacity: 0.8;
	font:normal 12px/14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#FFF;
	padding:12px 8px;
	text-align:left;
}

.betSum4{
	background:#D88701;
	display:block;
	width:318px; /*334*/
	height:100px;
	border:1px solid #B77A0B;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
	font:normal 12px/17px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#FFF;
	padding:12px 8px;
	text-align:left;
}

.betSum5{
	background:#6A458B;
	display:block;
	width:318px; /*334*/
	height:100px;
	border:1px solid #4D266E;
	filter:alpha(opacity=80);
	 opacity: 0.8;
	-moz-opacity: 0.8;
	font:normal 12px/17px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#FFF;
	padding:12px 8px;
	text-align:left;
}

.betSum6{
	background:#CF3B91;
	display:block;
	width:318px; /*334*/
	height:85px;
	border:1px solid #BB006F;
	filter:alpha(opacity=80);
	 opacity: 0.8;
	-moz-opacity: 0.8;
	font:normal 12px/14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#FFF;
	padding:12px 8px;
	text-align:left;
}

.betSum7{
	background:#1E6F3D;
	display:block;
	width:318px; /*334*/
	height:115px;
	border:1px solid #144727;
	filter:alpha(opacity=80);
	 opacity: 0.8;
	-moz-opacity: 0.8;
	font:normal 12px/14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#FFF;
	padding:12px 8px;
	text-align:left;
}

.betSum8{
	background:#447ABF;
	display:block;
	width:318px; /*334*/
	height:100px;
	border:1px solid #2D6DB2;
	filter:alpha(opacity=80);
	 opacity: 0.8;
	-moz-opacity: 0.8;
	font:normal 12px/14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#FFF;
	padding:12px 8px;
	text-align:left;
}

.betSum9{
	background:#D5072B;
	display:block;
	width:318px; /*334*/
	height:100px;
	border:1px solid #990B1D;
	filter:alpha(opacity=80);
	 opacity: 0.8;
	-moz-opacity: 0.8;
	font:normal 12px/14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#FFF;
	padding:12px 8px;
	text-align:left;
}

.sumTxt{
	filter:alpha(opacity=100) !important;
	height:auto;
	background:url(../images/betsDot.png) left bottom repeat-x;
	padding-bottom:12px;
}

.sumLink{
	float:left;
	padding:0;
	margin:0;
	text-align:left;
	
}

ul.betsMenu ul .sumLink a{
	color:#E5DF45 !important;
	text-decoration:none;
	padding:5px !important;
	margin-left:-3px;
  	padding:0;
  	height /**/:auto !important;
}

ul.betsMenu ul .sumLink a:hover{
	color:#E5DF45 !important;
	text-decoration:underline;
	padding:5px !important;
	margin-left:-3px;
}

/* Bets */
.win{
	display:block;
	width:53px;
	height:24px;
	background:url(../images/win.png) left top no-repeat;
}

.place{
	display:block;
	width:63px;
	height:24px;
	background:url(../images/place.png) left top no-repeat;
	margin-right:1px;

}

.swinger{
	display:block;
	width:70px;
	height:24px;
	background:url(../images/swinger.png) left top no-repeat;
}

.trifects{
	display:block;
	width:67px;
	height:24px;
	background:url(../images/trifecta.png) left top no-repeat;
}

.quartet{
	display:block;
	width:67px;
	height:24px;
	background:url(../images/quartet.png) left top no-repeat;
}

.double{
	display:block;
	width:67px;
	height:24px;
	background:url(../images/double.png) left top no-repeat;
}

.pick4{
	display:block;
	width:64px;
	height:24px;
	background:url(../images/pick4.png) left top no-repeat;
}

.pick6{
	display:block;
	width:65px;
	height:24px;
	background:url(../images/pick6.png) left top no-repeat;
}

.placeAcc{
	display:block;
	width:131px;
	height:24px;
	background:url(../images/placeAccumulator.png) left top no-repeat;
}