#navwrapper {
    background: url(../i/c/Navbar-bg.png) no-repeat;
    height: 46px;
    padding-left: 6px;
    margin-top: -5px;
    font-size: 10px;
    font-weight: bold;
}

#navwrapper ul {
    padding-left: 49px;
}

#nav { /* Nav Position & BG Style */
    position: relative;
    float: left;
    width: 750px;
    height: 23px;
    background: url(../i/c/Nav-1Row-bg.png) bottom left no-repeat;
}

#nav a { /* All link style */
    text-decoration: none;
    color: #282828;
}

#nav li { /* 1Row position */
    float: left;
    display: block;
    background: url(../i/c/Navright-bg.gif) top right no-repeat;
    height: 22px;
}

#nav li a { /* 1Row Button Style */
    display: block;
    background: url(../i/c/Navleft-bg.gif) top left no-repeat;
    padding: 5px 10px;
}

#nav li:hover,
#nav li.over,
#Home #nav-Home,
#Courses #nav-Courses,
#Employment #nav-Employment,
#Accredit #nav-Accredit,
#Donate #nav-Donate,
#GetMore #nav-GetMore,
#Partners #nav-Partners,
#About #nav-About,
#Contact #nav-Contact { /* 1Row Hover Background right side */
    background: url(../i/c/Navright-bg-over.gif) top right no-repeat;
}

#nav li a:hover,
#nav li:hover a,
#nav li.over a,
#Home #nav-Home a,
#Courses #nav-Courses a,
#Employment #nav-Employment a,
#Accredit #nav-Accredit a,
#Donate #nav-Donate a,
#GetMore #nav-GetMore a,
#Partners #nav-Partners a,
#About #nav-About a,
#Contact #nav-Contact a {/* 1Row Button Hover Background Left side */
    background: url(../i/c/Navleft-bg-over.gif) top left no-repeat;
}

#nav li ul { /* 2Row Hide */
    display: none;
}

    #Home #nav-Home ul,
    #Courses #nav-Courses ul,
    #Employment #nav-Employment ul,
    #Accredit #nav-Accredit ul,
    #Donate #nav-Donate ul,
    #GetMore #nav-GetMore ul,
    #Partners #nav-Partners ul,
    #About #nav-About ul,
    #Contact #nav-Contact ul { /* 2Row Show */
        display: block;
    }

    #nav li ul, #nav li.no2 ul { /* 2Row position & Styles*/
        margin: 0;
        padding: 0;
        left: 0;
        position: absolute;
        background: #d95b07;
        width: 749px;
        height: 23px;
    }

    #nav li li {
        border-left: 1px solid #777;
    }

    #nav li ul a,
    #Home #nav-Home ul a,
    #Courses #nav-Courses ul a,
    #Employment #nav-Employment ul a,
    #Accredit #nav-Accredit ul a,
    #Donate #nav-Donate ul a,
    #GetMore #nav-GetMore ul a,
    #Partners #nav-Partners ul a,
    #About #nav-About ul a,
    #Contact #nav-Contact ul a { /* 2Row Button Position & Style */
        float: left; /*ie doesn't inherit the float*/
        padding-left: 15px;
        padding-right: 15px;
        background: #d95b07;
    }

#nav li.no2 ul { /* 2Row style for no 2Row */
    display: none;
}

#nav li:hover ul,
#nav li.over ul { /* 2Row layering */
    display: block;
    z-index: 6000;
}

#nav li:hover ul li,
#nav li.over ul li,
#nav li:hover ul li a,
#nav li.over ul li a,
#nav li.over ul li a:hover { /* 2Row hover style */
    background: none;
}

/* --------------Third Row --------------------- */

#thirdrow {
    text-align: left;
    background: url(../i/c/Navbar-bg.png) no-repeat;
    height: 23px;
    padding-left: 10px;
    padding-top: 5px;
}

    #thirdrow ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
    }

    #thirdrow ul li {
        display: inline;
        padding: 0 8px;
        border-right: 1px dotted #8f8f8f;
    }


