#navcontainer ul ul li a {
	padding-bottom: 8px;
}

#navcontainer ul ul li a:link, #navcontainer ul ul li a:visited {
	color: #707070;
	font-weight: normal;
	text-decoration: none;
	text-shadow: 0 0 0 transparent;
}

#navcontainer ul ul li a:hover, #navcontainer ul ul li a:active {
	color: white;
	font-weight: normal;
	text-decoration: none;
	text-shadow: 0 0 0 transparent;
	background: url('../images/navigation/arrow-white.png') no-repeat center bottom;
}

#navcontainer ul ul li #current {
	color: white;
	font-weight: normal;
	background: url('../images/navigation/arrow-white.png') no-repeat center bottom;
}