﻿@charset "utf-8";
.nav {
    float: none;
    clear: both;
    background-image: url(../images/menu-background.jpg);
    background-repeat: repeat-x;
    font-size: 0.6em;
    height: 32px;
}
.nav .access {
    clear: both;
    text-align: right;
    position: absolute;
    margin: 6px 0;
}
.nav .access a {
    color: #fff;
}
.nav .access a span {
    position: absolute;
}
.nav .navlinks {
    width: 770px;
    float: right;
    text-align: center;
}
.nav  .navlinks a {
    text-decoration: none;
}
#nav {
    padding: 0;
    margin: 0;
    height: 32px;
    list-style: none;
    text-align:left;
}
#nav ul {
    padding: 0;
    list-style: none;
    border-bottom: none;
    background-color: #525455;
    margin: 0;
}
#nav a,#nav a:visited {
    color: #fff !important;
    border: none !important;
    display: block;
    padding: 0 1.6em 0 1.1em;
}
#nav a {
    margin-bottom: 0px;
}
#nav li a:hover {
    color: #a1bad6 !important;
    text-decoration: none;
    background: url(../images/menu-background-hover.jpg) no-repeat center bottom;
}

#nav li.navActive a {
    color: #a1bad6 !important;
    text-decoration: none;
    background: url(../images/menu-background-hover.jpg) no-repeat center bottom;
}
#nav li.navActive ul li a {
    color: #fff !important;
    text-decoration: none;
    background: #2a8de8;
}
#nav li.navActive ul li a:hover {
    color: #a1bad6 !important;
}
#nav ul a {
    margin-bottom: 0px;
}
#nav ul a:hover {
    margin-bottom: 0px;
}
#nav li {
    float: left;
    margin: 0 1px;
    text-align:center;
    background: url(../images/menu-background-divider.jpg) no-repeat top right;
/*    display: block; */
}
#nav li a, #nav li a:hover, #nav li a:visited {
    height: 32px;
    line-height:32px;
    font-weight: bold;
}
#nav li ul {
    margin-top: 0px;
    position: absolute;
    margin-left: -1px;
    left: -999em;
    width: 180px;
    border: 1px solid #fff;
}
#nav li:hover ul {
    left: auto;
    border-bottom: 1px solid #fff;
}
#nav li.sfhover ul {
    left: auto;
}
#nav li ul li {
    clear: both;
    width: 180px;
    margin: 0;
    background-color: #525455;
    border-bottom: 1px solid #fff;
    text-align:left;
}
#nav li ul li a, #nav li ul li a:visited {
    background-color: #2a8de8;

}
#nav li ul li a:hover {
    background-color: #0A4DB6;
    background-image: none!important;
}
#nav ul li {
    height: auto;
}
#nav ul li a, #nav ul li a:hover, #nav ul li a:visited {
    height: auto;
    line-height:14px;
    padding-top: 4px;
    padding-bottom: 4px;
}
