
    #nav {width:990px; padding:0 5px; margin:0; list-style:none; height:40px; /*background:#fff url(three_0.gif) repeat-x;*/ z-index:500; font-family:arial, verdana, sans-serif;

          background: #75b91a; /* Old browsers */
          background: -moz-linear-gradient(top,  #75b91a 0%, #54af13 100%); /* FF3.6+ */
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#75b91a), color-stop(100%,#54af13)); /* Chrome,Safari4+ */
          background: -webkit-linear-gradient(top,  #75b91a 0%,#54af13 100%); /* Chrome10+,Safari5.1+ */
          background: -o-linear-gradient(top,  #75b91a 0%,#54af13 100%); /* Opera 11.10+ */
          background: -ms-linear-gradient(top,  #75b91a 0%,#54af13 100%); /* IE10+ */
          background: linear-gradient(to bottom,  #75b91a 0%,#54af13 100%); /* W3C */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75b91a', endColorstr='#54af13',GradientType=0 ); /* IE6-9 */
          -moz-border-radius: 3px;
          border-radius: 3px;
          -moz-box-shadow: 0px 2px 5px #888;
          -webkit-box-shadow: 0px 2px 5px #888;
          box-shadow: 0px 2px 5px #888;
    }
    #nav li a {text-shadow: 1px 1px 1px #44760f !important;}

    #nav li {
        margin: 0;
        padding: 0;
        float: left;
        position: relative;
        list-style: none;
        font-weight: bold;
        /*height:40px;*/
    }

    /* main level link */
    #nav a {
        font-weight: bold;
        color: #fff;
        text-decoration: none;
        display: block;
        padding:  12px 15px;
        margin: 0;
        font-size:12px;
    }
    #nav a:hover {
        color: #fff;

    }

    /* main level link hover */
    #nav .current a, #nav li:hover > a {
        color: #fff;
        background: #47a100;
    }



    /* sub levels link hover */
    #nav ul li:hover a, #nav li:hover li a {
        color: #fff;

    }
    #nav ul a:hover {
        background:#6eb719;
        color:#fff;
    }

    #nav ul li:hover > a {
        color: #fff;
        /*background: #258700;*/
        background: #6eb719;
    }

    /* dropdown */
    #nav li:hover > ul {
        display: block;
    }

    /* level 2 list */
    #nav ul {
        margin: 0;
        display: none;
        position: absolute;
        left:1px; top:40px;
        background: #47a100;
        color:#fff; padding:3px;
        /*white-space:nowrap; */
        width:180px; height:auto; z-index:99999;

    }
    #nav ul li {
        float: none;
        margin: 0;
        padding: 3px 0 0 0;
        line-height: 18px;
        /*height:20px;*/
    }

    #nav ul a {
        font-weight: normal;
        font-size:11px;
        line-height: 20px;
        height:auto;
        /*line-height:18px; */
        /*text-indent:5px; */
        text-decoration:none;
        padding:0 5px 0 5px;
        margin:0;

    }

    /*#nav ul li.mid a {*/
    .mid {
        background: transparent url(../images/arrow.gif) no-repeat 98% 50%;
    }

    a.mid:hover {
        /*background: #258700 !important;*/
        background: #6eb719 url(../images/arrow.gif) no-repeat 98% 50% !important;
    }
    /* level 3+ list */
    #nav ul ul {
        left:180px; top:0;
        background: #47a100; color:#fff; padding:0 3px 0 3px;
        margin:0;
        /* white-space:nowrap; */
        width:180px; z-index:99999; height:auto;
    }



    /* rounded corners of first and last link */
    #nav ul li:first-child > a {
    }
    #nav ul li:last-child > a {
    }

    /* clearfix */
    #nav:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }
    #nav {
        display: inline-block;
    }
    html[xmlns] #nav {
        display: block;
    }

    * html #nav {
        height: 1%;
    }

    .active > a:first-child {
        color: #fff !important;

    }
