@import reset.css;

* {
	font-family: Helvetica, sans-serif;
}

ul {
	margin: 0 5 0 0;
	padding: 0;
	width: 555px;
	height:62px;
	border-top: solid 5px #BCD200;
	list-style-type: none;
}

ul li a {
	border-left: 1px solid #EEE;
	float: left;
	width: 95px;
	height:20px;
	padding-left:15px;
	padding-top:5px;
	padding-bottom:10px;
	border-top: 19px solid white;
	text-decoration: none;
	color: black;
	font-weight: bold;
}

ul li a:hover {
	color: white;
	background-color: #BCD200;
	border-radius: 0px 0px 3px 3px;
	border-top: 19px solid #BCD200;
	text-shadow: 1px -1px 1px #A0B200;
}