﻿#nav
{
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 1002px;
    height: 30px;
    position: absolute;
    z-index: 11;
    top: 270px;
    left: 19px;
}
#nav li
{
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
}
#nav a
{
    float: left;
    width: 167px;
    background: url(../img/tabs.png);
    line-height: 30px;
    color: #405d93;
    font-family: Verdana;
    font-size: 13pt;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
}
#nav a:hover
{
    background: url(../img/tabsOver.png);
    color: #FFFFFF;
}


#nav li ul
{
    position: absolute;
    left: -1px;
    top: 30px;
    display: none;
    list-style-type: none;
    width: 167px;
    padding: 0;
    margin: 0;
    border: solid 1px #000000;
}
#nav li:hover ul
{
    display: block;
}
#nav li ul a
{
    background: #2fa26e;
    border-bottom: solid 1px #000000;
    width: 167px;
    height: 25px;
    line-height: 25px;
    padding: 0;
    margin: 0;
    font-weight: normal;
    color: #000000;
}
#nav li ul a:hover
{
    background: #22704a;    
    text-decoration: none;
}