	
/* Dropdown Menus */

#toolbar {
	position: relative;
	z-index: 999;
	}

#toolbar .clearfloat {
	margin: 0;
	padding:0;
	position: relative;
	z-index: 999;
	}

#toolbar ul.children  {
	border:1px solid #331e23;
	border-right:1px solid #6b4851;
	border-bottom:1px solid #6b4851;
	display: none;
	position: absolute;
	z-index: 999;
	padding: 0 0 1px 0;
	}

#toolbar ul.children li a, #toolbar ul.children li a:visited
 {
	font-weight:normal;
	font-size:0.9em;
	color: #fff;
	border:none;
	padding:2px 5px;
	text-transform:none;
	border:0;
	} 

#toolbar ul.children li a:hover, #toolbar ul.children li a:active {
	border:none;
	color:#f7f4ef;
	text-decoration:none
	}

/*Toolbar Menu*/

:focus {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	}

#toolbar {
	float: right;
	width: 179px;
	margin-right: 10px;
	position: relative;
	margin-top: 0px;
	top: 0;
	right: 0;
	}
		
#toolbar li {
	height: 40px;
	overflow: hidden;
	}
	
#toolbar ul.children .toolbar-icons {
	height: 95px;
	background: url('../images/toolbar/iconbg.gif') no-repeat;
	background-position: bottom center;
	}

#toolbar ul.children .toolbar-icons a.blackjack {
	text-indent: -9999px;
	display: block;
	background: url('../images/toolbar/blackjack.jpg');
	width: 86px;
	height: 82px;
	margin-top: 7px;
	margin-left: 14px;
	}

#toolbar ul.children .toolbar-icons a.videopoker {
	text-indent: -9999px;
	display: block;
	background: url('../images/toolbar/videopoker.jpg');
	width: 86px;
	height: 82px;
	margin-top: 7px;
	margin-left: 11px;
	}

#toolbar ul.children .toolbar-icons a.craps {
	text-indent: -9999px;
	display: block;
	background: url('../images/toolbar/craps.jpg');
	width: 86px;
	height: 82px;
	margin-top: 7px;
	margin-left: 10px;
	}

#toolbar ul.children .toolbar-icons a.roulette {
	text-indent: -9999px;
	display: block;
	background: url('../images/toolbar/roulette.jpg');
	width: 86px;
	height: 82px;
	margin-top: 7px;
	margin-left: 10px;
	}

#toolbar ul.children .toolbar-icons a.slots {
	text-indent: -9999px;
	display: block;
	background: url('../images/toolbar/slots.jpg');
	width: 86px;
	height: 82px;
	margin-top: 7px;
	margin-left: 10px;
	}

#toolbar ul.children li {
	height:20px;
	width: 140px;
	background-color: #598208;
	list-style:none;
	overflow:hidden;
	margin: 0;
	padding:0;
	}	

#toolbar ul.children .toolbar-icons a:hover {
	background-position: 0 -82px;
	}

#toolbar ul.children .game-suggestions {
	padding: 10px;
	float: left;
	width: 140px;
	}

#toolbar ul.children .game-suggestions strong {
	color: #fff;
	}

#toolbar ul.children .game-suggestions ul.newgames {
	margin: 0;
	padding: 5px 0 5px 0;
	border: 0;
	list-style-type: square;
	}

#toolbar ul.children .game-suggestions ul.newgames li {
	background-color: #6e9510;
	list-style-type: square;
	}

#toolbar ul.children .game-suggestions ul.newgames li a {
	background-color: none;
	color: #e3e3e3;
	}

#toolbar ul.children .game-suggestions ul.newgames li:hover {
	background-color: #85b317;
	}

#toolbar ul.children {
	background-color: #79a413;
	border: 1px solid #598507;
	width: 503px;
	z-index: 999;
	}

#toolbar a {
	text-indent:-9999px;
	display:block;
	float:left;
	width:179px;
	height: 40px;
	}

a#sub-page {
	background:url(../images/casinogames.gif);
	}
	
#toolbar ul.children li {
	margin:1px 0 0 1px;
	}

#toolbar .children li a {
	text-indent:0;
	text-decoration: none;
	width:auto;
	float:none;
	}

#toolbar .children li:hover {
	background-color: #6fa00e;
	}
