table.topmenu {
	width: 100%;
	margin: 0px;
	border: 1px solid #ff8400;
}

table.topmenu td {
	text-align: center;
	border: 1px solid white;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}

table.topmenu td.standard {
	color: #3e4dad;
	background-color: #ffffff;
}

table.topmenu td.highlighted {
	color: #ff8400;
	background-color: #ffffff;
}

table.topmenu td:hover {
	color: #ffffff;
	background-color: #ff8400;
}