.menu-top {
	width: 100%;
}

.menu-top table {
	width: 100%;
}

.menu-top table td {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.menu-top table td div {
	background-color: #62BD18;
	height: 27px;
	text-align: center;
	margin-right: 5px;
}

.menu-top table td div span {
	display: block;
	padding-top: 4px;
}

.menu-top table td.selected div {
	background-color: #1E377A;
}

.menu-top table td a {
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.menu-top table td a:hover {
	color: #000000;
}

.menu-top table td.selected a:hover {
	color: #ffffff;
}
