#nav-container-outer{
background: #4D33E6;
height: 43px;
background: url(https://www.websparreisen.de/images/nav-bg.jpg);
position: absolute; 
top: 125px;
width: 1020px;
z-index: 5;
margin: 0 auto;

}

.clear{
clear:both;

}

.navbar_l{
float: left;
}
.navbar_r{
float: right;
}

#nav{
list-style:none;
font-weight:bold;
position: relative;
margin-top:10px;
float: none;
font-family: 'Trebuchet MS', Tahoma, Arial;
font-size: 15px;


}
#nav li{
float:left;
margin-right: 5px;
position:relative;
}

#nav a{

padding:9px 25px 9px 5px;
margin: 0px;
text-decoration:none;
color: #FFFFFF;

}
#nav a:hover{
color: #6C3600; 
background: url(https://www.websparreisen.de/images/item-primary-bg.gif);
background-repeat: no-repeat;
background-position: center;
text-decoration:none;
}

/*--- DROPDOWN ---*/
#nav ul{

display:block;
position:relative;
padding:0px 0px 10px 0px;
margin:8px 0px 0px 7px;
width: 158px;
background: url(https://www.websparreisen.de/images/item-secondary-container-bg.jpg);
background-repeat: no-repeat;
background-color: #FF9900;
-moz-border-radius-bottomleft: 8px;
-moz-border-radius-bottomright: 8px;
-webkit-border-bottom-right-radius: 8px 8px;
 border-radius: 0px 0px 8px 8px;
font-size:11px;
list-style:none;
position:absolute;
left:-9999px; 
border-width:0px;
border-style:none;
border-bottom: 1px solid #CA6500;
}
#nav ul li{
	padding-top:10px; 
	margin-left:5px;
	float:none;
}
#nav ul a{
	white-space:nowrap;  
}

#nav li:hover ul{ 
	left:-10px; 
}
#nav li:hover a{ 
	text-decoration:none;
}
#nav li:hover ul a{ 
	text-decoration:none;
}
#nav li:hover ul li a:hover{ 
	color:#6C3600; 
	background:none;

}

.mpakt{
color: #6C3600 !important;
cursor: default;
}
