#panel {
	width: 178px;
	height: auto;
	/*border: 1px solid #0000FF;*/
	}

#wrapper {
	/*width: 158px;*/
	/*height: 26px;*/
	/*line-height: 26px;*/
	/*overflow: hidden;*/
	/*color: #D2D0B9;*/
	z-index: 999;
	/*border: 1px solid #000000;*/
	}

a:focus {
	outline: none;
	}

/* BASIC STYLES */

.btn-slide {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 26px;
	font-weight: bold;
	line-height: 26px;
	/*color: #D2D0B9;*/ /*Removed due to W3C CSS Validator warning*/
	overflow: hidden;
	/*border: 1px solid #FF0000;*/
}

.btn-slide:active {
	color: #D2D0B9;
	text-decoration: none;
	}

.btn-slide:hover {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	}
	
.selected a {
	color: #D2D0B9;
	text-decoration: none;
	font-weight: bold;
	}
