@charset "utf-8";
/* CSS Document */

#top{
margin:0 auto;
margin-top:-15px;
padding:0;
width:972px;
overflow:hidden;
}
*html #top{margin-top:-15px;}/*hack for IE6 and below*/
*+html #top{margin-top:-16px;}/*hack for IE7*/
#header{margin:0;padding:0;width:972px;height:100px;background:url(../../../styles/system/images/head.jpg);overflow:hidden;}

/*---------------- 导航栏 ---------------- */ 
#menu {
float:left;
width:100%;
/*background:#62F1DD;*/
background:#1D9ADC;
font-size:93%;
line-height:normal;
/*border-bottom:solid 1px #C5DDF6;*/
}
#menu ul{
margin:0;
padding:10px 10px 0 20px;
list-style:none;
}
#menu li{
display:inline;
margin:0;
padding:0;
}
#menu a{
float:left;
background:url("../../../styles/system/images/menuleft.gif") no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}
#menu a span{
float:left;
display:block;
background:url("../../../styles/system/images/menuright.gif") no-repeat right top;
padding:5px 15px 4px 6px;
font:14px 宋体;
color:#0F76C1;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#menu a:hover span{
/*color:#FF9834;*/
color:#FF6000;
}
#menu a:hover{
background-position:0% -42px;
}
#menu a:hover span{
background-position:100% -42px;
}

/*---------------footer---------------*/
#footer{
margin:0 auto;
margin-top:-16px;
padding:5px;
width:960px;
background:#dddddd;
border:solid 1px #ccc;
overflow:hidden;
}
*html #footer{margin-top:-15px;}/*hack for IE6 and below*/
*+html #footer{margin-top:-16px;}/*hack for IE7*/
/*-------footer导航栏-------------*/
#footer ul{
margin:0 auto;
text-align:center;
}

#footer ul li{
display:inline;
}
/*---------版权信息及相关----------*/
#footer span{
color:#666;
display:block;
text-align:center;
line-height:18px;
}
