/*****************************************
名称：首页导航样式
编写者：徐棠
日期：2010-2-6
修改日志：



********************************************/
/*===============================================主导航菜单=============================================================*/
/*body{FILTER: gray;}*/
#menu_out{width:100%;margin-left:auto;margin-right:auto;background:url(images0.jpg) repeat-x left top;background-color:White;}
#menu_in{}
#menu{height:59px;overflow:hidden;}
#menu ul{padding:0;border:0;line-height:24px;margin-top: 0;margin-right: 0;margin-bottom: 0;margin-left: 15px;}
.menu_line{background:url(../images/menu_line.gif) no-repeat center top;width:7px;}
.menu_line2{background:url(../images/menu_line2.gif) no-repeat center top;width:5px;}
#nav{padding-left:20px;}
#nav li{float:left;height:29px; text-align:center;}
#nav li a{float:left;display:block;padding-left:20px;height:29px;background:url(../images/menu_on_left.gif) no-repeat left top;
cursor:pointer;text-decoration:none;}
#nav li a span{float:left;line-height:29px;background:url(../images/menu_on_right.gif) no-repeat right top;font-size:12px;color:#FFF;text-decoration:none;}
#nav li .nav_on{background-position:left 100%;  /*鼠标经过时变换背景，方便JS获取样式*/}
#nav li .nav_on span{background-position:right 100%; color:#FFFF00; text-decoration:none;/*鼠标经过时变换背景，方便JS获取样式*/}

/*==============================================子栏目===================================================================*/
#menu_con{text-align:left;padding-left:10px;clear:both;}
#menu_con li{float:left;height:22px; margin-top:5px;}
#menu_con li a{display:block;float:left;background:url(../images/menu_on_left2.gif) no-repeat left top;cursor:pointer;
padding-left:3px;text-decoration: none;color: #333;}
#menu_con li a span{float:left;padding:6px 4px 5px 4px;line-height:12px;background:url(../images/menu_on_right2.gif) no-repeat right top;text-decoration: none;}
#menu_con li a:hover{text-decoration:none;background:url(../images/menu_on_left2.gif) no-repeat left bottom;}
#menu_con li a:hover span{background:url(../images/menu_on_right2.gif) no-repeat right bottom;}


