#nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 976px;
    background: url('../images/bg-nav-top.gif') repeat-x;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 24px;
    z-index: 999;
    list-style: none;
    font-size: 13px;
    font-weight: normal;
}
#nav img {
    float: left;
    margin: 0px 5px 0px -5px;
    margin-left: -4px;
}
#nav ul {
    display: none;
    position: absolute;
    left: 0px;
    width: 972px;
    margin: 0px 0px 0px 0px;
    padding: 0;
    list-style: none;
    font-size: 13px;
    background-color: #4b4b4b;
}
#nav a {
    display: block;
    padding: 5px 5px 5px 10px;
    color: #4C787E;
    text-decoration: none;
    font-weight: normal;
}
#nav a:hover {
    background: #335359 !important;
    color: #f3f3f3 !important;
}
#nav li {
    float: left;
    position: relative;
}
#nav li:hover {
    background-color: #4b4b4b;
    color: #f3f3f3 !important;
}
.nav_sub {
    color: #f3f3f3 !important;
    z-index: 999;
}
.nav_sub:hover {
    background-color: #4b4b4b !important;
    color: #f3f3f3 !important;
}
#nav li.active a {
    background-color: #4b4b4b;
    color: #f3f3f3;
}
#nav ul {
    position: absolute;
    display: none;
    width: 200px;
}
#nav li ul a {
    width: 185px;
    height: auto;
    float: left;
    color: #F3f3f3;
}
#nav ul ul {
    top: auto;
}
#nav li ul ul {
    margin: 0px 0 0 10px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
    display: none;
    color: #f3f3f3 !important;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
    display: block;
    color: #f3f3f3 !important;
}
.nav_sub {
    left: 190px !important;
}