/* CSS Document */

#nav_container *{
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
}

#nav_container{
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
 	display: block;
 	text-align: left;
	list-style-type: none;
}

#nav{
	background: url(../images/casino/casino-list_bg.gif) repeat;
	width:  220px;
	height: auto;
}

#bt_more-games{
	width: 164px;
}

#expDiv{
	background: url(../images/casino/casino-list_bg-bottom.gif) bottom left no-repeat;
	width: 220px;
}

#expDiv_Banking{
	background: url(../images/casino/casino-list_bg-bottom_bk.gif) bottom left no-repeat;
	width: 164px;
}

#nav_container li {
	display: block;
	color: white;
	padding: 2px 0px 2px 0px;
	text-decoration: none;
	list-style: none inside;
	border-top: 1px solid #5a5a5a;
	border-bottom: 1px solid #3a3a3a;
}

#nav_container li a {
	display: block;
	padding-left: 28px;
	color: white;
	text-decoration: none;
	background-image: url(../images/casino/casino-list_bullet-out.gif);
	background-repeat: no-repeat;
}

#nav_container li a:hover{
	background-image: url(../images/casino/casino-list_bullet-over.gif);
}

.menu-item{
}

#expDiv .sub{
	border-left: 1px solid #3a3a3a;
	border-right: 1px solid #3a3a3a;
}

#menu-sub-head{
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding: 5px 3px 4px 0px;
	
	background-image:  url(../images/casino/casino-list_header-bg.gif);
	background-repeat: no-repeat;
	background-color: #000000;
	color: #000000;
	text-decoration: none;
	
	cursor: default;
	text-transform: uppercase;
	text-indent: 10px;
	
}
