@charset "utf-8";
/* CSS Document */

#navigation {
	clear: left;
	position: absolute;
	top: 89px;
	left: -10px;
	padding: 0px;
	}
#navigation ul {
	list-style: none;
	}
	
#navigation ul li {
	float: left;
	color: #fff;
	margin-right: 5px;
	padding: 5px 0px 5px 0px;
	}
	
#navigation ul li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 20px 5px 20px;
	}
#navigation ul li a:hover {
	background: url('../imgs/bg_a_active_right.jpg') no-repeat top right transparent;
	color: #fff;
	}
	
#navigation ul li.active,
#navigation ul li:hover {
	background: url('../imgs/bg_li_active.jpg') no-repeat top left transparent;
	}
#navigation ul li.active a {
	background: url('../imgs/bg_a_active_right.jpg') no-repeat top right transparent;
	}
	
	
/* IE6 - Extrawurst */
* html #navigation {
	margin-top: 12px;
	}
* html #navigation ul li a:hover {
	background: transparent;
	color: #333;
	}
	
*+html #navigation {
	margin-top: 12px;
	}

