#navcontainer ul li a {
	color: #ffffff;
	text-decoration: none;
}

#navcontainer ul li a.current {
	color: #ffffff;
}
/* The command below effects the look of the currently chosen submenu item. */
#navcontainer ul li a.currentAncestor {
	color: #ffffff;
	border: none;
}

#navcontainer ul li a:hover {
	color: #ffffff;
}