#menu ul{
	width:986px;
	line-height:30px;
	padding-left:7px;
	float:left;
	background: url(../img/menu_left_bg.jpg) left no-repeat;
}
#menu ul li{
	list-style: none;
	display: inline;
}
#menu a{
	display:block;
	font-size:18px;
	color:#FFF;
	text-decoration: none;	
	background: url(../img/menu_delimiter.jpg) right no-repeat;
	float:left;
	padding-left:10px;
	padding-right:10px;
}
#menu .end_menu{
	width: 7px;
	height: 30px;
	float:right;
	background: url(../img/menu_right_bg.jpg) right no-repeat;
}