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