
	/**
	* menu setup
	*/	
	ul#menu {
		width: 512px;
		float: left;
		position: relative;
		list-style-type: none;
		margin: 5px 0 0;
		}
		
	ul#menu li {
		float: left;
		display: inline;
		background-repeat: no-repeat !important;
		}
		
	ul#menu li a {
		display: block;
		font-size: 1px;
		text-indent: -9999em;
		background-repeat: no-repeat !important;
		}
		
	ul#menu li a:hover {
		background-image: none;
		}

	
	/**
	* menu items
	*/	

		
	li#m-home {
		width: 19px;
		height: 72px;
		top: 0;
		right: -59px;
		position: absolute;
		background: url(../../images/menu/home.gif);
		}
		
		
	li#m-biog {
		width: 102px;
		height: 37px;
		margin: 0 29px 0 0;
		background: url(../../images/menu/biography-over.gif);
		}
		
	li#m-store {
		width: 76px;
		height: 37px;
		margin: 0 21px 0 0;
		background: url(../../images/menu/store-over.gif);
		}
		
	li#m-disco {
		width: 101px;
		height: 37px;
		margin: 0 22px 0 0;
		background: url(../../images/menu/discography-over.gif);
		}
		
	li#m-events {
		width: 62px;
		height: 37px;
		margin: 0 27px 0 0;
		background: url(../../images/menu/events-over.gif);
		}
		
	li#m-myspace {
		width: 75px;
		height: 26px;
		margin: 0 49px 0 0;
		background: url(../../images/menu/myspace-over.gif);
		}
		
	li#m-contact {
		width: 91px;
		height: 26px;
		margin: 0 0 0 0;
		background-image: url(../../images/menu/contact-over.gif);
		}
		
	li#m-forum {
		width: 52px;
		height: 26px;
		margin: 0 39px 0 0;
		background-image: url(../../images/menu/forum-over.gif);
		}
		
	li#m-links {
		width: 70px;
		height: 26px;
		margin: 0 35px 0 0;
		background-image: url(../../images/menu/links-over.gif);
		}
		
	li#m-news {
		width: 64px;
		height: 37px;
		margin: 0 0 0 0;
		background-image: url(../../images/menu/news-over.gif);
		}
		
	li#m-media {
		width: 49px;
		height: 26px;
		margin: 0 35px 0 7px;
		background-image: url(../../images/menu/media-over.gif);
		}
		

	
	/**
	* link heights
	*/
	li#m-biog a { height: 37px; background: url(../../images/menu/biography.gif); }
	li#m-store a { height: 37px; background: url(../../images/menu/store.gif); }
	li#m-disco a { height: 37px; background: url(../../images/menu/discography.gif); }
	li#m-events a { height: 37px; background: url(../../images/menu/events.gif); }
	li#m-myspace a { height: 37px; background: url(../../images/menu/myspace.gif); }
	li#m-contact a { height: 26px; background-image: url(../../images/menu/contact.gif); }
	li#m-forum a { height: 26px; background-image: url(../../images/menu/forum.gif); }
	li#m-links a { height: 26px; background-image: url(../../images/menu/links.gif); }
	li#m-news a { height: 37px; background-image: url(../../images/menu/news.gif); }
	li#m-media a { height: 26px; background-image: url(../../images/menu/media.gif); }
	li#m-home a { height: 72px; }

		
		
