#content a{
	color: #000066;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}

#content a:link{
	color: #000066;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover{
	color: #777733;
	
}



#artistNames {
	position: absolute;
	right: 2em;
	top: 13.4em;
	width: 12em;
	height: 15em;
	z-index: 3;
	text-align: left;
	background-color: #FFFFCC;
	border: 3px outset black;
	overflow: auto;
	padding: 4px 0;
	visibility: hidden;
	}

#artistNames li{
	list-style-type: none;
	font-family:  Verdana, Geneva,  Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 90%;
	margin-left: -40px;
	
	margin-bottom: 2px;
	
	
}

#artistNames a{
	color: #000066;
	text-decoration: none;
	padding: 2px 6px 2px 8px;
	margin: 0;
	line-height: 1.1em;
	border-top: 1px solid #ffffcc;
	display: block;
}

#artistNames a:hover{
	background-color: #cccc66;
	border-top: 1px solid #E4E4EB;
	text-decoration: none;
	line-height: 1.1em;
	margin: 0;
	padding: 2px 6px 2px 8px;
	display: block;
	
}


#content .artistList{
font-size: 1.7em;
font-weight: normal;
line-height:  1.4em;
padding-left: 10px;
}
 
#content .artistList a:link {
 color: #000066;
 text-decoration: none;
 font-weight:  normal;
}

#content .artistList a:hover {
 color: #8C3200;
 text-decoration: none;
  font-weight:  normal;
}

#content .artistList a:visited {

 text-decoration: none;
  font-weight:  normal;
}

#menu {
	margin-top: 45px;
	margin-left: -40px;
	margin-right: -35px;
	padding-left: 0px;
}

#menu li{
	list-style-type: none;
	margin-top: 4px;
	font-family:  Verdana, Geneva,  Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .9em;
}

#menu a{
	padding: 2px 4px 2px 4px;
	margin-top: 3px;
	border-color: yellow;
	border-style: solid;
	border-width: 1px;
	background: #cccc66;
	color: #000066;
	display: block;
	text-decoration: none;
	width: 7.6em;
	line-height: 1.3em;
}


#menu a:hover{
	background: #FDFDCC;
	color: #666600;
	padding: 2px 4px 2px 4px;
	margin-top: 3px;
	border-color: #330000;
	border-style: solid;
	border-width: 1px;
	color: #000066;
	display: block;
	text-decoration: none;
	width: 7.6em;
	line-height: 1.3em;
}

#menu a:active{
	background-color: #EEEECC;
	color: #282928;
	padding: 2px 4px 2px 4px;
	display: block;
	border-color: yellow;
	border-style: solid;
	border-width: 1px;
	width: 7.7em;
}
