.shadetabs{
	background: url(../img/bestpokersites_bg.jpg) repeat-x top;
	width: 385px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	list-style-type: none;
	color:#fff;
}

	.shadetabs li{
		display: inline;
		margin: 0;
		padding: 5px;
	}
	
	.shadetabs li a{
		background: transparent;
		text-decoration: underline;
		margin: 0 auto;
		padding: 5px;
		color: #000;
	}
	
	.shadetabs li a:visited{
		margin: 0 auto;
		padding: 0px;
		color: #2d2b2b;
	}
	
	.shadetabs li a:hover{
		margin: 0 auto;
		padding: 0px;
		text-decoration: underline;
		color: #2d2b2b;
	}
	
	.shadetabs li a.selected{ /*selected main tab style */
		margin: 0 auto;
		padding: 0;
		position: relative;
	}
	
	.shadetabs li a.selected{ /*selected main tab style */
		background: transparent;
		margin: 0 auto;
		padding: 0px;
		color: #fff;
		text-decoration: underline;
	}
	
	.shadetabs li a.selected:hover{ /*selected main tab style */
		text-decoration: none;
		margin: 0 auto;
		padding: 0px;
	}
