#custommenu {
    position:relative;
    z-index:1000;
	margin-left: auto;
	height: 19px;
	color: #3f3f3f;
	font: 15px "QuicksandBook" ,"Lucida Grande", Lucida, Verdana, sans-serif;
	width: 100%;
	margin-bottom: 0;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 22px;

}
div.menu {
	float: left;
}
div.menu.act {
	/*background: url(../../../images/menuhover3.png) no-repeat center top;*/
}
div.menu.act a span {
}

div.menu.active {
	/*background: url(../../../images/menuhover3.png) no-repeat center top;*/
	padding-bottom: 11px;
	margin-bottom: -11px;
	z-index: 1110;
}

div.menu.active div.parentMenu a {
	/*color: #fff;
	background: url(../../../images/menuhover3.png) no-repeat center top;*/
}

div.menu.active:hover {
	padding-bottom: 11px;
	z-index: 11111;
	display: block;
	margin-bottom: -11px;
}

div.wp-custom-menu-popup {
    position:absolute;
    z-index:3000;
    border:1px solid #cfcfcf;
    background-color:#fff;
    text-align:left;
	min-height: 120px;
	display: none;
	/*margin-left: 46px;*/
}
div.menu, div.wp-custom-menu-popup {
    padding: 0;
}
div.menu a, div.wp-custom-menu-popup a {
    text-decoration: none;
    display:block;
	padding-left: 12px;
	padding-right: 12px;
	font-weight: normal; /*DEGER -> Menulinks nicht mehr 'bold'*/
}
div.wp-custom-menu-popup a.actParent {
    color: #4D4D4D;
}
div.wp-custom-menu-popup a.act {
    color: #A52A2A;
}
div.column {
    float:left;
    width:165px; /* column width */
    padding:5px;
    /*border: 1px solid #000000;*/ /*only for testing*/	
}
div.itemSubMenu {
    margin-left:20px;
}
.clearBoth {
    clear:both;
}

#menuNew.menu .parentMenu a {
	text-transform: uppercase;
	/*color: #DB007A;*/
	font-family: "QuicksandBook" ,"Lucida Grande", Lucida, Verdana, sans-serif;
}

#menuNew.menu .parentMenu a:hover {
	text-transform: uppercase;
	/*background: url(../../../images/menuhover4.png) no-repeat center top;
	color: #fff;*/
}

div.parentMenu {
	text-transform: uppercase;
}

div.parentMenu a:hover {
	/*background: url(../../../images/menuhover3.png) no-repeat center top;
	color: #fff;*/
}


a.itemMenuName.level1 {
	margin-bottom: 4px;
	padding-right: 0;
	padding-left: 0;
}
a.itemMenuName.level1:hover {
	text-decoration: underline;
}

a.itemMenuName.level2 {
	padding-right: 0;
	padding-left: 0;
}

a.itemMenuName.level2:hover {
	text-decoration: underline;
}

div.itemSubMenu {
	margin: 0;
	padding: 0 5px 0 15px;
}
