/*
 * #id.class tag
 * t l b r
 * NB due to precedence rules just about everything in this file needs a #lhmenu at the start of the css 
 * selector.
 */
#lhCol {
    width: 206px;
    float: left;
}

#lhmenu {
    padding: 12px 0;
    background-color: #002200;
}

.lhmenu .sitemap {
    display: none;
}
#sitemap .sitemap,
#sitemap .submenu,
#sitemap .current li a {
    display: block;
    color: #664e0e;
    background-image: none;
}
.lhmenu ul li,
.lhmenu ul {
    padding: 0;
    margin: 0;
    border: 0;
    list-style-type: none;          /* we don't want to view the list as a list */
    list-style-image: none;          /* url or none */
    line-height: 1.25em;           /* globally set the menu's item spacing. note */
}                               /* this must be 1.0 or 1.5 or 2.0 for Mozilla */

.submenu {
    display: none;                  /* initially hide the second level menus */
}

.current .submenu {
    display: block;
}

/* links */

.lhmenu li a,
.lhmenu .submenu a {
    font-family: arial;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    background-repeat : no-repeat;
    background-position: left center;
    background-color: #002200;
    display: block;
} 

.lhmenu li a {
    color: #fff;
    padding: 5px 5px 6px 22px;
}

.lhmenu li a:hover,
.current li a{
    color: #f3e444;
}

#lhmenu li a {
    background-image: url("/app/images/normal.jpg");
}

#lhmenu li a:hover,
#lhmenu .current li a{
    background-image: url("/app/images/over.jpg");
}
.lhmenu .submenu a {
    color: #f3e444;
    padding: 1px 5px 2px 25px;
    background-image: none;
}

.lhmenu .submenu a:hover{
    color: #ffffff;
    background-image: none;
}


#quicklinks a {
    background-image: url("/app/images/but.jpg");
}


