/* 
	horizontal navigation
	(www.seiko-instruments.de)

	author: Martin Use (mu@mschuelke.net)
	date: 01/2006
	last changed: 22.01.2006 (mu)

*/
/* ###### Allgemeines ###### */

#nav1 {
	float:left;
	width:100%;
	background:#F3F2F2 url("bg_nav.gif") repeat-x bottom;
	font-size:0.95em;
	line-height:normal;
}
#nav1 ul {
	margin:0;
	padding:4.5em 0 10px 0;
	list-style:none;
}
#nav1 li {
	float:left;
	background:url("bg_nav_left.png") no-repeat left top;
	margin:0;
	margin-left: 2em;
	padding:0 0 0 9px;
}
#nav1 a {
	float:left;
	display:block;
	background:url("bg_nav_right.png") no-repeat right top;
	padding:3px 12px 2px 2px;
	text-decoration:none;
	color:#707070;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#nav1 a {float:none;}
/* End IE5-Mac hack */
#nav1 a:hover {
	color:#333;
}
#nav1 .current {
	background-image:url("bg_nav_left_active.png");
	border-width:0;
}
#nav1 .current a {
	background-image:url("bg_nav_right_active.png");
	font-weight:bold;
	color:#333;
	padding-bottom:3px;
}

#nav2 {
	clear:both;
	background: #E7E7E7;
	padding: 0.5em 1em;
	font-size:0.85em;
}

#nav2 a {
	padding: 0em 0.5em;
	color: black;
	text-decoration: none;
	white-space: nowrap;
}

#nav2 a:hover {
	text-decoration: underline;
}

#nav2 .current {
	font-weight: bold;
}

#nav3 ul {
	font-size:0.9em;
	margin-top: 1.5em;
	line-height: 1.5em;
	list-style-image: url("ulbullet.png");
}

#nav3 .current {
	font-weight: bold;
}
