
/*=========À¸Ä¿²Ëµ¥===========*/

div#menu	{
    width:100%;
	height:60px;
    margin:0px;
	padding:0px;
}

div#mainmenu	{
	margin-left:0px;
	padding:0;
	background-color: #fff;
	background-image: url(menu_bj.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-weight: bold;
}

div#menu .mainmenuleft{
	margin:0;
	padding:0;
	float:left;
	width:20px;	
	height:35px;
	background-color: #fff;
	background-image: url(menu_left.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div#menu .mainmenuright{
	margin:0;
	float:right;
	width:20px;	
	height:35px;
	background-color: #fff;
	background-image: url(menu_right.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div#mainmenu ul {
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    margin: 0 0px; 
}

div#mainmenu li{
    float: left;
    display: inline;
    margin: 0px;
    padding: 0 4px 0 4px;
}

div#mainmenu a{
	display: block;
	width: 110px;
	text-align: center;
	font-family: 'Microsoft YaHei', 'SimSun', Arial, Sans-Serif;
	font-size: 14px;
	line-height: 35px;
	font-weight: bold;
	color: #FFFFFF;
}

div#mainmenu a:link,div#mainmenu a:visited{
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(menu_line.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div#mainmenu a:hover,div#mainmenu a:active{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	background-image: url(menu_down.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top:5px;
}

div#mainmenu a.current{
    color: #000000;
    font-weight: bold;
	background-image: url(menu_down.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top:5px;
}


div#smenu	{
padding: 0;
height: 25px;
}


div#smenu .smenuleft{
	margin:0;
	float:left;
	width:10px;
	height:25px;
}

div#smenu .smenuright{
	margin:0;
	float:right;
	width:10px;
	height:25px;
}



div#smenu ul{
display:none;
margin:0px 0px 0px 45px;
}

div#smenu li {
margin:0;
list-style-type: none;
line-height:22px;
float:left;
color:#000;
white-space: nowrap;
}

div#smenu a:link,div#smenu a:visited,div#smenu a:active{
margin:0 6px;
color:#000;
font:12px/22px 'Microsoft YaHei','SimSun',Arial,Sans-Serif;
text-decoration: none;
}

div#smenu a:hover{
color:#000;
line-height:22px;
text-decoration: underline;
}




