#navcontainer #current {
	font-weight: bold;
	height: 23px;
	color: #999;
	background-image: none;
	background-color: #ccc;
}

#navcontainer a{
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	height: 23px;
	color: #999;
	background: #e6e6e6 none no-repeat;
	width: 83px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 4px 0px 0px;
	margin-right: 2px;
}

#navcontainer a:hover{
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #999;
	height: 23px;
	width: 83px;
	background: #ccc none no-repeat;
}

#navcontainer #current:hover {
	height: 23px;
}

#menusystem {
}