
#header {
    overflow: visible;
}

#nav-productlisting {
	display: none !important;
}

#nav-idshop {
    position: relative;
}

#nav-idshop ul {
/*    position: absolute;
    background: #fff;
    top: 38px;
    left: 0;
    z-index: 100000;
    width: 170px;*/
}

#nav-idshop ul li {
    display: block;
    float: none !important;
}

#nav-idshop ul a {
    color: #29323d;
}

#nav-idshop ul a:hover {
    color: #29323d;
}

#nav-idshop-menu a.sel {
    color: #29323d;
    background-color: #d5d8dd;
}

#nav-idshop .menubtn {
    position: relative;
    bottom: -1px;
    line-height: 24px;
}


#nav-idshop .menubtn.sel {
    bottom: -2px;
}
