/*<group=Menu System>*/

#navcontainer #current {
	font-weight: bold;
	background: url(../../images/menuselected4.jpg) no-repeat;
	width: 117px;
	padding-top: 48px;
	margin: 0;
	height: 28px;
	color: #e6e6e6;
}

#navcontainer #current:hover {
	width: 117px;
	padding-top: 48px;
	background: url(../../images/menuselected4.jpg) no-repeat;
	height: 28px;
	color: #e6e6e6;
}

#navcontainer .currentAncestor {
	font-weight: bold;
	width: 117px;
	background: url(../../images/menuselected4.jpg) no-repeat;
	height: 28px;
	margin: 0;
	padding-top: 48px;
}

#navcontainer a{
	width: 117px;
	display: block;
	margin: 0;
	text-align: center;
	text-decoration: none;
	padding: 18px 0px 0px;
	font-weight: bold;
	background: url(../../images/menu.jpg) no-repeat;
	height: 28px;
	color: #4c4c4c;
}

#navcontainer a:hover{
	width: 117px;
	display: block;
	margin: 0;
	text-align: center;
	text-decoration: none;
	padding: 48px 0px 0px;
	font-weight: bold;
	background: url(../../images/menuselected4.jpg) no-repeat;
	height: 30px;
	color: #e6e6e6;
}

/*</group>*/