/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 12px Arial;
margin: 0;
padding: 0;
position: absolute;

list-style-type: none;
background: white;
border: 5px solid black;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
width: 158px; /*width of menu (not including side paddings)*/
color:#FFF;
background-color: #000;
text-decoration: none;
padding: 4px 5px;
font-weight:bold;
border-bottom: 2px solid #00787b;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color:#1bced2;
color:#004d6c;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}

#shock {
}

#shock  {
	list-style: none;
	line-height: normal;
}

#shock  {
}

#shock a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color:#107c99;
}

#shock a:hover {
	text-decoration: none;
	color: #01acf5;
}

#shock .second a {
	color:#bdee44;
	text-decoration:none;
}





#bet {
}

#bet  {
	list-style: none;
	line-height: normal;
}

#bet  {
}

#bet a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color:#01acf5;
}

#bet a:hover {
	text-decoration: none;
	color: #bdee44  ;
}

#bet .second a {
	color:#107c99;
	text-decoration:none;
}