body { margin: 0 }
ul#navbar    { list-style-type: none; background-color: rgb(43,76,124); width: 100px; margin: 0; padding: 0 }
ul#navbar li { border-top: 1px solid #363636 }
ul#navbar li a:link, ul#navbar li a:visited { text-decoration: none; display: block; font-size: 11px; font-family: arial,helvetica; color: white; font-weight: bold; border-left: 5px solid rgb(255,209,39); padding: 4px; width: 100% }
ul#navbar li a:hover { background-color: rgb(255,190,40); color: rgb(43,76,124); font-weight: ; font-family: arial,helvetica }

.emptyli { background-color: white }


ul#topnav    { list-style-type: none; background-color: rgb(43,76,124); width: 100px; margin: 0; padding: 0 }
ul#topnav li { border-top: 1px solid #363636 }
ul#topnav li a:link, ul#topnav li a:visited { text-decoration: none; display: block; font-size: 11px; font-family: arial, helvetica; color: white; font-weight: bold; border-left: 5px solid rgb(255,209,39); padding: 4px; width: 100% }
ul#topnav li a:hover { background-color: rgb(255,190,40); color: rgb(43,76,124); font-weight: ; font-family: arial,helvetica }

#crosssells { 
    padding: 2px;
    text-align: center;
    width: 75px;
}
#crosssells label {
    display: block;
    font-family: arial,helvetica,sans-serif;
    color: white;
    font-size: 12px;
    font-weight: bold;
    background-color: rgb(89,106,141);
}