
/*=========À¸Ä¿²Ëµ¥===========*/

div#menu	{
    width:100%;
	height:60px;
    margin:0px;
	padding:0px;
}

div#mainmenu	{
	position: absolute;
	top:0px;
	left:15px;
	padding:0;
	height:30px;
	overflow: hidden;
}


div#mainmenu ul {
	margin:0;
}

div#mainmenu li{
    float: left;
    padding: 0 1px 0 1px;
	list-style-type:none;
}

div#mainmenu a{
    display: block;
    width:80px;
	text-align: center;
    font:12px/30px Arial;
	background: url(menu_n.gif) no-repeat 0px -30px;
}

div#mainmenu a:link,div#mainmenu a:visited,div#mainmenu a:active{
    color: #555;
	text-decoration: none;
	background: url(menu_n.gif) no-repeat 0px -30px;
}

div#mainmenu a:hover{
    color: #fff;
    font-weight: bold;
    background: url(menu_n.gif) no-repeat 0px 0px;
	text-decoration: none;
    font:12px/30px Arial;
}

div#mainmenu a.current{
    color: #fff;
    font-weight: bold;
    background: url(menu_n.gif) no-repeat 0px 0px;
	text-decoration: none;
    font:12px/30px Arial;
}


div#smenu	{
position: absolute;
padding: 0;
z-index:-1;
top:28px;
width:100%;
height: 30px;
background:url(menu_n.gif) -0px -60px repeat-x ;
}


div#menu .smenuleft{
	float:left;
	margin:0;
	width:9px;
	height:30px;
	background: url(menu_n.gif) no-repeat -0px -130px;
}

div#menu .smenuright{
	float:right;
	margin:0;
	width:9px;
	height:30px;
	background: url(menu_n.gif) no-repeat -81px -100px;
}



div#smenu ul{
display:none;
margin:0px 0px 0px 50px;
}

div#smenu li {
margin:0;
list-style-type: none;
line-height:30px;
float:left;
font: 12px Verdana, Arial, Helvetica, sans-serif;
color:#fff;
white-space: nowrap;
background: url(menu_n.gif) right -160px no-repeat;
}

div#smenu a:link,div#smenu a:visited,div#smenu a:active{
margin:0 8px;
color:#fff;
line-height:30px;
text-decoration: none;
}

div#smenu a:hover{
color:#fff;
line-height:30px;
text-decoration: underline;
}





