#naviContent {
	background-color: transparent;
	width: 900px;
	margin-left: 80px;
}

#logo {
	text-align: right;
}

#navigation, #artistListNav {
	width: 100%;
	height: 25px;
	margin-bottom: 7px;
}

#navigation hr {
	border: none;
	border-top: 3px solid black;
	clear: both;
	position: relative;
	top: -4px;
	z-index: -10;
}

#navigation li, #artistListNav li {
	list-style: none;
	height: 25px; 
	display: inline;
}

#navigation a {
	height: 25px;
}

#artistListNav a {
	height: 32px;
}

#navigation a, #artistListNav a {
	color: transparent;	 
	display: block;
	float: left;
	text-indent: -9000px;
}

#artistList1 ul, #artistList2 ul, #artistList3 ul {
	float: left;
}

#artistList1 li, #artistList2 li, #artistList3 li {
	list-style-type: none;
	width: 143px;
	margin: 0 0 0 5px;
}