/* Navigation Matrices -                                       */
/* grafics site navigation by means of CSS only                */

/* Main Menu (left panel) */
div#menu {
	width:152px;
	margin:64px 0 0 0;
	padding: 0;
	background: transparent;
}
div#nav {
	margin: 0 0 0 17px;
	padding: 0;
	width: 120px;
    height:170px;
	overflow: hidden;
	background: transparent;
}
body#home div#nav  { background: transparent url(../img/grnav.gif) no-repeat 0 0;}
body#artists div#nav { background: transparent url(../img/grnav.gif) no-repeat 0 0; }
body#releases div#nav  { background: transparent url(../img/grnav.gif) no-repeat 0 0; }
body#press div#nav  { background: transparent url(../img/grnav.gif) no-repeat 0 0; }
body#distribution div#nav  { background: transparent url(../img/grnav.gif) no-repeat 0 0; }
body#search div#nav  { background: transparent url(../img/grnav.gif) no-repeat 0 0; }
body#news div#nav  { background: transparent url(../img/grnav.gif) no-repeat 0 0; }
div#nav a {
	width: 120px;
	display: block;
	color: #C8E8A4;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 0 0;
	height: 30px;
	overflow: hidden;
	background: transparent url(../img/grnav.gif) no-repeat;
}
div#hom a span  {
	display: none;
}
div#art a span  {
	display: none;
}
div#rel a span  {
	display: none;
}
div#pre a span  {
	display: none;
}
div#dis a span  {
	display: none;
}
div#sea a span  {
	display: none;
}

body#home div#hom a 				{ background-position: 0 0; }
body#home div#hom a:hover		{ background-position: 0 0; }
body#home div#art a 				{ background-position: 0 -30px; }
body#home div#art a:hover		{ background-position: -120px -30px; }
body#home div#rel a 				{ background-position: 0 -60px; }
body#home div#rel a:hover		{ background-position: -240px -60px; }
body#home div#pre a 				{ background-position: 0 -90px; }
body#home div#pre a:hover		{ background-position: -360px -90px; }
body#home div#dis a 				{ background-position: 0 -120px; }
body#home div#dis a:hover		{ background-position: -480px -120px; }
body#home div#sea a 				{ background-position: 0 -150px; }
body#home div#sea a:hover		{ background-position: -600px -150px; }

body#artists div#hom a			{ background-position: -120px 0; }
body#artists div#hom a:hover		{ background-position: 0 0; }
body#artists div#art a			{ background-position: -120px -30px; }
body#artists div#art a:hover		{ background-position: -120px -30px; }
body#artists div#rel a			{ background-position: 0 -60px; }
body#artists div#rel a:hover		{ background-position: -240px -60px; }
body#artists div#pre a 				{ background-position: 0 -90px; }
body#artists div#pre a:hover		{ background-position: -360px -90px; }
body#artists div#dis a 				{ background-position: 0 -120px; }
body#artists div#dis a:hover		{ background-position: -480px -120px; }
body#artists div#sea a 				{ background-position: 0 -150px; }
body#artists div#sea a:hover		{ background-position: -600px -150px; }

body#releases div#hom a			{ background-position: -120px 0; }
body#releases div#hom a:hover		{ background-position: 0 0; }
body#releases div#art a			{ background-position: 0 -30px; }
body#releases div#art a:hover		{ background-position: -120px -30px; }
body#releases div#rel a			{ background-position: -240px -60px; }
body#releases div#rel a:hover		{ background-position: -240px -60px; }
body#releases div#pre a 				{ background-position: 0 -90px; }
body#releases div#pre a:hover		{ background-position: -360px -90px; }
body#releases div#dis a 				{ background-position: 0 -120px; }
body#releases div#dis a:hover		{ background-position: -480px -120px; }
body#releases div#sea a 				{ background-position: 0 -150px; }
body#releases div#sea a:hover		{ background-position: -600px -150px; }

body#press div#hom a			{ background-position: -120px 0; }
body#press div#hom a:hover		{ background-position: 0 0; }
body#press div#art a			{ background-position: 0 -30px; }
body#press div#art a:hover		{ background-position: -120px -30px; }
body#press div#rel a			{ background-position: 0 -60px; }
body#press div#rel a:hover		{ background-position: -240px -60px; }
body#press div#pre a 				{ background-position: -360px -90px; }
body#press div#pre a:hover		{ background-position: -360px -90px; }
body#press div#dis a 				{ background-position: 0 -120px; }
body#press div#dis a:hover		{ background-position: -480px -120px; }
body#press div#sea a 				{ background-position: 0 -150px; }
body#press div#sea a:hover		{ background-position: -600px -150px; }

body#distribution div#hom a			{ background-position: -120px 0; }
body#distribution div#hom a:hover		{ background-position: 0 0; }
body#distribution div#art a			{ background-position: 0 -30px; }
body#distribution div#art a:hover		{ background-position: -120px -30px; }
body#distribution div#rel a			{ background-position: 0 -60px; }
body#distribution div#rel a:hover		{ background-position: -240px -60px; }
body#distribution div#pre a 				{ background-position: 0 -90px; }
body#distribution div#pre a:hover		{ background-position: -360px -90px; }
body#distribution div#dis a 				{ background-position: -480px -120px; }
body#distribution div#dis a:hover		{ background-position: -480px -120px; }
body#distribution div#sea a 				{ background-position: 0 -150px; }
body#distribution div#sea a:hover		{ background-position: -600px -150px; }

