@charset "utf-8";
.ddsmoothmenu{font-size:14px;}
.ddsmoothmenu a{text-align:center;color: #fff;}
.ddsmoothmenu ul{
z-index:100;
margin:0;
padding:0;
list-style-type: none;
}

/*.i_nav li{float:left; width:100px; height:30px; text-align:center;}
.i_nav li > a{display:block; color:#000; height:30px; line-height:30px; font-size:14px;}
.i_nav li > a:hover{color:#c; font-weight:bold;}
.i_nav li > a.on{color:#23954f; font-weight:bold;}*/


.ddsmoothmenu ul li{position: relative;display: inline;float:left; display:inline; color:#FFF; text-align:center; line-height:30px;}
.nava{display:block; width:100px; line-height:30px; color:#000; font-family:microsoft yahei;}
* html .nava{ /*IE6 hack to get sub menu links to behave correctly*/display: inline-block;}
.nava:hover,.nava.selected{display:block; width:100px; line-height:30px; font-family:microsoft yahei; color:#23954f; font-weight:bold;}
.navactive,.navactive:hover{display:block; width:100px; line-height:30px; font-family:microsoft yahei;  color:#23954f; font-weight:bold;}

.i_nav ul li ul{
position: absolute; width:98px; 
left:0px;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}
* html .i_nav ul li ul{}
.i_nav ul li ul li{
display: list-item; margin:0 auto; background:none;
float: none;  float:left;
height:40px;line-height:40px;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.i_nav ul li ul li ul{
top:0;
}
.i_nav ul li ul li a
{
display:block; float:left;
font: normal 12px Verdana;
width:100px;
height:30px;
line-height:30px; background-color:#fff; text-align:center;

margin: 0;
color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; cursor:pointer;
}
.navliv{ height:30px; }
.i_nav ul li ul li a:hover{color:#23954f; text-decoration:none;}
/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


.downarrowclass{
position: absolute;
top: 12px;
right: 15px;
}
.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
 filter:alpha(opacity=0);opacity: 0;}


/*------------------------------------------------------*/

/* End */