#headerMenu {
    padding: 15px 0 0;
    text-align: center;  
}  
#headerMenu > ul {
    display: inline-block;
    text-align: left;
    position: relative;
}
#headerMenu ul,
#headerMenu ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
#headerMenu ul li {
    float: left;
    display: block;
}
#headerMenu > ul > li {
    padding: 0 7px;
}
#headerMenu > ul > li > a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}
#headerMenu > ul > li > a,
#headerMenu > ul > li > a:link,
#headerMenu > ul > li > a:visited {
    text-decoration: none;
    padding: 0 2px;
    display: block;
}
#headerMenu a:hover,
#headerMenu a.selected {
    text-decoration: none;
    color: #ff7700;
}
#headerMenu > ul > li > a > span {
    line-height: 33px;
    color: #8e8b8b;
}
#headerMenu a.selected span,
#headerMenu > ul > li > a > span:hover {
    color:#FF7C0A;
}
#headerMenu > ul > li > a {
    height: 39px;
}
#headerMenu ul li li {
    background: none;
}
#headerMenu .submenu {
    position: absolute;
    background: #FFF;
    padding: 5px 0px;
    left:0;
    width: 100%;
    background: #FFF;
    border: 1px solid #e5e5e5;
    display: none;
    line-height: 2.5em;
    z-index: 600;
}
#headerMenu .hnav_title {
    text-transform: uppercase;
}
#headerMenu .submenu > li {
    font-size: 13px;
    font-weight: bold;
    display: block;
    float: left;
    padding: 0 6px;
    width: 23%;
}
#headerMenu .submenuList {
    border-top: 4px solid #ff7700;
    padding-top: 3px;
}
#headerMenu .submenuList li {
    float: none;
}
#headerMenu .submenu li ul li {
    padding: 0 0 0 5px;
}
#headerMenu .submenu > li > ul > li > a,
#headerMenu .submenu > li > ul > li > a:hover {
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    background: none;
}
#headerMenu div.show_all {
    clear: both;
    float: right;
    height: 28px;
}
#headerMenu div.show_all a,
#headerMenu div.show_all a:hover {
    font-size: 14px;
    text-decoration: none;
    margin-left: 10px;
    padding: 0 !important;
    background: none !important;
}
#headerMenu ul.home_page li a {
    padding: 6px 18px 0 12px;
}
#headerMenu ul.home_page li a:hover,
#headerMenu ul.home_page li a:visited,
#headerMenu ul.home_page li a:link {
    background: none;
}
.submenu table td {
    padding:0px;
}
.submenu table td:first-child {
    width: 65px;
    min-width: 65px;
    max-width: 65px;
    padding: 0 6px 0 0;
}
.submenu table td img {
    max-width: 60px;
    height: auto;
}  
.hnav_recommended .productPriceCell span,
.listStickersPrice .productPriceCell span {
    font-size: 14px;
    line-height: 14px;
}