/*----------µ¼º½---------*/
.menu{
	background-image: url(../images/menu.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 32px;
	width: 100%;
	clear: both;
	
}

.menu li{
	width:129px;
	height:32px;
	text-align:center;
	float:left;
	background-image: url(../images/menu_line.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.menu li a{
	width:129px;
	color:#FFFFFF;
	display:block;
	text-decoration: none;
	font-size: 13px;
	line-height: 32px;
	font-weight: bold;
	height: 32px;
	background-image: url(../images/menu--.jpg);
	background-repeat: repeat-x;
	background-position: left 5px;
}
.menu li a:hover{
	text-decoration:none;
	background-image: url(../images/menu_hover.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	color: #FFFFFF;
}


.menu_left {
	background-image: url(../images/menu_left--.jpg);
	background-repeat: no-repeat;
	width: 40px;
	background-position: left top;
	float: left;
	height: 32px;
}
.menu_right {
	background-image: url(../images/menu_right--.jpg);
	width: 20px;
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	height: 32px;
}
