/* This is modified from livejournal's great code by Jared Morgenstern 2/6/05 */


#NavRoot {
    position: relative;
    top: 0px; left: 0px;
    margin: 0; padding: 0;
    height: 22;
}

#NavMenuList {
    position: absolute;
    top: 0px; left: 0px;
    width: 670;
    margin: 0; padding: 0;
    display: inline; white-space: nowrap;
    clear: both;
}
#NavMenuList li {
    display: inline;
    list-style: none; white-space: nowrap;
}
#NavMenuList a {
    padding: 2px 6px 1px 6px;
    width: auto; height: 16px;
    color: #FFF; /*background-color: #267F00;*/
    font: 13px Arial, Geneva, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: bold;
    float: left; display: block;
    /*border: 1px solid #267F00;*/
}
#NavMenuList a:hover {
    color: #7F3300; background-color: #FFF;
}
#NavMenuList .NavSubMenuList {
    position: absolute; 
    width: 670;
    visibility: hidden;
    left: 0; top: 27px;
    display: inline; white-space: nowrap;
    margin: 0; padding: 0; 
}

#NavMenuList .NavSubMenuList li {
    float: left;
    display: block;
}

#NavMenuList .NavSubMenuList .menuText  {
    padding: 2px 10px 1px 10px;
    width: auto; height: 13px;
    color: #000000;
    /*background-color: #267F00;*/
    font: 10px Arial, Geneva, Helvetica, sans-serif;
    text-decoration: none;
    float: left;
    display: block;
    /*border: 1px solid #267F00;*/
}

#NavMenuList .NavSubMenuList li a {
    padding: 2px 10px 1px 10px;
    width: auto; height: 13px;
    color: #7F3300;
    /*background-color: #99ccff;*/
    font: 10px Arial, Geneva, Helvetica, sans-serif;
    text-decoration: none;
    float: left;
    display: block;
    border: 1px solid #7F3300;
}
#NavMenuList .NavSubMenuList li a:hover {
    color: #1763AA; 
    background-color: #FFF;
    border: 1px solid #1763AA;
}
#NavMenuListTitle {
    display: none;
}
