#nav, #nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: normal;
}

#nav li {
    position: relative;
    float: left;
    width: 240px;
}

#nav li ul {

}

#nav li ul ul {

}

#nav li a {
    width: 240px;
    display: block;
    color: #7e7b75;
    font-family: "Meta", Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 1px;
    padding: 10px 0px 10px 0px;
}
#nav ul li a {
    padding: 4px 0px 4px 0px;
    letter-spacing: normal;
    font-size: 11px;
}
#nav ul {

}
#nav li a:hover {
    color: #54504C;
}

a#nav-trees{
    padding-bottom: 5px !important;
}

a#nav-find-us{
    padding-top: 17px !important;
}

/* hide on non-tree pages so we degrade well */
body#the-story #nav ul,
body#faq #nav ul,
body#find-us #nav ul,
body#contact-us #nav ul,
body#index #nav ul,
body#photo-gallery #nav ul,
body#return-policy #nav ul {
    display: none;
}

body#the-story #nav-story,
body#faq #nav-faq,
body#photo-gallery #nav-photo-gallery,
body#trees #nav-trees,
body#contact-us #nav-contact,
body#index #nav-home{
    color: #b3191d;
}

body.two-ft-tabletop-tree #nav-2ft,
body.three-ft-tabletop-tree #nav-3ft,
body.six-ft-suspended-tree #nav-6ft{
    color: #721a3f;
}
