div#topBar {
	background: #333333;
	border-bottom-color: #464646;
}

div#topBar_headline,
div#topBar_headline span {
	color: white;
}

div#topBar_icons,
div#topBar_icons a {
	color: white;
}


div#topBar_icons a:active {
	color: #e8b023;
}

div#topBar_icons a.active {
	color: #e8b023;
}

div#leftBar {
	background: #4d4d4d;
}

div#toggleNavigationLink {
	background: #424242;
	border-bottom: 1px solid #464646;
}