/*---------------------------------------------------
	Hauptnavigation Navigation
---------------------------------------------------*/
div#navigation ul{
	margin: 0; 
	padding: 0;
	padding: 2px;
}

div#navigation  li{
	list-style: none; 
	float: left;
	white-space: nowrap;
	text-align: center;
  
}

div#navigation li.first a{
	padding: 20px 8px 0 0;
}

div#navigation li.last a{
	padding: 20px 0 0 8px;
}

div#navigation a,
div#navigation a:visited {
	display: block; 
	float: left; 
	padding: 20px 8px 0 8px;
  	text-decoration: none; 
	font: 11px/13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

div#navigation a:hover,
div#navigation a.act,
div#navigation a.act:visited,
div#navigation a.act:hover{
	color: #FE360E;
}

/* fixes IE6 hack */
html>body div#navigation a {
	width: auto;
}    
/* Commented Backslash Hack hides rule from IE5-Mac \*/
div#navigation a {float: none;}            /* End IE5-Mac hack */


