#navigationpane {
	float: left;
}
.own-sell-links {
    display: inline-block;
    height: 50px;
}
.own-sell-link {
    display: inline-block;
    float: left;
    height: 50px;
    cursor: pointer;
}
.own-link {
    padding: 0 0 0 8px !important;
}
.sell-link {
    padding: 0 8px 0 0 !important;
}
.own-sell-link > a.nav-dd-header {
    display: inline-block;
    width: 60px;
    height: 34px;
    margin: 9px 0;
    padding: 0 8px;
    background: #ffcc3c;
    color: #212121 !important;
    border-radius: 3px;
    font-family: "Lato";
    font-size: 12px !important;
    text-align: center;
    text-transform: uppercase;
    line-height: 34px;
}
.own-sell-link:hover > a.nav-dd-header {
    background: #ffcc3ce0;
}
.own-link > a.nav-dd-header {
    border-right: 1px solid #0002;
    border-radius: 3px 0 0 3px;
}
.own-link > a.nav-dd-header-2 {
    border-radius: 3px 3px 3px 3px;
}
.sell-link > a.nav-dd-header {
    border-radius: 0 3px 3px 0;
}
.sell-link > a.nav-dd-header-2 {
    border-radius: 3px 3px 3px 3px;
}
.own-sell-link > a.nav-dd-header:hover {
    color: #212121 !important;
}
.nav-dd-icon {
    display: none;
}

#main-nav.compact .own-sell-link {
    float: none;
    height: auto;
}
#main-nav.compact .own-link {
    padding: 0 !important;
    border-bottom: 1px solid #fff1;
}
#main-nav.compact .own-sell-link .nav-dd-child a {
    padding-left: 40px;
}
#main-nav.compact .own-sell-link > a.nav-dd-header {
    background: none;
    padding: 0 20px;
    border: 0;
    font-family: inherit;
    font-size: 14px !important;
    color: #fff !important;
    text-transform: capitalize;
}