#menuContainer {
	width: 510px;
	margin-top: 10px;
	height:30px;
	font-size:12px;
	float:right;
}

.menuItem {
	height: 25px;
	width: 100px;
	padding-top:5px;
	border-right:1px #bbb solid;
	text-align:center;
	float:left
}

.menuItem-down {
	height: 25px;
	width: 100px;
	padding-top:5px;
	border-right:1px #bbb solid;
	text-align:center;
	float:left;
	text-decoration:none;
}

.menuItem a, .menuItem a:visited, .menuItem a:active, .menuItem a:link {
	color: #666;
	text-decoration:none;
	font-weight:bold;
}


.menuItem-down a, .menuItem-down a:visited, .menuItem-down a:active, .menuItem-down a:link {
	color: #ff0000;
	text-decoration:none;
	font-weight:bold;
}

.menuItem a:hover, .menuItem-down a:hover {
	color: #ff0000;
	text-decoration: none;
	font-weight:bold;
}

