body {
	margin: 0 5px;
	font-family: Helvetica, Arial, sans-serif;
	color: #a6a6a6;
	line-height: 17px;
	font-size: 12px;
	background-color: #212530;
}

a {outline: none;}
:-moz-any-link:focus {outline: none;}

a {
	width: 234px;
	height: 20px;
	margin-bottom: 1px;
	
	padding: 10px 0 8px 26px;
	background: url(images/arrow.png) 10px center no-repeat #151920;
	
	display: block;
	color: #8b9096;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

a:hover {
	background-color: #31405a;
}

.active {
	background: url(images/arrow_on.png) 10px center no-repeat #31405a;
}


#genre_menu {
	width: 289px;
	height: 234px;
	outline: none;
}