a.menuitem {
	display: block;
	width: 130px;
	height: 18px;
	padding-top: 2px;
	text-align: center;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}

a.menuitem:hover {
	color: #ffff00;
	background-color:#000066;
	border: solid 1px #000000;
}

a.selected {
	color: #ffff00;
	background-color:#000066;
	border: solid 1px #000000;
}

a.deselected {
	color: #777777;
	background-color: #66ffff;
	border: solid 1px #999999;
}
