

.menu4 {
	width: 675px;
	margin: 0 0 0 0;
	padding: 0px 0em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	clear: left;
	height: 30px;
}
.menu4 ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
    }
	 
.menu4 li {
	float: left;
	width: 95px;
	margin-right: 0em;
	margin-left: 0px;
	background: #eee;
	text-align: center;
	/* border: 1px solid #000000; */
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	background-image: url(../images/CellBack5farbe32.jpg);
	background-repeat: repeat-x;
}

#b-right {
	border-right: 1px solid #666666;
	width: 96px !important;
}


#navWidth {
	width: 96px !important;
} 
	
.menu4 a {
      display: block;
      width: 100%;
      text-decoration: none;
	  color: #333333;
	  /* padding: 0.5em 0.5em 0.5em 0.5em; */
	  padding-top: 5px;
	  padding-bottom: 5px;
    }
	
.menu4active a {
	background-color: #CC0000; 
	background-image: url(../images/CellBack5farbe32.jpg);
	background-position: 0 -32px;
	background-repeat: repeat-x;
	color: #FFFFFF !important;
	width: 100%;
	}
	
.menu4 a:hover, menu4active a:hover {
   background: #FF9933;
   background-image: url(../images/CellBack5farbe32.jpg);
	background-position: 0 -128px;
	background-repeat: repeat-x;
	color: #000;
	width: 100%;
   }
	
.navPreLoad {
	display: none;
	background-image: url(../images/CellBack5farbe32.jpg);
}


