#sideCurrent, #sideAffiliated, #DKArtistNames {width:200px;
	height:600px;
	float:left;
	margin-left:3em;
	margin-top:2em;}

#sideCurrent {background:url(images/sidebarBgCurrent.jpg);
	background-repeat:no-repeat;}

#sideAffiliated {background:url(images/sidebarBgAfflilated.jpg);
	background-repeat:no-repeat;}

#DKArtistNames {background:url(images/sidebarBgDKPrint.jpg);
	background-repeat:no-repeat;
	margin-left:3.8em;}
	
.sideBarList li {font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:none;
	width:150px;
	height:23px;
	padding-left:.5em;
	margin:0;}

.sideBarList li a {text-decoration: none;
	color:#666;
	display:block;
	width: 150px;
	height: 23px;
	padding-left:.5em;}

.sideBarList li a:hover {color:#bb3917;}
	
.sideBarList li:hover {list-style-type:none;}

