#navcontainer #current {
background-color: gray;
	color: white;
}

#navcontainer a:hover {
background-color: gray;
	color: white;
}

#navcontainer ul ul a:hover {
background-color: gray;
	color: white;
}

#navcontainer ul ul ul a:hover {
background-color: gray;
	color: white;;
}

#navcontainer ul ul ul ul a:hover {
background-color: gray;
	color: white;
}