@charset "UTF-8";
/* CSS Document */


*{background-color:#000;}
a{outline:none;}

.applemenu{
	margin: 30px 0 0 -5px;
	padding: 0;
	width: 720px; /*width of menu*/
	}

.applemenu div.silverheader a{
	background: black url(silvergradient.gif) repeat-x center left;
	font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	color: black;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 6px 0;
	padding-left: 0px;
	text-decoration: none;
	overflow:hidden;
	}

.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
	background-color:#000;
	color: black;
	}

.applemenu div.selected a, .applemenu div.silverheader a:hover{
	background-image: url(silvergradientover.gif);
	color: white;
	}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
	background: black;
	padding: 5px 0 15px 0;
	height: 24px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
	}
	
	#are_hover
	{display: block;width: 720px;height: 25px;background: url("../_images/_menu_items/_music/are_weapons_bstk.gif") no-repeat 0 0;}
	#are_hover:hover
	{background-position: 0 -40px;}
	#are_hover span
	{display: none;}
	
	#slow_hover
	{display: block;width: 720px;height: 25px;background: url("../_images/_menu_items/_music/slowdance_bstk.gif") no-repeat 0 0;}
	#slow_hover:hover
	{background-position: 0 -40px;}
	#slow_hover span
	{display: none;}
	
	#epd_hover
	{display: block;width: 720px;height: 25px;background: url("../_images/_menu_items/_music/ep_dearland_bstk.gif") no-repeat 0 0;}
	#epd_hover:hover
	{background-position: 0 -40px;}
	#epd_hover span
	{display: none;}
	
	#cc_hover
	{display: block;width: 720px;height: 25px;background: url("../_images/_menu_items/_music/c_crowell_bstk.gif") no-repeat 0 0;}
	#cc_hover:hover
	{background-position: 0 -40px;}
	#cc_hover span
	{display: none;}
	
	#ds_hover
	{display: block;width: 720px;height: 25px;background: url("../_images/_menu_items/_music/skeletons_bstk.gif") no-repeat 0 0;}
	#ds_hover:hover
	{background-position: 0 -40px;}
	#ds_hover span
	{display: none;}
	
	#lln_hover
	{display: block;width: 720px;height: 25px;background: url("../_images/_menu_items/_music/ll_newcombe_bstk.gif") no-repeat 0 0;}
	#lln_hover:hover
	{background-position: 0 -40px;}
	#lln_hover span
	{display: none;}
	
	#ll_hover
	{display: block;width: 720px;height: 25px;background: url("../_images/_menu_items/_music/ll_hillbilly.gif") no-repeat 0 0;}
	#ll_hover:hover
	{background-position: 0 -40px;}
	#ll_hover span
	{display: none;}
	
	#bm_hover
	{display: block;width: 720px;height: 25px;background: url("../_images/_menu_items/_music/barry_mason_bstk.gif") no-repeat 0 0;}
	#bm_hover:hover
	{background-position: 0 -40px;}
	#bm_hover span
	{display: none;}
	
div#music_hed{
	top:0px;
	left:3px;
	position:fixed;
	width:153px;
	height:30px;
	padding-bottom:10px;
	}
