 #navcontainer {
	position:absolute;
	top: 138px;
	left:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	background: #DDDDDD;	
	width:100%;
  	background-image:url('img/schatten.jpg');
  	background-repeat:repeat-x;
  	background-position:bottom;
  	height:32px;
	z-index:2300;
}
#navcontainer ul {
	list-style: none;
	margin: 0px auto;
	padding: 0;
	border: none;	
	width:699px;
}
#navcontainer li {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
}
#navcontainer a {
	color: #444;
	display: block;
	width: auto;
	text-decoration: none;
	background: #DDDDDD;
	margin: 0;
	padding: 2px 10px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #aaa;
}
#navcontainer a:hover, #navcontainer a:active { 
	background: #BBBBBB;
}
#navcontainer a.active:link, #navcontainer a.active:visited {
	position: relative;
	z-index: 102;
	background: #BBBBBB;
	font-weight: bold;
}
#subnav {
	position: relative;
	top: -1px;
	z-index: 101;
	margin: 0;
	padding: 0px 0 3px 0;
	background: #BBBBBB;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #aaa;
}
#subnav ul {
	list-style: none;
	margin: 1px 0 0px 13px;
	padding: 0px;
	border-right: 1px solid #fff;
	border-left: 1px solid #aaa;
}
#subnav li {
	position: relative;
	z-index: 102;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
}
#subnav a {
	color: #fff;
	display: block;
	width: auto;
	text-decoration: none;
	margin: 0;
	padding: 2px 20px 2px 20px;
}

#subnav a:hover, #subnav a:active {
	color: #444;
}
#subnav a.active:link, #subnav a.active:visited {
	color: #444;
}
#subnav br, #navcontainer br {
	clear: both;
}
