.menuarea {
	clear: left;
}
.menuarea h2 {
	background: #0c0c0c;
	border: 2px outset #393939;
	font-size: large;
	margin: auto 0 0 0;
	padding: none 0 none 0;
	cursor: pointer;
}
#MEDIA h2:hover, #MYSPACE h2:hover, #LINK h2:hover {
	border: 2px outset Navy;
}
#DISCOGRAPHY h2:hover, #BIOGRAPHY h2:hover {
	border: 2px inset #393939;
}
.menuarea ul {
	background: #090909;
	border: 2px groove #393939;
	margin-top: 0;
	padding: 11px;
	list-style: none;
	margin-left: 1px;
}
.menuarea ul li {
	list-style: none none;
	padding-bottom: 3px;
	font-size: 12px;
	font-weight: bold;
}

.menuarea div {
	float: left;
}
.whatsnew h2 {
	background: url(menu/whatsnew.jpg) no-repeat;
	height: 40px;
	cursor: pointer;
}
h2.brief {
	background: url(menu/brief.jpg) no-repeat;
	height: 40px;
}
h2.fanletter {
	background: url(menu/fanletter.jpg) no-repeat;
	height: 40px;
}
#DISCOGRAPHY {
	width: 157px;
}
#DISCOGRAPHY h2 {
	height: 25px;
	background: url(menu/discography.jpg) no-repeat;
}
#BIOGRAPHY {
	width: 148px;
}
#BIOGRAPHY h2 {
	height: 25px;
	background: url(menu/biography.jpg) no-repeat;
}
#MEDIA {
	width: 70px;
}
#MEDIA h2 {
	height: 25px;
	background: url(menu/media.jpg) no-repeat;
}
#MEDIA h2:hover {
	background: url(menu/hover_media.jpg) no-repeat;
}
#MYSPACE {
	width: 103px;
}
#MYSPACE h2 {
	height: 25px;
	background: url(menu/myspace.jpg) no-repeat;
}
#MYSPACE h2:hover {
	height: 25px;
	background: url(menu/hover_myspace.jpg) no-repeat;
}
#LINK {
	width: 57px;
}
#LINK h2 {
	height: 25px;
	background: url(menu/link.jpg) no-repeat;
}
#LINK h2:hover {
	height: 25px;
	background: url(menu/hover_link.jpg) no-repeat;
}