/**
  Navigation
*/ /* Top navigation */
#navbar {
    background: url(../img/logo.gif) no-repeat left 12px;
    width: 960px;
    height: 75px;
    margin: 50px auto;
    border-bottom:1px solid #ccc;
}

#navbar #nav {
    width: 670px;
    height: 100%;
    float: right;
}

#nav ul {
    margin: 23px 0 0 0;
    padding: 0;
    list-style: none;
    float: right;
}

#nav ul li {
    float: left;
    margin: 0 0.2em 0 0.1em;
}

#nav li a {
    display: block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    line-height: 2em;
    float: left;
}

#nav ul a span { /*display:block;*/
    padding: 0 0.8em;
    height: 25px;
    cursor: pointer;
}

#nav ul a:hover span { /*display:block;*/
    float: left;
    background: url(../img/tab_left_side.gif) no-repeat top left;
    cursor: pointer;
}

#nav ul a:hover {
    color: #fff;
    float: left;
    background: url(../img/tab_right_side.gif) no-repeat top right #a9bc52;
}
