div.menu{
	position:absolute;
	background: black;
	top:0px;
	left:0px;
	width:740px;
	height:80px;
	color: white;
	font-family: sans-serif;
	font-size: 10pt;
}

div.message{
	position:absolute;
	background: black;
	top:5px;
	left:5px;
	width:200px;
	height:20px;
	color: white;
	font-family: sans-serif;
	font-size: 9pt;
}

.newsbutton{
	left: 100px;
	text-indent:.3em;
	position:absolute;
	width: 90px;
	height: 30px;
	top: 50px;
	background: black;
	color: white;
	border-left: white  solid 10px;
	border-bottom: white solid 2px;
}

.profilebutton{
	left: 200px;
	text-indent:.3em;
	position:absolute;
	width: 90px;
	height: 30px;
	top: 50px;
	background: black;
	color: white;
	border-left: white  solid 10px;
	border-bottom: white solid 2px;
}

.livebutton{
	left: 300px;
	text-indent:.3em;
	position:absolute;
	width: 90px;
	height: 30px;
	top: 50px;
	background: black;
	color: white;
	border-left: white  solid 10px;
	border-bottom: white solid 2px;
}

.discbutton{
	left: 400px;
	text-indent:.3em;
	position:absolute;
	width: 90px;
	height: 30px;
	top: 50px;
	background: black;
	color: white;
	border-left: white  solid 10px;
	border-bottom: white solid 2px;
}

.goodsbutton{
	left: 500px;
	text-indent:.3em;
	position:absolute;
	width: 90px;
	height: 30px;
	top: 50px;
	background: black;
	color: white;
	border-left: white  solid 10px;
	border-bottom: white solid 2px;
}

.linkbutton{
	left: 600px;
	text-indent:.3em;
	position:absolute;
	width: 90px;
	height: 30px;
	top: 50px;
	background: black;
	color: white;
	border-left: white  solid 10px;
	border-bottom: white solid 2px;
}

a {
	COLOR: white; TEXT-DECORATION: none;
}
a:hover {
	COLOR: silver; TEXT-DECORATION: underline;
}

