#navlist
{
padding: 3px 0;
margin-left: 0;
border-bottom: 1px solid #778;
#font: bold 12px Verdana, sans-serif;
text-align: center;

}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: #FC3;
text-decoration: none;
}

#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }

#navlist li a:hover
{
color: #000;
background: #F93;
border-color: #227;
}

#navlist li a#current
{
background: white;
border-bottom: 1px solid white;
}

.menu {
	background: #FC3;
	#background-color: #3C0;
	float: left;
	padding-right: 10px;
	text-align: right;
	width: 25%;
}

a:hover {background: #F93}

.content {
	margin-left: 28%;
	text-align: left;
	width: 72%;
	border-bottom: 1px solid #778;
}

.detaillist {
	font-size: small;
	margin-bottom: 1em;
}

body {
	margin-left: 7%;
	margin-right: 7%;
	margin-top: 3%;
	font-family: Arial;
}
