#menue {
	position: relative;
	left: 50%;
	margin-left: -500px;
	height: 35px;
	width: 1000px;
	border: 1px solid #000;
}

#menue ul           { list-style: none; margin: 0; padding: 0; }
#menue li           { float: left; width: 200px; margin: 0; padding: 0; text-align: center; }
#menue li a         { display: block; padding: 5px 10px; height: 25px; color: #333; text-decoration: none; line-height: 1.5em; background: url(../img/bg1.jpg) repeat -20px 35px; }
#menue li a:hover   { background-position: -150px 0; color: #fff; text-decoration: underline; }

* html #menue li { width: 199px; }

#subnav {
	float: left;
	width: 600px;
	height: 30px;
	line-height: 3.2em;
}
* html subnav { width: 1002px; }

#subnav a           { float: left; display: block; width: auto; height: 20px; color: white; text-align: center; text-decoration: none; padding: 0 10px; }
#subnav a:hover     { text-decoration: underline; }

