.bulletin-years
{
	list-style-type: none;
	list-style-image: none;
	padding: 3px 15px;
	margin-bottom: 2.5em;
	background-color: #7AB800;
	border-color: #AFD56E;
	border-style: solid;
	border-width: 1px 0px;
}

.bulletin-years li
{
	display: inline;
	margin: 0px;
}

.bulletin-years a
{
	padding: 3px 0.7em;
	color: white;
	font-size: 11pt;
	text-decoration: none;
}

.bulletin-years .selected, .bulletin-years a:hover
{
	background-color: white;
	color: #FF5900;
	font-weight: bold;
	border-bottom: 3px solid #FF5900;
}