.menu {
	width:100%;
	height:auto;
	}
.menu ul {
	width:100%;
	height:40px;
	list-style:none;
	margin:0px;
	background: url(menu_bg.gif) repeat-x;
	}
.menu ul li {	
	width:98px;
	height:40px;
	list-style:none;
	margin:0px;
	line-height:35px;
	float:left;
	text-align:center;
	background:url(menu_li.gif) no-repeat;
	font-size:13px;
	font-weight:bold
	}
.menu ul li a {
	font-size:13px;
	font-weight:bold;
	}
.menu ul .left {	
	width:8px;
	height:40px;
	list-style:none;
	margin:0px;
	float:left;
	background:url(menu_left.gif) no-repeat;
	}
.menu ul .right {	
	width:8px;
	height:40px;
	list-style:none;
	margin:0px;
	float: right;
	background:url(menu_right.gif) no-repeat;
	}