html, body {
	background: #000000;
	text-align: center;
	margin: 0px;
	height: 100%;
	width: 100%;
	color: #ffffff;
	overflow-x: hidden;
}
a {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
ul.menu  {
	list-style:none; 
	padding: 0;
	position: relative;
	top: -49px;
	margin-left: 25%;
	left: 50px;
}
ul.menu * {
	margin: 0; 
	padding: 0;
}
ul.menu a {
	display: block; 
	color: #000; 
	text-decoration: none;
}
ul.menu li {
	position: relative; 
	float: left; 
	margin-right: 2px;
}
ul.menu ul {
	position: absolute; 
	top: 26px; 
	left: 0; 
	background: #514539; 
	display: none; 
	opacity: 0;
	list-style: none;
}
ul.menu ul li {
	position: relative;
	border: 1px solid #514539;
	border-top: none; 
	width: 148px; 
	margin: 0;
}
ul.menu ul li a {
	display: block;
	background-color: #645546;
	margin-left: -1px;
}
ul.menu ul li a:hover {
	 background-color: #514539;
}
ul.menu ul ul {
	 left: 148px;
	 top: -1px;
}
ul.menu .menulink {
	padding: 5px 7px 7px;
	font-weight: bold; 
	background-color: #514539;
	width: 135px;
}
ul.menu .menulink:hover, ul.menu .menuhover {
	 background-color: #645546;
}
ul.menu .sub {
	 background: #645546 136px 8px no-repeat;
}
ul.menu .topline {
	border-top: 1px solid #aaa;
}
div.nav {
	position: relative;
	width: 100%;
	height: 30px;
	background: #514539;
	border-bottom: #645546 2px solid;
}
div.class {
	padding: 5px;
	width: 800px;
}
div.content {
	width: 800px;
	position: relative;
	left: 50%;
	margin-left: -400px;
	text-align: left;
}
