/*
.topNav {
    background-color:#D9D9D9;
    border-bottom:1px solid #FFFFFF;
    border-right:1px solid #FFFFFF;
    text-align: center;
}
.topNavHover,.topNavActiveHover {
    background-color:#cccccc;
    border-bottom:1px solid #FFFFFF;
    border-right:1px solid #FFFFFF;
    text-align: center;
}
.topNav a {
    text-decoration:none;
    color:#4c4c4c;
}
.topNavActive {
    background-color:#949494;
    border-bottom:1px solid #949494;
    border-right:1px solid #FFFFFF;
    text-align: center;
}
.topNavActive a {
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
}
*/
#header {
    overflow: hidden;
    height: 100px;
    position: relative;
}
#headerLogo {
    padding: 26px 0 30px 52px;
    float: left;
    top: 26px;
}
#metaNav {
    position: absolute;
    top: 8px;
    left: 320px;
    overflow: hidden;
    height: 17px;
}
#metaNav ul {
    display: inline;
    padding: 0;
    margin: 0 auto;
}
#metaNav li {
    padding: 0 10px;
    display: inline;
    border-left: 1px solid #949494;
}
#metaNav li a {
    color: #949494;
}

#topNav {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 160px;
    overflow: hidden;
    height: 30px; /*IE6*/
}
#topNav a {
    display: block;
    float: right;
    height: 19px;
    margin-bottom: 1px;
    background-color: #e6e6e6;
    font-size: 10px;
    padding: 5px 8px 5px 7px;
    border-left: 1px solid #fff;
    line-height: 19px;
}
#topNav a:link, #topNav a:visited {
    text-decoration: none;
    color: #4C4C4C;
}
#topNav a:hover, #topNav a:active, #topNav a:focus {
    text-decoration: none;
    color: #4C4C4C;
    background-color: #ccc;
}
#topNav a.newsletter {
    width: 49px;
}
#topNav a.contact {
    width: 36px;
}
#topNav a.home {
    width: 28px;
    border-left: 0;
}
#catalogNav {
    position: absolute;
    bottom: 0;
    right: 161px;
    height: 30px; /*IE6*/
    overflow: hidden;
}
#catalogNav a {
    text-align: center;
    display: block;
    height: 19px;
    background-color: #d9d9d9;
    padding: 5px 10px;
    float: right;
    border-left: 1px solid #fff;
    margin-bottom: 1px;
    vertical-align: middle;
    line-height: 19px;
}
#catalogNav a:link, #catalogNav a:visited {
    text-decoration: none;
    color: #4C4C4C;
}
#catalogNav a:hover, #catalogNav a:active, #catalogNav a:focus {
    text-decoration: none;
    color: #4C4C4C;
    background-color: #ccc;
}


.kidsworld, .tableware, .kitchenware, .drinking, .flatware, .outlet, .espresso {
    font-weight: bold;
}

.press {
    width: 65px;
    font-weight: bold;
}
.careers {
    width: 72px;
    font-weight: bold;
}
.corporateGroups {
    width: 125px;
    font-weight: bold;
}
.corporateCompliance {
    width: 132px;
    font-weight: bold;
}
.investor {
    width: 132px;
    font-weight: bold;
}
.company {
    width: 80px;
    font-weight: bold;
}
.espressoMachines {
    width: 70px;
    font-weight: bold;
}
.coffeeMachines {
    width: 55px;
    font-weight: bold;
}
.coffeeAccessories {
    width: 133px;
    font-weight: bold;
}
.cleaningSupplies {
    width: 115px;
    font-weight: bold;
}
.coffeeSupport {
    width: 65px;
    font-weight: bold;
}
.coffeeContactLiterature {
    width: 115px;
    font-weight: bold;
}

#utilityNav {
  position: absolute;
  right: 0;
  top: 25px;
}

#utilityNav a {
  font-size: 12px;
  text-transform: capitalize;
}

#utilityNav a:link, #utilityNav a:visited {
  color: #949494;
  text-decoration: none;
}

#utilityNav a:hover, #utilityNav a:active {
  color: #949494;
  text-decoration: underline;
}

#utilityNav span {
  color: #949494;
  padding: 0 10px;
}

