﻿@charset "utf-8";
.ddsmoothmenu{font-size:14px;}
.ddsmoothmenu a{text-align:center;}
.ddsmoothmenu ul {z-index:100;padding:0;list-style-type:none;}
.ddsmoothmenu ul li {position:relative;display:inline;float:left;display:inline;text-align:center;height:40px;padding:0 16px;}
.nava {display:block;line-height:40px;color:#333;font-family:microsoft yahei;font-size:16px;}
.nava:hover,.navactive:hover {}
.selected,.navactive {display:block;line-height:40px;font-family:microsoft yahei;color:#333;font-size:16px;}


* html .nava{ /*IE6 hack to get sub menu links to behave correctly*/display: inline-block;}



.i_nav ul li ul{
position: absolute; width:160px;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
top:60px;
}
* html .i_nav ul li ul{}
.i_nav ul li ul li{
display: list-item; margin:0 auto; background:none;
padding: 0;
height:35px;line-height:35px; height:100%;
}
/*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 14px Verdana;
width:160px;
height:35px; color:#000;
line-height:35px; background-color:#fff; text-align:center; z-index:2001;

margin: 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; cursor:pointer;
}
.navliv{ height:35px; }
.i_nav ul li ul li a:hover{ color:#18479d; 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 */