#menumap {
	width: 550px;
	height: 200px;
	background-image: url(../../images/menu/menu-js.jpg);
	margin: 0;
	padding: 0;
	position: relative;
	background-repeat:no-repeat;
}
#menumap li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
}
#menumap li, #menumap a {display: block;}
#menumap a {text-indent:-10000px;overflow:hidden;}

#menuGall, #menuArtist, #menuStories, #menuNews{height: 50px;top: 150px;}
#menuGall a, #menuArtist a, #menuStories a, #menuNews a, #menuHome a {height: 100%;}

#menuGall {width: 57px;left: 400px;}
#menuGall a:hover {background: url(../../images/menu/menu.jpg) -400px -350px no-repeat;}

#menuArtist {width:72px;left: 457px;}
#menuArtist a:hover {background: url(../../images/menu/menu.jpg) -457px -350px no-repeat;}

#menuStories {width:88px;left: 272px;}
#menuStories a:hover {background: url(../../images/menu/menu.jpg) -272px -350px no-repeat;}

#menuNews {width:41px;left:360px;}
#menuNews a:hover {background: url(../../images/menu/menu.jpg) -360px -350px no-repeat;}

#menuHome {width:110px;height: 110px;left:15px;top: 51px;}
#menuHome a:hover {background: url(../../images/menu/menu.jpg) -15px -251px no-repeat;}