.menubox {
	width: 100%;
}
.mnuitem {
	float: left;
	width: 116px;
	height: 24px;
}

.mnuitembot {
	float: left;
	width: 20%;
	height: 19px;
}

.menuline {
	height: 10px;
	margin-bottom: 4px;
	background-color: #999999;
}

.menulinebot {
	height: 7px;
	margin-bottom: 5px;
	background-color: #999999;
}

.menutextbot {
	height: 7px;
}

.menutext {
	height: 10px;
}

.menutext a , .menutextbot a {
	color: #808080;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

.menutextbot a {
	font-size: 11px;
}

.active div.menuline , .active div.menulinebot {
	background-color: #404040;
}

.active div.menutext a , .active div.menutextbot a {
	color: #404040;
}
