/*µ¼º½-*/
.menu{
	background-image: url(../images/menu--.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 34px;
	width: 100%;
	clear: both;
	overflow: hidden;
	
}

.menu li{
	height:34px;
	text-align:center;
	float:left;
	background-image: url(../images/menu_line.jpg);
	background-repeat: no-repeat;
	background-position: right 8px;
}
.menu li a{
	display:block;
	text-decoration: none;
	font-size: 13px;
	line-height: 34px;
	height: 34px;
	background-image: url(../images/menu--.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
	width: 124px;
	color: #FFFFFF;
	font-weight: bold;
}
.menu li a:hover{
	text-decoration:none;
	background-image: url(../images/menu_hover1.jpg);
	background-repeat: repeat-x;
	background-position: left 2px;
	color: #FFFFFF;
}


.menu_left {
	background-image: url(../images/menu_left--.gif);
	background-repeat: no-repeat;
	width: 50px;
	background-position: left top;
	float: left;
	height: 34px;
}
.menu_right {
	background-image: url(../images/menu_right--.gif);
	width: 20px;
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	height: 34px;
}
