@charset "utf-8";
.ddsmoothmenu{font-size:14px;}
.ddsmoothmenu a{text-align:center;}
.ddsmoothmenu ul{
z-index:100;

padding:0;
list-style-type: none;
}

/*.i_nav li{float:left; padding:0 20px;}
.i_nav li > a{font-size:16px; display:block; height:40px; line-height:40px;  color:#666666; text-align:center;}
.i_nav li > a:hover{ color:#008ccc;border-bottom:2px solid #008ccc;}
.i_nav li > a.on{ color:#008ccc;border-bottom:2px solid #008ccc;}*/

.ddsmoothmenu ul li{position: relative;display: inline;float:left; display:inline; color:#fff; width: text-align:center; line-height:40px; padding:0 20px;}
.nava{display:block; line-height:40px; color:#666666; font-size:16px; font-family:microsoft yahei;}
* html .nava{ /*IE6 hack to get sub menu links to behave correctly*/display: inline-block;}
.navactive,.navactive:hover,.nava:hover,.nava.selected{display:block; line-height:40px; border-bottom:2px solid #008ccc; color:#008ccc; font-size:16px; font-family:microsoft yahei;}

.i_nav ul li ul{
  box-shadow: 0 0 2px #5D5B5B;
  -webkit-box-shadow:0 0 2px #5D5B5B;
  -moz-box-shadow:0 0 2px #5D5B5B;
  
  left: -11px !important;
      top: 63px !important;
position: absolute;padding-left:0px; width:130px; margin:0 0;

 /*collapse all sub menus to begin with*/
visibility: hidden;
}
* html .i_nav ul li ul{}
.i_nav ul li ul li{ border:none;
display: list-item; 
 line-height:35px; float:left;padding:5px 10px;width:110px;background:#fff;
}
/*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
{
	border:none;
display:block;
font: normal 14px Verdana;
 /*width of sub menus*/
height:35px; width:110px;  color:#000;
line-height:35px;

white-space:nowrap;overflow:hidden;text-overflow:ellipsis; cursor:pointer;
}
.i_nav ul li ul li a:hover{ text-decoration:none; color:#fff; background-color:#008CCD;}
/* 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;
}




/*------------------------------------------------------*/




.rightarrowclass{position: absolute;top:10px;right:5px;} 
/* Holly Hack for IE \*/
* html .sortlist ul li { float: left; height: 1%; }
* html .sortlist ul li a { height: 1%; }
/* End */