#tester {
	position:absolute;left:0;top:0;
	width:100%;
	z-index:1001;
	}
	
.btn-slide {
	float:left;
	padding-left:20px;
	padding-top:5px;
	margin-left:70%;
	display: block;
	text-align: left;
	color:#fff;
	font-weight: bold;
	width:94px;
	height:23px;
	background-image:url(../images/clienttab.png);
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

#wrapper {
	/*width:100%;
	margin: 0 auto;
	height:15px;
	background-color:#302f30;*/
	}
	
	#bottom-border {
	height:15px;
	background-color:#302f30;
	width:100%;
	float:left;
	}

a:focus {
	outline: none;
	}

/* BASIC STYLES */



.btn-slide a {
text-decoration:none;
}

.btn-slide:hover, .active {
	/*background: #302f30;*/
	color:#fff;
	text-decoration: none;
	z-index:102;
	}
	

	
/*	#tester {
	position:absolute;left:0;top:0;
	width:100%;
	z-index:1001;
	} */
	
	.selected a {
	color:#fff;
	}
	
	#panel {
	/*position:absolute;*/
	background-image:url(../images/clientbg.png);
	height:230px;
	}
	
