#menu {
	font-size: 1.1em;
	font-weight: bold;
	color: White;
	background-color: #5C5C5C;
	padding: 10px;
	margin-top: 30px;
}
#menu .oddel {
	padding: 0 5px;
}
#menu a, #menu a:visited {
	color: white;
	text-decoration: none;
}
#menu a:hover {
	color: #d9641f;
}