/* TRANSUBSTANS CASCADING STYLE SHEET > MENU */

.separate {
   background: url(gfx/menu/menu_separate.jpg) no-repeat;
   width: 2px;
   height: 42px;
   float: left;
   list-style-type: none;
   }
#home {
   background: url(gfx/menu/menu_home1.jpg) no-repeat;
   width: 65px;
   height: 42px;
}
   #home:hover {
      background: url(gfx/menu/menu_home2.jpg) no-repeat;
   }

#artists {
   background: url(gfx/menu/menu_artists1.jpg) no-repeat;
   width: 69px;
   height: 42px;
   }
   #artists:hover {
      background: url(gfx/menu/menu_artists2.jpg) no-repeat;
   }

#releases {
	background: url(gfx/menu/menu_releases1.jpg) no-repeat; no-repeat;
	width: 85px;
	height: 42px;
	}
	#releases:hover {
		background: url(gfx/menu/menu_releases2.jpg) no-repeat;
	}

#webshop {
   background: url(gfx/menu/menu_webshop1.jpg) no-repeat;
   width: 88px;
   height: 42px;
   }
   #webshop:hover {
      background: url(gfx/menu/menu_webshop2.jpg) no-repeat;
   }
   
#media {
	background: url(gfx/menu/menu_media1.jpg) no-repeat;
	width: 65px;
	height: 42px;
	}
	#media:hover {
		background: url(gfx/menu/menu_media2.jpg) no-repeat;
	}

#partners {
   background: url(gfx/menu/menu_partners1.jpg) no-repeat;
   width: 83px;
   height: 42px;
   }
   #partners:hover {
      background: url(gfx/menu/menu_partners2.jpg) no-repeat;
   }
 
#contact {
   background: url(gfx/menu/menu_contact1.jpg) no-repeat;
   width: 81px;
   height: 42px;
   }
   #contact:hover {
      background: url(gfx/menu/menu_contact2.jpg) no-repeat;
   }