#access {
    border: 0;
    width: 940px; margin: 0 auto;
}

.sf-menu {
    border: 0;
    float:left;
}
.ie6 .sf-menu {
    margin-bottom: -1px;
}
.sf-menu a {
    border: 0;
/*     border-left:1px solid red; */
/*     border-top:1px solid #ccc; */
/*     border-bottom:1px solid #ccc; */
    padding:9px 9px;
    text-decoration:none;

    font-family: "arial narrow", arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
/*     letter-spacing: -1px; */
}
.windows .sf-menu a {
    font-family: "arial narrow", arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
    padding: 9px 9px 10px;
/*     letter-spacing: -1px; */

}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border: 0;
    background-color: #edf6d6;
    background-color: #c7e56b;
/*     border-bottom-color:#fff; */
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
    color:          #00923f !important;
}
.sf-menu li {
    background:     #fff;
}
.sf-menu li li {
    background:     #fff;
}
.sf-menu li li li {
    background:     #fff;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     #a6d136; /* Lime-ish */
    outline:        0;
/*     border-bottom-color:#ccc; */
    border: 0;
    color: #fff !important;
    text-decoration: none !important;
}
.sf-menu ul {
/*     border-right:1px solid #ccc; */
/*     border-bottom:1px solid #ccc; */
    border: 0;
    border-right: 3px solid #00923f;
    border-bottom: 3px solid #00923f;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background: #fff;
/*     border-bottom:none; */
    border: 0;
}
.sf-menu ul a:hover {
    color: #fff !important;
}













.footer-nav {
    color: #9dcd17;
}

.footer-nav a,
.footer-nav a:link,
.footer-nav a:visited,
.footer-nav a:hover,
.footer-nav a:active {
    color: #9dcd17;
    text-decoration: none;
}

.footer-nav a:hover {
    color: #0a9047;
    text-decoration: underline;
}

.footer-nav, .footer-nav ul, .footer-nav li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.footer-nav li {
    display: inline;
/*     height: 32px; */
    line-height: 2em;
/*     margin: 0 0.5em; */
}

.footer-nav ul li {
    display: block;
}


#shop-nav span {
    float: left;
    color: #333;
    margin-left: 16px;
}

#shop-nav {
    background: #c0c0c0 url(images/bg-nav-shop.gif) no-repeat left bottom;
    float: right;
    width: 450px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-align: right;
}

#shop-nav a {
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    padding: 0;
    font-weight: bold;
}


#shop-nav .shop-nav-login {
    background: url(images/icon-login.png) no-repeat left center;
}

#shop-nav .shop-nav-account {
color:#FFFFFF;
}

#shop-nav .shop-nav-cart {
    background: url(images/icon-cart.png) no-repeat left center;
}

#shop-nav .shop-nav-login,
#shop-nav .shop-nav-cart {
    padding-left: 28px !important;
    margin-right: 10px;
}