#nav-top {
	padding: 0;
	color: #ffffff;
	background: #808080;
	text-align: center;
	position:fixed;
	/*bottom:0;*/
	height:58px;
	width:100%;
	/*border-bottom:1px solid #e29e1b;*/
}
#nav-top p {
	margin-bottom: 0;
	margin-top: 0;
	padding: 0.4em 0 0 0.4em;
}
/*
img.nav-bigbaer {
	float: left;
	width: 6em;
	height: 2em;
}
*/
#nav-top a {
	background: transparent;
	color: #fff;
}
#nav-top a:hover {
	color: #f0e68c;
	background: transparent;
}
#nav-top a span, p.accesskey span {text-decoration: underline;}

#nav-left {
	position: absolute;
	left: 0;
	width: 13em;
	border-right: 1px #000 solid;
	border-bottom: 2px #696969 solid;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font: 0.8em Verdana, Arial, sans-serif;
	color: #000080;
}