#menuleiste {
	/* clear: both;	
	padding: 0; */
	position:relative;
    top:0px;
	left:10px;
	width:743px;
	height:47px;
	z-index:65;
}
#menuleiste ul {
	margin: 5px 0 0 5px;
	padding: 0;
	list-style: none;
	background: url(../img/style/menu.jpg) repeat-x;
	width: 743px;		
	/* height:33px; */
	text-transform: uppercase;
	float: left;
	display: inline;
	}

#menuleiste ul li {
	position: relative;
	float: left;
	width: auto;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
}
	
#menuleiste ul li a {
	display: block;
	float: left; 
	width: auto;
	margin: 0;
	padding: 0 8px;
	border-right: 1px solid #899D00;
	border-left: 1px solid #A7D101;
	border-bottom: none;
	color: #FFF;
	font: bold 12px/2.8em Helvetica, Arial, Geneva, sans-serif; /* "Century Gothic", "Trebuchet MS" */
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
}


#menuleiste ul li ul {
	position: absolute;
	left: -5px; 
	width:250px;
	top:28px;
	background: none;
	/* line-height: 16px; */
}


/* commented backslash \*/ 
* html ul li a {height:1%}
/* end hack */ 

/* hovered lists */
#menuleiste ul li a:hover, 
#menuleiste ul li a:active {
	background: url(../img/style/menu_hover.jpg) repeat-x;	
}
#menuleiste ul li.current a {	
	background: url(../img/style/menu_current.jpg) repeat-x;	
}

/* #menuleiste li a, #menuleiste li.over a {
	color: #fff;
	width: 111px;
	display: block;

} */

#menuleiste ul li.current ul li a,
#menuleiste ul li ul li a{
	width:200px;
	padding: 1px 2px 1px 2px;
	opacity:.75; filter: alpha(opacity=75); -moz-opacity: 0.75;
	text-align: left;
	font: bold 12px Helvetica, Arial, Geneva, sans-serif; /*"Century Gothic", "Trebuchet MS", */
	color: #FFF;
	background: none;
	background-color: #000000;
}

#menuleiste ul li ul li a:hover,
#menuleiste ul li ul li a:active {
	background: url(../img/style/menu_hover.jpg) repeat-x;
}

/* #menuleiste li li a:hover, #menuleiste li.over li a:hover {
	background-image: url(images/bullet_11x8_roll.gif)  !important;
	color: #fff;
	font: bold 13px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	background-repeat: no-repeat;
	background-color: #8dbc00;
	background-position: left center;
	text-indent: 8pt;
} */

/* set dropdown */

/* #menuleiste li li a, #menuleiste li.over li a {
	color: #ffffff;
	background-image: url(images/bullet_11x8.gif) !important;
	background-repeat: no-repeat !important;
	text-align: left;
	border-right: 1px solid #2f2f2f;
	border-bottom: 1px solid #2f2f2f;
	border-left: 1px solid #2f2f2f;
	font-weight: normal;
	width: 172px;
	background-color: #000000;
	background-position: left center;
	text-indent: 8pt;
}
#menuleiste li ul li a {
	background-image: url(images/sub_color_4x25.jpg);
	background-repeat: repeat-x;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
} 
*/ 
/* Sub Menu Styles */

#menuleiste li ul, #menuleiste li.over ul { 
	display: block; 
} /* The pop */


#menuleiste {
	margin-right: auto;
	margin-left: auto;
	width: 781px;

}

#mymenuleiste {
	position: absolute; 
	top:1px;
	left: 0px;
	display: block;
	z-index: 1000;
}

