div#menunav {
width:765px;
position:relative;
clear: both;
background: black url(http://www.sportsbooks.com/images/navbar/navbar_dropshadow.gif) repeat bottom;
height:20px;
padding-bottom:4px;
z-index:100;
}

#nav {
/*background: url(/images/top_nav/left_side.gif) no-repeat left top;*/
background-color: black;
}

#nav, #nav ul {
display: block;
padding:0;
text-align:center;
margin:0;
list-style: none;
height:20px;
}

#nav a, #nav a:visited {
display:block;
text-decoration:none;
color:#FFFFFF;
height:20px;
font: bold 12px/100% Arial, Helvetica, sans-serif;
text-transform: uppercase;
line-height:20px;
}

#nav a:hover {
background: #666666 url(http://www.sportsbooks.com/images/navbar/navbar_yellowarrow.gif) no-repeat right;
text-decoration:none;
color:#FFFFFF;
}

#nav li.right a:hover {
background-color: #666666;
text-decoration:none;
font-style: normal;
color:#FFFFFF;
}


#nav li.left a:hover {
background: #666666 url(http://www.sportsbooks.com/images/navbar/navbar_yellowarrow.gif) no-repeat right;
font-style: normal;
color:#FFFFFF;
}

#nav li.left ul li a:hover {
background:#CCCCCC;
}

#nav ul a, #nav ul a:visited {
background:#CCCCCC;
color: black;
height:auto;
line-height:1em;
padding:5px 2px 5px 10px;
text-align:left;
}

#nav li ul a, #nav li ul a:visited {
color: black;
height:auto;
font-weight: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height:1em;
padding:5px 2px 5px 10px;
text-align:left;
font-size: 10px;
text-transform: none;
text-decoration: underline;
background: #CCCCCC url(http://www.sportsbooks.com/images/arrow.gif) no-repeat left;
}

#nav li {
	float: left;
	background: url(http://www.sportsbooks.com/images/navbar/navbar_redarrow.gif) no-repeat right;
	width: 70px;
	position:relative;
	margin:0px;
}

#nav li.wider {
	float: left;
	/*background: url(/images/top_nav/spacer.gif) no-repeat right top;*/
	width: 100px;
	position:relative;
	margin:0px;
}


#nav li.right {
        float: right;
        /*background: url(/images/navbar/navbar_rightend.gif) no-repeat right top;*/
        background-color: black;
}


#nav li ul a:hover, #nav li.right ul a:hover {
  background: #CCCCCC url(http://www.sportsbooks.com/images/arrow.gif) no-repeat left;
  color: #A00000;
  text-decoration: none;
  
}

#nav li ul {
	position: absolute;
	/*width: 109px;*/
	left: -999em;
}

#nav li ul li ul {
	display: none;
}

#nav li ul li ul li {
        width: 140;
}

#nav li ul li {
	text-align:left;
    width: 135;
	background-image: none;
	border: 1px solid #FFFFFF;
}


#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: 0;
}

#nav li ul li:hover ul, #nav li ul li.sfhover ul {
	display: block;
	top: -1;
        left: 135;
}


