@charset "utf-8";
/* 
www.sabert.de - NAVIGATION
erstellt: 21.11.2009
letzte Änderung: 22.11.2009
*/
#navigation ul {
	padding: 5px 0px;
	text-transform: uppercase;
	border-top: 1px dotted #999;
}
#navigation ul li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	letter-spacing: 0.3em;
	line-height: 130%;
	list-style-image: none;
}
#navigation ul li.last {
	border: none;
	padding-right: 0;
}
#navigation a {
	background: inherit;
	color: #333;
}
#navigation a:link {}
#navigation a:visited {}
#navigation a:hover {
	color: rgb(255,149,1);
}
#navigation a:active {
	color: rgb(255,149,1);
	font-weight: bold;
}
#navigation a.current {
	color: rgb(255,149,1);
	font-weight: bold;
}



