@charset "utf-8";
/* ----header @ footer---- */
#navigation{width:100%; height:35px; background:url(../Images/menu-bg-x.jpg) center repeat-x;}
.ddsmoothmenu{width:903px; margin:0 auto; position:relative; z-index:999;}
* html .ddsmoothmenu {background:none; }

.ddsmoothmenu ul{margin:0px;padding:0px;list-style-type: none;}

/*Top level list items*/
.ddsmoothmenu ul li{width:129px; height:35px; position:relative; display:inline; float:left; text-align:center;}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{width:129px; height:35px; display: block; font:13px "微软雅黑"; line-height:35px;color:#393939;}
.ddsmoothmenu ul li a.selected,.ddsmoothmenu ul li a:hover{color:#FFF; background:url(../Images/menu-li-hover.jpg) no-repeat;}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{position: absolute;left:0px;display: none; visibility: hidden;}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{float: none; background:none; top:0px; left:0px; }

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{height:30px; background:#FFF; filter:alpha(opacity=60);opacity:0.6;color:#000; font:12px "宋体"; line-height:30px;}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a.selected{background:#4e91dd; filter:alpha(opacity=100);opacity:1; color:#FFF;}
.ddsmoothmenu ul li ul li a:hover{background:#4e91dd; filter:alpha(opacity=100);opacity:1; color:#FFF; text-shadow:none;}