/* 
menu.css 
author: oliver mesieh, info@oliver-mesieh.de
*/

#navigation {
	color: white;
	list-style-type: none;
	white-space: nowrap;
}

#navigation li {
	display: block;
	float: left;
	padding: 27px 14px 0 14px;
	height: 50px;
	background: transparent url('../img/nav-trenner.png') no-repeat 0 12px;
}

#navigation li:first-child {
	background: none;
	padding-left: 0;
}
#navigation .last {
	padding-right: 0;
}

#navigation .act {
	padding-top: 29px;
}
#navigation .act > a {
	color: #70b21c;
}

#navigation a {
	color: white;
	text-decoration: none;
}

#navigation a:hover {
	color: #70b21c;
	text-decoration: none;
}

