﻿/* 网页头 */
#adv_left
{
	width:503px;
	float:left;
}
#adv_right
{
	width:275px;
	float:left;
}
#top ul li
{
	float:left;
}

#liOne
{
	margin-top:13px;
}
#liSecond1
{
	margin-top:23px;
	margin-left:40px;
}
.liSecond
{
	margin-top:23px;
}
#menu
{
	width:100%;
	height:43px;
	background-image:url(../images/menu_bg.jpg);
	background-repeat:repeat-x;
}
#menu ul
{
	list-style:none;
	padding-top:8px;
}
#menu ul li
{
	height:43px;
	line-height:43px;
	display:inline;
	font-family:宋体;
	font-size:14px;
	color:#fff;
	background-image:url(../images/split.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	padding:20px 10px 3px 10px;
	text-align:center;
	vertical-align:baseline;
}
#menu a{color:#fff;}

#menu a:hover
{
    color:#fff;
    pointer;
}

/* 网页头 end */