#navcontainer #current {	font-weight: bold;	background: url(../../images/menuselected.jpg) no-repeat;	width: 125px;	height: 25px;	color: #e6e6e6;	margin-top: 120px;}#navcontainer #current:hover {	width: 125px;	background: url(../../images/menuselected.jpg) no-repeat;	height: 25px;	color: #e6e6e6;	margin-top: 120px;}#navcontainer .currentAncestor {	font-weight: bold;	width: 125px;	background: url(../../images/menuselected.jpg) no-repeat;	height: 25px;	color: #e6e6e6;	margin-top: 120px;}#navcontainer a{	width: 125px;	display: block;	margin: 0 3px 0 2px;	text-align: center;	text-decoration: none;	font-weight: bold;	font-size:12px;	background: url(../../images/menu.jpg) no-repeat;	height: 25px;	color: #999;	padding: 6px 0px 0px;	margin-top: 120px;}#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;	margin-top: 120px;}