#menubar {
	width: 100%;
	height: 37px;
	background-image: url(images/menu_m.png);
	margin: 20px 0px 10px 0px;
	line-height: 37px;
	font-size: 12px;
}

#menubar ul li a:link, #menubar ul li a:visited {
	color: #AAA;
	text-decoration: none;
}

#menubar ul li a:hover {
	color: #00aeff;
	text-decoration: none;
}

#menubar ul {
	list-style: none;
	margin: 0px auto;
	padding: 0;
}

#menubar ul li {
	float: left;
	margin: 0px 17px 0px 16px;
}

.menu_l {
	width: 12px;
	height: 37px;
	background-image: url(images/menu_l.png);
	float: left;
}
.menu_r {
	width: 12px;
	height: 37px;
	background-image: url(images/menu_r.png);
	float: right;
}