#menuDiv {
    clear: both;
    width: 780px;
}

#menuDiv ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#menu {
    width: 780px;
    height: 15px; 
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

#menu a {
    width: 100%;
    color: #999999;
}

#menu a:hover {
    text-decoration: none;
    color: #6699CC; 
}

#menu li { /* all list items */
    float: left;
    position: relative;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    border-left: 1px dashed #CCCCCC; 
    background: url(/images/navigation/header/downArrowDisabled.gif) center right no-repeat;
}

#menu li:hover, #menu li.sfhover {
    background: #DDDDDD url(/images/navigation/header/downArrow.gif) center right no-repeat; 
}

#menu li.rightArrow { 
    background: url(/images/navigation/header/rightArrowDisabled.gif) center right no-repeat;
}

#menu li.rightArrow:hover {
    background: #DDDDDD url(/images/navigation/header/rightArrow.gif) center right no-repeat; 
}

#menu li.header { 
    padding-left: 6px;
    z-index: 2000;
}

#menu li.first {
    border-left: none;
}

#menu li ul { /* second-level lists */
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666; 
    width: 13em; 
    position: absolute;
    top: 1.25em;
    left: 0;
    background: #FFFFFF;
    display: none; 
}

#menu li ul li {
    padding-top: 2px;
    padding-bottom: 2px; 
    width: 100%;
    border-top: 1px solid #CCCCCC;
    font-weight: normal;
    text-transform: none;
    font-family: verdana;
    font-size: 11px;
    border-left: none;
    background: none;
}

#menu li ul li:hover, #menu li ul li.sfhover {
    background: #EEEEEE;
}

/* Remove arrows from child elements */
#menu li ul li a {
    background: none;
    padding-left: 4px;
    color: #666666;
}

/* Remove arrows from child elements */
#menu li ul li a:hover {
    background: none;
    color: #0099CC; 
}

#menu li:hover ul, #menu li.sfhover ul { /* lists nested under hovered list items */
    display: block;
}

#menu li.shopbycategory {            /* IE */
    width: 148;
}
html>body #menu li.shopbycategory {  /* Mozilla */
    width: 143;
}

#menu li.storelocations {            /* IE */
    width: 143;
}
html>body #menu li.storelocations {  /* Mozilla */
    width: 136;
}

#menu li.getorganized {              /* IE */
    width: 125; 
}
html>body #menu li.getorganized {    /* Mozilla */
    width: 117;
}

#menu li.customerservice {           /* IE */
    width: 152;
}
html>body #menu li.customerservice { /* Mozilla */
    width: 145;
}

#menu li.campaign {                  /* IE */
    width: 148;
}
html>body #menu li.campaign {        /* Mozilla */
    width: 144;
}

#menu li.home {                      /* IE */
    width: 62;
}
html>body #menu li.home {            /* Mozilla */
    width: 54;
}
