.smenu {
	display: none ! important;
}

/* ------------ Weiter Zurück ------------ */

.omenu {
   margin: 0;
	padding: 0;
	list-style: none;
	z-index: 10;
	position: absolute; top:536px; left:166px;
	display: block; width:835px; height: 21px;
}
.omenu li{
	margin: 0;
	padding: 0;
	list-style: none;
   display: inline;
   height: 21px;
}

.omenu a:link, .omenu a:visited, .omenu a:active {
   display: block; float: left;
	height:21px; padding-left:20px;
   border-right: 33px solid white;
   margin: 0;
	background: transparent url(men_no.gif) 0 0 no-repeat;
	font: bold 12px/100% Arial, Helvetica, sans-serif;
   text-decoration: none;
	color: #000;
}

html>body .omenu a:link, html>body .omenu a:visited, html>body .omenu a:active {
	background: transparent url(men_no.gif) 0 1px no-repeat;
}

.omenu a:hover{
  background: transparent url(men_nact.gif) 0 0 no-repeat;
  text-decoration: underline;
}

html>body .omenu a:hover {
	background: transparent url(men_nact.gif) 0 1px no-repeat;
}