body#search div#hom a			{ background-position: -120px 0; }
body#search div#hom a:hover		{ background-position: 0 0; }
body#search div#art a			{ background-position: 0 -30px; }
body#search div#art a:hover		{ background-position: -120px -30px; }
body#search div#rel a			{ background-position: 0 -60px; }
body#search div#rel a:hover		{ background-position: -240px -60px; }
body#search div#pre a 				{ background-position: 0 -90px; }
body#search div#pre a:hover		{ background-position: -360px -90px; }
body#search div#dis a 				{ background-position: 0 -120px; }
body#search div#dis a:hover		{ background-position: -480px -120px; }
body#search div#sea a 				{ background-position: -600px -150px; }
body#search div#sea a:hover		{ background-position: -600px -150px; }

body#news div#hom a 				{ background-position: -120px 0; }
body#news div#hom a:hover		{ background-position: 0 0; }
body#news div#art a 				{ background-position: 0 -30px; }
body#news div#art a:hover		{ background-position: -120px -30px; }
body#news div#rel a 				{ background-position: 0 -60px; }
body#news div#rel a:hover		{ background-position: -240px -60px; }
body#news div#pre a 				{ background-position: 0 -90px; }
body#news div#pre a:hover		{ background-position: -360px -90px; }
body#news div#dis a 				{ background-position: 0 -120px; }
body#news div#dis a:hover		{ background-position: -480px -120px; }
body#news div#sea a 				{ background-position: 0 -150px; }
body#news div#sea a:hover		{ background-position: -600px -150px; }

/* Right Menus (right panel) and where they appear */
div#submenu {
	margin:10px 0 -2px 0;
	padding:0;
	overflow:hidden;
	width:140px;
	height:20px;
	color:white;
}
body#home div#submenu  { background:  url(../img/grnew.gif) no-repeat +8px 0; }
body#artists div#submenu { background:  url(../img/grartact.gif) no-repeat +8px 0; }
body#releases div#submenu  { background:  url(../img/grrelact.gif) no-repeat +8px 0; }
body#press div#submenu { background:  url(../img/grpreact.gif) no-repeat +8px 0; }
body#distribution div#submenu  { background:  url(../img/grnew.gif) no-repeat +8px 0; }
body#search div#submenu  { background:  url(../img/grnew.gif) no-repeat +8px 0; }
body#news div#submenu  { background:  url(../img/grnew.gif) no-repeat +8px 0; }
div#submenu a {
	padding:0;
	overflow:hidden;
	color:white;
}
div#submenu span {
	display:none; 
}
/* Content Navigation Menu */
ul#subnav {
	margin:8px 0;
	padding:0 8px 0 8px;
	list-style-type:none;
	line-height: 1.3em;
	font-size:0.72em;
	font-weight:600;
	color:#C8E8A4;
	letter-spacing:0.01em;
}
ul#subnav a {
	color:#C8E8A4;
}
ul.contentnav {
	margin:2px 0;
	padding:0 10px 0 8px;
	list-style-type:none;
	line-height: 1.5em;
	font-size:0.95em;
	font-weight:600;
	color:#C8E8A4;
	letter-spacing:0.02em;
}
ul.contentnav a {
	color:#C8E8A4;
}
ul.contentnav li {
	padding:0px 0 4px 0;
	line-height:1.2em;
	}
ul.contentnav li a {
	display:inline;
}
ul#subnav li {
	padding:3px 0 1px 0;
}
ul#subnav li.navactive a {
	color:white;
}
ul#subnav ul.contentnav li a {
	color:#C8E8A4;
}
ul#subnav ul.contentnav li a:hover {
	color:white;
}
ul#subnav ul.contentnav li.navactive a, ul#subnav ul.contentnav span.navactive a  {
	color:white;
}

/* Links and Related Menus and where they appear */
div#relmenufk {
	margin:10px 0 -2px 0;
	padding:0;
	height:20px;
	width:140px;
}
div#relmenufk span {
	display:none;
}
div#relmenump {
	margin:20px 0 -2px 0;
	padding:0;
	height:40px;
	width:140px;
}
div#relmenump span {
	display:none;
}
div#relmenunew {
	margin:20px 0 -2px 0;
	padding:0;
	height:20px;
	width:140px;
}
div#relmenunew span {
	display:none;
}
body#home div#relmenump  { background: url(../img/grmp.gif) no-repeat +10px 0; }
body#home div#relmenufk  { background: url(../img/grfk.gif) no-repeat +10px 0; }
body#artists div#relmenunew { background: url(../img/grnew.gif) no-repeat +10px 0; }
body#artists div#relmenufk { background: url(../img/grfk.gif) no-repeat +10px 0; }
body#releases div#relmenunew  { background: url(../img/grnew.gif) no-repeat +10px 0; }
body#releases div#relmenufk  { background: url(../img/grfk.gif) no-repeat +10px 0; }
body#press div#relmenunew  { background: url(../img/grnew.gif) no-repeat +10px 0; }
body#press div#relmenufk  { background: url(../img/grfk.gif) no-repeat +10px 0; }
body#distribution div#relmenunew  { background: url(../img/grnew.gif) no-repeat +10px 0; }
body#distribution div#relmenufk  { background: url(../img/grfk.gif) no-repeat +10px 0; }
body#distribution div#relmenump  { background: url(../img/grmp.gif) no-repeat +10px 0; }
body#search div#relmenunew  { background: url(../img/grnew.gif) no-repeat +10px 0; }
body#search div#relmenufk  { background: url(../img/grfk.gif) no-repeat +10px 0; }
body#search div#relmenump  { background: url(../img/grmp.gif) no-repeat +10px 0; }
body#news div#relmenunew  { background: url(../img/grnew.gif) no-repeat +10px 0; }
body#news div#relmenufk  { background: url(../img/grfk.gif) no-repeat +10px 0; }
body#news div#relmenump  { background: url(../img/grmp.gif) no-repeat +10px 0; }

