* html a:hover {
	visibility:visible
}

body {
	width:100%;
	padding:0px;
	margin:0px;
	background-image:url(../images/bg.gif);
	background-repeat:repeat;
	padding-bottom:30px;
}

.block {
	height:150px;
	width:100%;
	background-color:#000000;
	margin-top:30px;
	
}

.header {
	height:103px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
}

.bottomRow {
	padding-left: 48px;
	padding-top:3px;
}

.menuDivider {
	background-image:url(../images/menu_divider.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 27px;
	background-position: center center;
	float:left;
}


.menuItem {
	position: relative;
	white-space: nowrap;
	display: block;
	/*width: 108px;*/
	height: 16px;
	margin: 0;
	padding: 0;
	float:left;
}

.menuItem a {
	display: block;
	color: #000000;
	font-size: 11px;
	/*width: 108px;*/
	height: 16px;
	display: block;
	float: left;
	color: black;
	text-decoration: none;
}

.menuItem img {
	height: 16px;
	border: 0
}

.menuItem a:hover img {
	visibility:hidden
}

.menuItem span {
	position: absolute;
	left: 35px;
	top: 15px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
} 


/* tracklist (by Kevin) */

.trackline {
	width: 550px;
	margin: 5px;
	margin-left: 15px;
	font-weight: bold;
	border: 1px solid black;
}

.trackline_nr {
	float: left;
	margin-right: 20px;
	color: #ff017f;
	font-size: 30px;
	font-weight:bold;
}

.trackline_artist {
	overflow: hidden;
	margin-top: 5px;
	color: #999999;
	font-size: 12px;
}


.trackline_title {
	overflow: hidden;
	margin-top: 3px;
	color: white;
	font-size: 11px;
}
