/* CSS Document */

BODY
{
	FONT-SIZE: 12px;
	margin:0px;
	background:#C0C0C0;
	font-family:Tahoma,Arial,"宋体";
	background:url(../imgs/ground.gif) repeat-x left 2px;
}
ul,li{padding:0px; margin:0px;}

.top
{
width:960px;
margin-left:auto;
margin-right:auto;
margin-top:8px;
height:124px;
}
.top_frist
{
overflow:hidden;
width:960px;
height:20px;
background:#1D8FCA;
}
.top_frist li{float:right; overflow:hidden; padding-left:10px; padding-right:10px; line-height:18px; margin-top:2px;}

.top_frist a{color:#ffffff; text-decoration:none;}/*开始颜色*/
.top_frist a:hover{color:#ffffff; text-decoration:underline;}/*移上去的颜色*/
.top_frist a:active{color:#ffffff; text-decoration:none; }/*点击后的颜色*/

.top_second
{
float:left;
overflow:hidden;
width:960px;
height:65px;
margin-top:5px;
}
.top_second1
{
float:left;
overflow:hidden;
width:200px;
height:65px;
}
.top_second2
{
float:right;
overflow:hidden;
height:35px;
width:750px;
}

.top_second2 li{list-style: none;float:right; overflow:hidden; padding-left:2px; padding-right:2px; line-height:18px; margin-top:2px; color:#1D8FCA;}

.top_second2 a{color:#1D8FCA; text-decoration:none;}/*开始颜色*/
.top_second2 a:hover{color:#1D8FCA; text-decoration:underline;}/*移上去的颜色*/
.top_second2 a:active{color:#1D8FCA; text-decoration:none; }/*点击后的颜色*/

.top_second3
{
float:right;
overflow:hidden;
width:750px;
text-align:center;
font-size:16px;
color:#ff0000;
}

.top_third
{
float:left;
width:960px;
}

.menu{ z-index:90; background:url(../imgs/menu_back.gif) no-repeat left top; width:710px !important;width:960px; height:25px; padding-left:250px; padding-top:4px; clear:both; margin-top:5px; text-align:center; cursor:default;}
.menu li{list-style: none; float:left; margin-right:20px; width:71px; height:23px; position:relative;}
.menu li a{ display:block; width:71px; height:23px; color:#fff; line-height:23px; text-align:center; position:relative; z-index:80; text-decoration:none;}
.menu li.selected a, .menu li a:hover{ background:url(../imgs/menu_item.gif); text-decoration:none;}
.menu li.open a, .menu li.open a:hover{ background:url(../imgs/menu_open.gif); text-decoration:none; color:#367ED5; font-weight:bold;}
.menu ul{ display:none;}
.menu .open ul{list-style: none; display:block; position:absolute; width:auto; border:1px solid #6EA9B7; background:#fff; padding:2px; left:0; top:22px;}
.menu .open ul{ list-style: none;display:block; position:absolute; width:auto; border:1px solid #6EA9B7; background:#fff; padding:2px; left:0; top:22px;}
.menu .open ul li{ list-style: none;float:none; margin:0; width:100px; white-space:nowrap; height:20px; line-height:20px; text-align:left;}
.menu .open ul a{ color:#367ED5; background:none; line-height:20px; height:20px; width:auto; padding:0 10px; float:none; text-align:left; font-weight:normal; text-decoration:none;}
.menu .open ul a:hover{ background:#E8F0F2; line-height:20px; height:20px; width:auto; padding:0 10px; float:none; text-align:left; font-weight:normal;}
