#navcontainer #current {
	font-weight: bold;
	height: 23px;
	color: #5e5e5e;
	background-image: none;
	text-shadow: #fff -1px -1px 0;
}

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

}

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

#navcontainer #current:hover{
	color: #5e5e5e;
	height: 23px;
}

#menusystem {
}

#navcontainer{
	background: url(../../images/menubar.jpg) no-repeat;
	width: 687px;
	height: 30px;
	padding-top: 2px;
}

#navcontainer ul ul {
}

#navcontainer ul ul a {
	background: none;
}

#navcontainer ul ul a:hover {
	background: none;
}

#navcontainer ul ul #current {
	background: none;
}

#navcontainer ul ul #current:hover {
	background: none;
}