
/*=========À¸Ä¿²Ëµ¥===========*/

div#menu	{
    width:100%;
	height:52px;
    margin:0px;
	padding:0px;
}

div#mainmenu	{
	margin-left:0px;
	padding:0;
    background: #fff url(bg1.jpg) repeat-x  0 0;
}

div#mainmenu ul {
    height: 52px;
    line-height: 52px;
    overflow: hidden;
    margin: 0 0px; 
}

div#mainmenu li{
    float: left;
    display: inline;
    margin: 0 0 0 0px;
    padding: 0 0px 0 0px;
    background: url(bg1.jpg) no-repeat 0 0;
}

div#mainmenu a{
    display: block;
    width: 77px;
    text-align: center;
    font:14px/52px '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;
	text-decoration: none;
}


div#mainmenu a.current{
    color: #fff;
    font-weight: bold;
    background: url(bg1.jpg) no-repeat 0 0;
	text-decoration: none;
}

div#mainmenu .event1{
background: url(bg2.jpg) no-repeat 0 0;
}

div#mainmenu .event2{
background: url(bg3.jpg) no-repeat 0 0;
}

div#mainmenu .event3{
background: url(bg1.jpg) no-repeat 0 0;
}

div#mainmenu .firstbg_0{
background: url(bg2.jpg) no-repeat 0 0;
}