#navigation {
    margin-bottom: 3px;
    height: 2.25em;
}

#navigation li {
    padding: 0;
    margin: 0;
}

#sfnav {
    font: normal 13px arial;
    width: 717px;
    list-style: none;
    line-height: 1;
    background: #000;
    font-weight: normal;
    padding: 0;
    border: #fff solid 1px;
    margin: 0;
    position: absolute;
    z-index: 1;
}

#sfnav ul {
    font: normal 13 px arial;
    width: 717px;
    list-style: none;
    line-height: 1;
    background: #000;
    font-weight: bold;
    padding: 0;
    border: #fff solid 1px;
    margin: 0;
    position: absolute;
    z-index: 1;
}
#sfnav > li:first-child {
padding-left:10px;
}
#sfnav a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 4px 13px;
}

#sfnav a.daddy {
    background: url(../images/templates/rightarrow2.gif) no-repeat 95%;
}

#sfnav li {
    border-right: solid #000 1px;
    float: left;
    /*
    width: 10em;
    */
    padding: 0;
    padding: 4px 0;
}

#sfnav .last_separator {
    border: none;
}

#sfnav li ul {
    position: absolute;
    left: -999em;
    width: 13.9em;
    height: auto;
    font-weight: normal;
    /*
    border-width: 0.25em;
    */
    margin: 0;
    background: #999;
}

#sfnav li li a {
    color: #fff;
}

#sfnav li ul li {
    border-bottom: #000 solid 1px;
}

#sfnav li li {
    width: 13.9em;
}

#sfnav li ul ul {
    margin: -1.75em 0 0 14em;
}

#sfnav li:hover ul ul {
    left: -999em;
}

#sfnav li:hover ul ul ul {
    left: -999em;
}

#navigation .navfxenabled li:hover ul {
    left: -999em;
}

#navigation .navfxenabled li:hover ul ul {
    left: -999em;
}

#navigation .navfxenabled li:hover ul ul ul {
    left: -999em;
}

#navigation .navfxenabled li.over ul ul {
    left: -999em;
}

#navigation .navfxenabled li.over ul ul ul {
    left: -999em;
}

#sfnav li:hover ul {
    left: auto;
}

#navigation .navfxenabled li.over ul {
    left: auto;
}

#sfnav li li:hover ul {
    left: -2px;
}

#sfnav li li li:hover ul {
    left: -2px;
}

#navigation .navfxenabled li li.over ul {
    left: -2px;
}

#navigation .navfxenabled li li li.over ul {
    left: -2px;
}

#navigation li li.over ul.leftover {
    left: -28.44em;
}

#navigation .navfxenabled li li li.over ul.leftover {
    left: -28.44em;
}

#navigation .navfxenabled li li li li.over ul.leftover {
    left: -28.44em;
}

#navigation #sfnav li.over {
    background: #e9741f;
}

#sfnav li:hover {
    background: #e9741f;
}

#nav3 #sfnav li.over {
    /*
    new from here*/
    background: #e9741f;
}

#nav3 #sfnav li.over ul li {
    background-color: #e9741f;
    color: #fff;
}

#nav3 #sfnav li.over ul li:hover {
    background-color: #e9741f;
    color: #fff;
}

#nav3 #sfnav li.over ul li a:hover {
    color: #fff;
}

#sfnav li a:hover {
    color: #fff;
}