#nav, #nav ul {
    float: left;
    /* total width of menuing area */
    width: 708px;
    list-style: none;
    line-height: 1;
    background: white;
    font-weight: bold;
    padding: 0;
    border: solid #eda;
    /* controls border around menu */
    border-width: 1px 1px;
    /* control position of white menu box */
    margin-top: 1px;
    margin-bottom: 5px;
    margin-left: 3px;
    margin-right: 3px
    }
#nav a {
    display: block;
    width: 10em;
    w\idth: 6em;
    color: #7C6240;
    text-decoration: none;
    /* controls padding around menu items */
    padding: 5px 20px
    }
#nav li {
    float: left;
    padding: 0;
    /* controls spacing from start to start horz of menu top */
    width: 130px
    }
#nav li ul {
    position: absolute;
    left: -999em;
    height: auto;
    /* width of white (not text) inside drop downs */
    width: 220px;
    w\idth: 220px;
    font-weight: normal;
    /* width of border box around drop down */
    border-width: 5px;
    margin: 0
    }
/*controls how long the drop down shaded bar is */
#nav li li {
    padding-right: 1em;
    width: 13em
    }
#nav li ul a {
    width: 200px;
    w\idth: 200px
    }
#nav li ul ul {
    margin: -1.75em 0 0 14em
    }
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
    left: -999em
    }
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
    left: auto
    }
#nav li:hover, #nav li.sfhover {
    background: #eda no-repeat url(TopBar/blink3-20x20.gif)
    }