 .i_nav{width:959px;margin:0 auto; height:43px; background:#de0202; font-family:microsoft yahei;border-radius: 5px}
                .ddsmoothmenu ul li{position: relative;display: inline;float:left; display:inline; color:#e9e8e8; text-align:center; line-height:43px;width:96px;}
.nava{display:block; width:91px; line-height:43px; color:#FFF; font-size:16px; font-family:microsoft yahei;text-decoration:none;}
* html .nava{ /*IE6 hack to get sub menu links to behave correctly*/display: inline-block;}
.navactive,.navactive:hover,.nava:hover,.nava.selected{display: block;
    width: 91px;
    line-height: 35px;
    color: #000;
    margin-top: 3px;
    font-size: 16px;
    font-family: microsoft yahei;
    text-decoration: none;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-right:5px;
	}
.i_nav ul li ul{
position: absolute;padding-left:0px;
text-decoration:none;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}
* html .i_nav ul li ul{}
.i_nav ul li ul li{ border:none;
	text-decoration:none;
display: list-item; padding:0px; margin:0 auto;
 height:35px;line-height:35px; float:left;
}
/*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
{
	text-decoration:none;
display:block;
font: normal 14px Verdana;
 /*width of sub menus*/
height:35px; width:91px; background-color:#de0202; color:#fff;
line-height:35px;
text-decoration:none;
white-space:nowrap;overflow:hidden;text-overflow:ellipsis; cursor:pointer;
}
.i_nav ul li ul li a:hover{ text-decoration:none; color:#fed300;}
/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/