#navcontainer #current {
	width: 111px;
	height: 44px;
	color: #fff;
	background: url(../../images/menugreendown.png) no-repeat;
	font-size: 13px;
	}

#navcontainer #current:hover {
	width: 111px;
	background: url(../../images/menugreendown.png) no-repeat;
	height: 44px;
	color: #fff;
	font-size: 13px;
	}

#navcontainer .currentAncestor {
	width: 111px;
	background: url(../../images/menugreendown.png) no-repeat;
	height: 44px;
	color: #191919;
	font-size: 13px;
	}

#navcontainer a{
	width: 111px;
	display: block;
	margin: 0 3px 0 2px;
	text-align: center;
	text-decoration: none;
	background: url(../../images/menugreen.png) no-repeat;
	height: 44px;
	color: #808080;
	padding: 4px 0px 0px;
	font-size: 13px;
}

#navcontainer a:hover{
	width: 111px;
	display: block;
	text-align: center;
	text-decoration: none;
	background: url(../../images/menugreendown.png) no-repeat;
	color: #ccc;
	height: 44px;
	font-size: 13px;
	
}

#sidebartitle {
	text-transform: uppercase;
	cursor: pointer;
	float: right;
	background-color: #000;
	padding: 8px 6px 3px;
	font: 8px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#sidebartitletext {
	font-weight: bold;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
	color: #666;
}

#sidebartitletext:hover {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	color: #e6e6e6;
	font-weight: bold;
	text-align: center;
}