/* ROLLOVER MENU HORIZONTAL */

#menu_container {
	width:100%;
 	background:#222222;
	height:20px;
}
.menunav {
	z-index:1000;
	width:1000px;
	margin:0 0;
}
.menunav ul {
	padding:0;
	margin:0;
	margin-left:0px;
	float: left;
	list-style-type:none;
	position:relative;
}
.menunav li {
	background:transparent;
	float:left;
	height:20px;
}
* html .menunav li {
	margin-left:-16px;
	margin-left:0;
}
.menunav table {
	position:absolute;
	border-collapse:collapse;
	top:0;
	left:0;
	z-index:100;
	width:0;
	height:0;
}
.menunav a, .menunav a:visited {
	display:block;
	text-decoration:none;
	margin-top:4px;
	background:transparent;
	/*padding:0 7px 0 7px;*/
}
* html .menunav a:hover {
	display:block;
	height:20px;
}
.menunav :hover > a {
}

.menunav a:active {
  outline: none;
}

.menunav a:focus
{
-moz-outline-style: none;
}



.menunav ul ul {
	visibility:hidden;
	position:absolute;
	top:20px;
	padding-left:5px;
	padding-bottom:10px;
	height:300px;
}
.menunav ul li:hover ul, .menunav ul a:hover ul {
	visibility:visible;
	background:url(/images/site/nav/dropdown.jpg) no-repeat #222222;
	width:auto;
	float:left;
	height:300px;
}
.menunav ul ul li a, .menunav ul ul li a:visited {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999999;
	font-size:11px;
	width:692px;
	line-height: 22px;
	text-indent:7px;
	display:block;
}
.menunav ul ul li a:hover {
	color: #ff3333;
}

.subnav-wrap {
	width:470px;
}

.menunav ul ul ul.subnav-list {
	position:relative;
	background:none;
	width:150px;
	float:left;
}



.menunav ul.artists {
	width:150px;
	float:left;
}
.link1 {
	width: 47px;
}
.link2 {
	width: 42px;
}
.link3 {
	width: 42px;
}
.link4 {
	width: 75px;
}
.link5 {
	width: 53px;
}
.link6 {
	width: 43px;
}
.link7 {
	width: 46px;
}
.link8 {
	width: 54px;
}