/* @group Menu System */

#navcontainer #current {
	background: url(../../images/menu_selected.gif) no-repeat;
	width: 117px;
	padding-top: 15px;
	margin: 0;
	height: 30px;
	color: #e6e6e6;
	font-weight: bold;
}

#navcontainer #current:hover {
	width: 117px;
	padding-top: 15px;
	background: url(../../images/menu_selected.gif) no-repeat;
	height: 30px;
	color: #e6e6e6;
}

#navcontainer .currentAncestor {
	font-weight: bold;
	width: 117px;
	background: url(../../images/menu_selected.gif) no-repeat;
	height: 30px;
	margin: 0;
	padding-top: 20px;
}

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

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

/* @end */