#navcontainer #current {
	font-weight: bold;
	background: url(../../images/menuselected.jpg) no-repeat;
	width: 125px;
	height: 25px;
	color: #e6e6e6;
}

#navcontainer #current:hover {
	width: 125px;
	background: url(../../images/menuselected.jpg) no-repeat;
	height: 25px;
	color: #e6e6e6;
}

#navcontainer .currentAncestor {
	font-weight: bold;
	width: 125px;
	background: url(../../images/menuselected.jpg) no-repeat;
	height: 25px;
	color: #e6e6e6;
}

#navcontainer a{
	width: 125px;
	display: block;
	margin: 0 3px 0 2px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: url(../../images/menu.jpg) no-repeat;
	height: 25px;
	color: #999;
	padding: 6px 0px 0px;
}

#navcontainer a:hover{
	width: 125px;
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: url(../../images/menuselected.jpg) no-repeat;
	color: #e6e6e6;
	height: 25px;
}
