div#menubar{
	width: 100%;
	background: url(images/menu_bar_s.gif) repeat-x;
	text-align: center;
	margin: 0 auto;
}
div#menubar ul{
	width: 590px;
	height: 40px;
	margin: 0 auto;
	background-color: transparent;
	list-style-position: inside;
	list-style-type: none;
}
div#menubar li{
	float: left;
	background-color: transparent;
	list-style-type: none;
	list-style-position: inside;
}
