
ul.mlddm {
    background: #fb8412 ;
}	
  
.mlddm
{	margin: 0 0 0 0;
	padding: 0
}

	.mlddm li
	{	display: inline;
		list-style: none;
		margin: 0;
		padding: 0;
		float: left;
	}

	.mlddm li a
	{	display: block;
		text-align: center;
		white-space: nowrap;
		color: #FFF;
		padding: 7px 25px;
		margin: 0;
		width: auto;
		text-decoration: none;
		background-color: #fb8412;   /*#425598;  */
		font-weight: bold;
	}

	.mlddm li a:hover, .mlddm li a:active, .mlddm li a.mainnav-current, 
	.mlddm li a.mainnav-current-sub, .mlddm li a.mainnav-active
	{	color: #FFF;
		/* background-color: #213866; */
		background:  url(/fileadmin/images/topnav-bg.gif) repeat-x center center;
	}

		.mlddm ul
		{	z-index: 100;
			margin: 1px 0 0 0;
			padding: 0;
			visibility: hidden;
			position: absolute;
			clear: both;
			background: #fb8412 url(/fileadmin/images/bg.jpg)}
		
		.mlddm ul li
		{	float: none}

		.mlddm ul li a
		{	width: auto;
			padding: 9px 15px;
			text-align: left;
			background: transparent}

		.mlddm ul li a:hover
		{	color: #FFF;
			padding: 8px 15px;
			border: 1px solid #e5e5e5;
			border-width: 1px 0px}

		.mlddm .hsub, ul.mlddm ul li.hsub a
		{
		   background:  no-repeat right url(/fileadmin/images/arroww.gif)
		  
		   }

		
/* Pfeile nur bis zweite Ebene */		
div#topnavigation ul.mlddm li ul li ul li a.hsub {
    background: url();
}
		
		.mlddm .hsub a:hover
		{	background: #213866 no-repeat right url(/fileadmin/images/arroww.gif)}
		
		.mlddm .hsub:hover {   
		    background:  url(/fileadmin/images/topnav-bg.gif) repeat-x center center;
			}

  ul.mlddm li a.hsub, ul.mlddm li a {
        font-size: 12px
   }
	