#navcontainer {
	background-color: white;
}

#navcontainer .current {
	display: none;
}

#navcontainer a {
	display: none;
}

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer li {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	list-style: none;
}

#navcontainer li a{
	display: block;
	margin: 0px 0 0 0;
	padding: 9px 32px 8px 10px;
	text-decoration: none;
	color: inherit;
	background: url(../../images/listArrow.png) no-repeat right center;
	text-indent: 0px;
	border-bottom: 1px solid #E0E0E0;
}

#navcontainer li a:hover {
	text-decoration: none;
	background-color: #194fdb !important;
    background-image: url(../../images/listArrowSel.png), url(../../images/selection.png) !important;
    background-repeat: no-repeat, repeat-x;
    background-position: right center, left top;
    color: #FFFFFF !important;
}

#navcontainer ul ul li {
	display: none;
}

#content {
	display: none;
}