/* CSS Document 

Baigo Capital 
Herr Duffner

TOP MENU
 */

.top_menu {
	float: left;
	width: 100%;
	margin-top: 20px;
	text-align: center;
}

.top_menu li {
	display:inline;
}


.top_menu a {
	color:#003279;
	text-decoration:none;
	padding-left:20px;
}

.top_menu a:hover {
	text-decoration:underline;
	color:#bcce00;
}

