#navcontainer #current {
	font-weight: bold;
	height: 28px;
	color: #999;
	background-image: url(../../images/menudown.jpg);
}

#navcontainer a{
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	height: 28px;
	color: #999;
	background: url(../../images/menu.jpg) 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: #b3b3b3;
	height: 28px;
	width: 83px;
	background: url(../../images/menudown.jpg) no-repeat;
}