﻿@charset "utf-8";

.nav {
    z-index: 100;
    float: right;
    width: 768px;
    font: 14px Microsoft YaHei; 
	 position:relative;  
}

    .nav ul {
        z-index: 100;
    }

        .nav ul li {
            position: relative;
            display: inline;
            float: left;
        }
		
		.nav li.back{z-index: 1; position: absolute; overflow:hidden; top:0; height:4px; background:#019a42;}

/*
.nav{ padding-top:27px; position:relative;}
.nav li{ float:left; display:inline-block;}
.nav li.back{z-index: 1; position: absolute; overflow:hidden; top:0; height:4px; background:#019a42;}
.nav li a{ display:block; padding:0 20px; height:37px; float:left;}
.nav li a:hover{ color:#049d40;background:url(../images/icon1.gif) no-repeat bottom center;}
.nav .hover a{color:#049d40; background:url(../images/icon1.gif) no-repeat bottom center;}
*/
.nava {
    display: block;
     overflow:hidden;
    display:block; 
	padding:0 20px;
	 height:37px;
	 line-height:22px;
	 float:left;
    color: #666; 
	width:55px;      
	text-align: center;
            white-space:nowrap;
			padding-top:27px;
        
}

    .nava.active, .nava:hover,.nava.selected {
        color:#049d40;background:url(../images/icon1.gif) no-repeat bottom center;
    }



.nav ul li ul {
    position: absolute;
    left: 0;
    display: none; /*collapse all sub menus to begin with*/
    visibility: hidden;
	margin-top:7px;
}

    .nav ul li ul li {
        display: list-item;
        float: none;
    }
        /*All subsequent sub menu levels vertical offset after 1st level sub menu */
        .nav ul li ul li ul {
            top: 0;
        }

        .nav ul li ul li td {
            white-space: nowrap;
        }

        .nav ul li ul li a {
              display: block;
  margin: 0;
  width: 95px;
  height: 25px;
  /* padding-left: 20px; */
  background-color: rgba(1, 154, 66, 0.9);
  color: white;
  font: normal 12px/25px Microsoft YaHei;
  text-align: center;
        }

           

            .nav ul li ul li a:hover {
               background-color:rgba(1, 154, 66, 0.9);
                color: red;
				background-image:none;
            }


.downarrowclass {
    display: none;
    position: absolute;
    top: 12px;
    right: 15px;
}

.ddshadow { /*shadow for NON CSS3 capable browsers*/
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
}

.toplevelshadow { /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
}

/* Holly Hack for IE \*/
*html .nav ul li ul {
}

*html .nava, .navaactive, .navaactive:hover, .nava:hover { /*IE6 hack to get sub menu links to behave correctly*/
    display: inline-block;
}

*html .ddsmoothmenu {
    height: 1%;
}
/*Holly Hack for IE7 and below*/



