#navigation {
width:832px;
padding:0px;
margin:0px auto;
height:60px;
background:url(../img/navbg.gif) no-repeat top center;
}
#navigation ul li {
float:left;
position: relative ;
z-index:100;
}

#navigation h3{ font-family:"Î¢ÈíÑÅºÚ"; font-weight:bold; font-size:14px; padding-top:10px;
}
#navigation h4{ font-family:"arial"; font-size:12px; 
}


#navigation ul li a {
display:block;
width:104px;
height:60px;
line-height:20px;
text-align:center;
background:none;
color:#ccc;
}
#navigation ul li a:hover {
background:url(../img/jg.gif) 0px 0px no-repeat;
color:#fff;

}
#navigation ul li ul{
position: absolute;
width: 104px;
overflow:hidden;
display:none;
background:#96989c;
}
#navigation ul li:hover ul{
position: absolute;
width: 104px;
display:block;
z-index:100;
}
#navigation ul li ul li{
text-align: left;
width: 100%;
}
#navigation ul li ul li a {
display:block;
width:104px;
height:29px;
line-height:29px;
text-align:center;
color:#fff;
border-bottom:1px solid #c9cbcf;
}
#navigation ul li ul li a:hover{
background:#7d7f82;}

#index .m01,
#about .m02,
#chairman .m02,
#culture .m02,
#honor .m02,
#structure .m02,
#news_index .m03,
#news_list .m03,
#news_detail .m03,
#products_detail .m04,
#products_index .m04,
#products_list .m04,
#products_search_result .m04,
#case .m05,
#messages_list .m06,
#messages_success .m06,
#contact .m07
{background:url(../img/navbg.gif) 0px 0px no-repeat; color:#fff;}

