﻿#menubar li a{
	margin:0 5px;
	padding:12px 5px;
	width:150px;
	height:40px;
	background:none;
	color:#222;
	text-decoration:none;
	display:block;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
	-o-border-radius:20px;
	position:relative;
	behavior:url(js/ie-css3.htc);
}
