fieldset{
	float: right;
	width: 534px;
	text-align: center;
	border: solid 1px #074F37;
	padding: 10px;
}

legend{
	color: #074F37;
	font-weight: bold;
}

fieldset ul{
	margin: auto;
	padding: 0px;
}

fieldset ul li{
	float: left;
	display: block;
	width: 168px;
	height: 24px;
	margin: 5px;
	padding-top: 6px;
	background: url(/images/jobs-bg-over.jpg);
	text-align: center;
}

fieldset ul li:hover{
	background: url(/images/jobs-bg.jpg);
}

fieldset ul li a{
	text-decoration: none;
	color: #074F37;
	font-weight: bold;
}