@charset "utf-8";
/* CSS Document */
.menu {
	margin: 0 auto;
	padding: 0px;
	width: 240px;
	list-style: none;
	background: transparent;
}
.menu li {
	padding: 0px;
	margin: 0;
	height: 16px;
	list-style: none;
	background-repeat: no-repeat;

}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -1000px;
	height: 16px;
	background-repeat: no-repeat;
}

.biosub{background-image:url(navBarwords/BioSub.png); background-position:center; background-color:transparent; width: 80px;}
.newssub {background-image: url(navBarwords/NewsSub.png); background-position:center; background-color:transparent; width: 80px}
.talentsub {background-image: url(navBarwords/TalentBuyingSub.png); background-position:center; background-color:transparent; width: 110px}
.artdevsub {background-image: url(navBarwords/ArtDevSub.png); background-position:center; background-color:transparent; width: 120px}
.legendssub	{background-image: url(navBarwords/LegendsLyricsSub.png); background-position:center; background-color:transparent; width: 120px}
.slugsub {background-image: url(navBarwords/SlugfestSub.png); background-position:center; background-color:transparent; width: 120px}

ul.menu li a:hover {
	background: none;
}

.menu li { float:left;

}

.menu:after {
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

