/* 
	Horizontale Navigationsleiste
	(www.ev-jugend.de/dreieich)

	Autor: Martin Use (mu@metalab.de)
	Datum: 10/2005
	letzte Änderung: 20.10.2005 (mu)

*/
/* ###### Allgemeines ###### */
#hnav {
	float: right;
	width: 695px;
	border-bottom: 1px solid #0F238C;
	background: #0F238C url("hnav_bg.png") repeat-x top left;
	font-size: 10px;
}
#hnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
	
/* ###### Items ###### */
#hnav li {
	float: left;
	margin: 0;
	padding: 0 0 0 0px;
	list-style: none;
}
#hnav a {
	float: left;
	padding: 5px 10px;
	text-decoration: none;
	color: #fff;
	background: url("hnav_item.png") no-repeat top left;
}
#hnav a:hover {
	color: #fff;
	background: #3446A4 url("hnav_item.png") no-repeat top left;
}
#hnav a.active {
	font-weight: bold;
	background: #0F238C url("hnav_active.png") no-repeat bottom left;
}

/* ###### Extra Layout ###### */
li#navhome {
	padding-left: 21px;
	background: url("hnav_left.png") no-repeat top left;
}
div#navend {
	float:right;
	width: 0px;
	padding-right: 6px;
	background: url("hnav_right.png") no-repeat top right;
} 
