
/*=========À¸Ä¿²Ëµ¥===========*/

div#menu	{
    width:100%;
	height:62px;
    margin:0px;
	padding:0px;
}

div#mainmenu	{
	margin-left:0px;
	padding:0;
    background: #fff url(menu_a.gif) repeat-x  0 -103px;
}

div#menu .mainmenuleft{
	margin:0;
	padding:0;
	float:left;
	width:10px;
	height:46px;
	background: #fff url(menu_a.gif) no-repeat 0 0px;
}

div#menu .mainmenuright{
	margin:0;
	float:right;
	width:10px;
	height:46px;
	background: #fff url(menu_a.gif) no-repeat 0 -50px;
}

div#mainmenu ul {
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    margin: 0 3px; 
}

div#mainmenu li{
    float: left;
    display: inline;
    margin: 0px;
    padding: 0 4px 0 6px;
}

div#mainmenu a{
    display: block;
    width: 105px;
    text-align: center;
    font:14px/46px 'Microsoft YaHei','SimSun',Arial,Sans-Serif;
}

div#mainmenu a:link,div#mainmenu a:visited{
    color: #fff;
	text-decoration: none;
}

div#mainmenu a:hover,div#mainmenu a:active{
    color: #fff;
    font-weight: bold;
    background: url(menu_a.gif) no-repeat 0px -153px;
	text-decoration: none;
}

div#mainmenu a.current{
    color: #fff;
    font-weight: bold;
    background: url(menu_a.gif) no-repeat 0px -153px;
	text-decoration: none;
}


div#smenu	{
padding: 0;
height: 26px;
background:url(menu_a.gif) repeat-x 0px -273px;
}


div#smenu .smenuleft{
	margin:0;
	float:left;
	width:10px;
	height:26px;
	background: #fff url(menu_a.gif) no-repeat 0 -213px;
}

div#smenu .smenuright{
	margin:0;
	float:right;
	width:10px;
	height:26px;
	background: #fff url(menu_a.gif) no-repeat 0 -243px;
}



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:#0466AA;
white-space: nowrap;
}

div#smenu a:link,div#smenu a:visited,div#smenu a:active{
margin:0 6px;
color:#0466AA;
font:12px/22px 'Microsoft YaHei','SimSun',Arial,Sans-Serif;
text-decoration: none;
}

div#smenu a:hover{
color:#0466AA;
line-height:22px;
text-decoration: underline;
}




