/* CSS Document */




#artistmenu{
float:left;
padding-top: 4px;
height:14px;
width: 500px;

}

#nav3, #nav3 ul { /* all lists */
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#66CC00;
	padding:0;
	margin:0;
	line-height: 1;
	background: white;
	list-style-type: none;	

}

#nav3 a{
	display:block;
	width: auto;
	color:#66CC00;
	text-decoration: none;
	padding-left:10px;
	margin-right:10px;
	background-image: url(images_global/nav_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;	
	
}
	

#nav3 a:visited {color:#66CC00;}
#nav3 a:hover  {color:#66CC00;text-decoration: underline;}


	
#nav3 li { /* all list items */
	float: left;
	padding:0;
	width:auto;/* width needed or else Opera goes nuts */
	margin-top: 6px;
	background-color:#ffffff;
}	


#nav3 li ul { /* second-level lists */
	position: absolute;
	height:auto;
	width:110px;
	w\idth:104px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-top:7px;
	padding-bottom:5px;
	padding-left:3px;
	
	margin-left:8px;
	background-color:#ffffff;
	z-index:10;
}

#nav3 li li {
	width: auto;
	
}

#nav3 li ul a{ /*second level links*/
	display:block;
	width:95px;
	margin-left:-10px;
	
	background-image: none;
	
}

#nav3 li ul a:visited,#nav li ul ul a:visited { 
	color:#66CC00;
	text-decoration:none;
}

#nav3 li ul a:hover, #nav li ul ul a:hover{ 
	text-decoration:underline;
}

	
#nav3 li ul ul { /* third-level lists */
	width:110px;
	padding-left: 3px;
	padding-bottom:3px;
	background-color:#ffffff;
}


#nav3 li ul ul a{ /* third-level links */
	position: absolute;
	width:auto;
	padding-top:5px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	list-style:none;
	background-color:#ffffff;
}


#nav3 li:hover ul ul, #nav3 li:hover ul ul ul, #nav3 li.sfhover ul ul, #nav3 li.sfhover ul ul ul {
	left: -999em;
}

#nav3 li:hover ul, #nav3 li li:hover ul, #nav3 li li li:hover ul, #nav3 li.sfhover ul, #nav3 li li.sfhover ul, #nav3 li li li.sfhover ul {
	left: auto;
}
 /* lists nested under hovered list items- show 3rd level */
	
	