
/*
*导航样式
*/
#Mainmenu{
	clear:both;
	margin:auto;
	width:100%;
	height:50px;
	background:url(header_menu.gif) center top ;
    z-index:990;
}
#nav_head {
    text-align: center;
    margin: auto;
    width: 1100px;
    height: 50px;
}
#nav_head a{
	text-decoration:none;
    z-index:999;
}
#nav_head dl{
	position:relative;
	padding:0;
	margin:0;
	width:120px;
	float:left;
}
#nav_head dl dt{
	/*background:url(menu_spacing.gif) left 13px no-repeat;*/
	height:50px;
	overflow:hidden;
	text-align:center;
}
#nav_head dl dt a{
	display:block;
	/*padding-top:5px;*/
	line-height:45px;
	color:#FFF;
	font-size:16px;
	/*font-weight:bold;*/
}
#nav_head dl.choose dt,#Mainmenu dl.over dt{
	/*background:url(subon.gif) center bottom no-repeat;
	border:#2886B3 solid 1px;
	border-bottom:0;*/
	/*background:url(menuon.gif) center 3px no-repeat;*/
}
#nav_head dl.choose dt a,#Mainmenu dl.over dt a{
	/*color:#333;*/
    background: #CC0303;
}
#nav_head dl dd{
	position:absolute;
	left:-40px;
    padding-top: 3px;
	top:40px;
	display:none;
    width: 120px;
}
#nav_head dl.choose dd{
	display:block;
	width:118px;
    border: 1px solid red;
    background:#CC0303;
	/*background:url(menuon.gif) center bottom no-repeat;*/
	padding:5px 0 3px 0;
}
#nav_head dl.choose dd div a{
	display:block;
	margin:0 3px 0 3px;
	line-height:25px;
	height:25px;
	text-align:center;
    padding: 5px;
}
#nav_head dl.choose dd div a:hover{
    background: white;
    color: red;
}
#nav_head div.post{
	float:right;
	background:url(menu_post.gif) left top no-repeat;
}
#nav_head div.post span{
	display:block;
	padding:3px 20px 0 30px;
	line-height:35px;
	background:url(menu_note.gif) 18px 10px no-repeat;
}
#nav_head div.post a{
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}

/**/
#header_menu{
	margin:auto;
	width:970px;
	height:38px;
	background:url(header_menu.gif) center bottom no-repeat;
	padding-left:20px;
}
#header_menu li{
	margin-top:3px;
	line-height:35px;
	float:left;
	background:url(menu_spacing.gif) left 11px no-repeat;
}
#header_menu li a{
	display:block;
	padding:0 15px 0 16px;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}
#header_menu li a.choose{
	background:#FFF url(menu_array.gif) center bottom no-repeat;
	color:#333;
}
#header_menu li.post{
	margin-top:0;
	line-height:38px;
	float:right;
	background:url(menu_post.gif) left top no-repeat;
}
#header_menu li.post a{
	padding-left:30px;
	background:url(menu_note.gif) 18px 10px no-repeat;
}

/*
*当前位置
*/
#nav_guide{
	width:990px;
	margin:0 auto 10px auto;
	border:#DDD solid 1px;
	line-height:25px;
	color:#666;
}
#nav_guide a{
	color:#666;
}
#nav_guide .t1,#nav_guide .t2{
	float:left;
}
#nav_guide .t1{
	padding-left:40px;
	padding-right:5px;
	border-right:#DDD solid 1px;
	background:url(home_icon.gif) 20px 6px no-repeat;
}
#nav_guide .t2{
	padding-left:10px;
}
/*
*底部样式
*/
#copyright{
	clear:both;
	width:990px;
	margin:10px auto 0 auto;
	background:url(footbg.gif) left top repeat-x;
	text-align:center;
	padding-top:10px;
	line-height:20px;
	color:#666;
	padding-bottom:20px;
}
#copyright a{
	color:#666;
}

