@charset "utf-8";

.ddsmoothmenu {
    font-family: "Microsoft Yahei", sans-serif;
    font-size: 20px;
    text-align: center;
    width: 100%;
}

.ddsmoothmenu a {
    text-align: center;
    font-family: "Microsoft Yahei", sans-serif;
}

.ddsmoothmenu ul {
    z-index: 100;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    position: relative;
}



.ddsmoothmenu ul li {
    position: relative;
    display: inline;
    float: left;
    text-align: center;
    background: url(../images/nav_line.jpg) no-repeat right top;
    padding-right: 2px;
    width: 120px;
}

.ddsmoothmenu ul li a {
    width: 120px;
    height: 62px;
    font-size: 14px;
    color: #FFF;
    display: block;
    line-height: 62px;
    text-align: center;
}

.ddsmoothmenu ul li ul {
    z-index: 100;
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 120px;
}

.ddsmoothmenu ul li ul li {
    position: relative;
    display: inline;
    float: left;
    text-align: center;
    width: 120px;
}

.ddsmoothmenu ul li ul li a {
    width: 120px;
    height: 62px;
    font-size: 18px;
    color: #FFF;
    display: block;
    line-height: 62px;
    text-align: center;
}

.i_nav li.navline {
    background: url(../images/nav_line.jpg) no-repeat right top;
    padding-right: 2px;
}

.nava {
    width: 96px;
    height: 62px;
    font-size: 14px;
    color: #FFF;
    display: block;
    line-height: 62px;
    text-align: center;
}

.i_nav {
    height: 62px;
    background: #056dae;
}


.i_nav ul li ul {
    position: absolute;
    left: 0;
    display: none; /*collapse all sub menus to begin with*/
    visibility: hidden;
    width: 120px;
}

.i_nav ul li ul li {
    display: list-item;
    padding: 0px;
    margin: 0 auto;
    float: none;
    width: 120px;
    height: 32px;
    line-height: 32px;
}

.i_nav ul li ul li a {
display: block;
font: normal 13px Verdana;
width: 120px; /*width of sub menus*/
height: 32px;
line-height: 32px;
margin: 0;
color: #FFF;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
cursor: pointer;
background: #056DAE;
}

.i_nav ul li ul li a:hover {
    background: #048ce2;
    color: #FFF;
    text-decoration: none;
}


/*All subsequent sub menu levels vertical offset after 1st level sub menu */


.i_nav ul li ul li ul {
    top: 0;
}

.navactive, .navactive:hover, .nava:hover, .nava.selected {
    display: block;
    line-height: 62px;
    width: 96px;
    color: #FFF;
    text-decoration: none;
    background: #FFF;
    font-size: 14px;
    background: #048ce2;
}










/* 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 */
