﻿#nav
{
    background-color: #1F4679;
    width: 950px;
    height: 39px;
    text-align: left;
    /*******************************/
}
#nav a
{
    height: 39px;
    overflow: hidden;
}
#nav div
{
    position: relative;z-index:2;
}
#nav .over ul
{
    display: block;
}
#nav div ul
{
    list-style: none;
    background-color: #3F6180;
    width: 134px;
    position: absolute;
    left: 0px;
    margin-left: 1px;
    margin-top: 39px;
    display: none;
    filter: alpha(opacity=85);
    
}
#nav div ul a
{
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    width: 134px;
    height: 30px;
    line-height: 30px;
    text-indent: 17px;
}
#nav div ul a:hover
{
    background-color: #283F53;
    filter: alpha(opacity=90);
}