.navBg {
    float: left;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100;
    background: #FFFFFF;
}
#topNav {
    width: 955px;
    height: 35px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px 0px 23px;
    color: #3c3c3c;
    font-weight: normal;
    font-size: 13px;
    z-index: 2;
    background: url(../images/navBg.jpg) left top repeat-y;
}
#topNav ul.topnav {
    list-style: none;
    padding: 0 0px;
    margin: 0;
    float: left;
    z-index: inherit;
}
#topNav ul.topnav li {
    float: left;
    margin: 0;
    position: relative; /*--Declare X and Y axis base--*/
    padding: 0px;
    color: #3c3c3c;
    display: block;
    text-decoration: none;
    cursor: pointer;
    height: 35px;
    z-index: inherit;
    white-space: nowrap;
    border-right: 1px solid #bababa;
}
#topNav ul.topnav li:last-child {
    border-right: none;
}
#topNav ul.topnav li a {
    padding: 8px 11px 6px 11px;
    color: #3c3c3c;
    display: block;
    text-decoration: none;
    float: left;
    z-index: inherit;
    width: auto;
}
#topNav ul.topnav li:hover {
    font-weight: normal;
    height: 35px;
}
#topNav ul.topnav .selected a {
    background-color: none;
    color: #ffffff;
    border-right: none;
    background-color: #006c64;
    height: 21px;
}
#topNav ul.topnav .selected a:hover {
    background-color: none;
    color: #ffffff;
    border-right: none;
    background-color: #006c64;
}
/*--USE negative margins to offset padding in #topNav ul.topnav li--*/
#topNav ul.topnav li .hasDrop {
    float: left;
    display: block;
    margin: -10px 0px 0px -12px;
    width: 0px;
    height: 35px;
}
#topNav ul.topnav li .hasDropHover { /*--Drop down trigger styles--*/
}
#topNav ul.topnav li span.subhover {
    background-position: center bottom;
    cursor: pointer;
} /*--Hover effect for trigger--*/
#topNav ul.topnav li ul.subnav a {
    padding: 7px 0px 7px 21px;
    width: 200px;
    margin-left: -20px;
    background-color: #006c64;
    color: #fff;
    white-space: normal;
}
#topNav ul.topnav li ul.subnav a:hover { /*--Hover effect for subnav links--*/
    background-color: #007970;
}
#topNav ul.topnav li ul.subnav {
    list-style: none;
    position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
    left: 0;
    top: 35px;
    margin: 0;
    padding: 0;
    display: none;
    float: right;
    width: 220px;
    border: none;
}
#topNav ul.topnav li ul.subnav li {
    margin: 0;
    padding: 0px;
    clear: both;
    float: left;
    width: 100%;
    height: auto;
    padding-left: 20px;
    cursor: pointer;
    border: none;
}