@charset "UTF-8";

/**/
#nav {
	width:722px;
	background:#a8adaa;
	height:25px; 
	margin:0 auto; 
	padding:0 0 0 10px;
	text-align:left;
	list-style:none; 
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	position:relative; 
	z-index:200;
	border-top-width:1px;
 	border-top-style:solid;
	border-top-color:#FFFFFF;
	}
	
#nav ul {
	padding:5px 0 5px 10px; 
	margin:0; 
	list-style:none; 
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border:1px solid #000; 
	border-color:#97c61b #000e6e #000e6e #97c61b; 
	border-width:1px 2px 2px 1px; 
	background:#F9F9F9; 
	position:relative; 
	z-index:200;
	}

#nav table {
	border-collapse:collapse;
	}
	
#nav li {
	float:left; 
	padding:0 10px 0 10px;
	}
	
#nav li li {
	float:none;
	}
	
/* a hack for IE5.x and IE6 */
#nav li a li {
	float:left;
	}

#nav li a {
	display:block; 
	float:left; 
	color:#000e6e; 
	height:25px; 
	padding-right:5px; 
	line-height:25px; 
	text-decoration:none; 
	white-space:nowrap;
	}


#nav li a.navi {
	color:#FFFFFF;
	font-weight:bold;
	font-size: 12px;
	text-transform:uppercase;
	}
#nav li a.navi:hover {
	color:#9e2727;
	}
#nav li a.navihigh {
	color:#9e2727;
	font-size: 12px;
	text-transform:uppercase;
	}
#nav li a.navihigh:hover {
	color:#9e2727;
	}	

#nav li a.unternavi {
	color:#000e6e;
	font-weight:normal;
	}
#nav li a.unternavi:hover {
	color:#97c61b;
	}
#nav li a.unternavihigh {
	color:#97c61b;
	}
#nav li a.unternavihigh:hover {
	color:#97c61b;
	}	







	
#nav li li a {
	height:20px; 
	line-height:20px; 
	float:none;
	}

#nav li:hover {
	position:relative; 
	z-index:300; 
	background:#a8adaa;
	}
	
#nav a:hover {
	position:relative; 
	z-index:300; 
	text-decoration:none; 
	/*color:#48722a;*/
	}

#nav :hover ul {
	left:0; top:22px;
	}
	
/* another hack for IE5.5 and IE6 */
#nav a:hover ul {
	left:-10px;
	}

#nav ul {
	position:absolute; 
	left:-9999px; 
	top:-9999px;
	}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {
	left:-15px; 
	margin-left:100%; 
	top:-1px;
	}
	
/* keep further levels hidden */
#nav li:hover > ul ul {
	position:absolute; 
	left:-9999px; 
	top:-9999px; 
	width:auto;
	}
	
/* show path followed */
#nav li:hover > a.navi {
	text-decoration:none; 
	color:#9e2727;
	}


/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul {
	left:100%; top:-1px;
	}

/* keep further levels hidden */
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul {
	position:absolute; 
	left:-9999px; 
	top:-9999px;
	}
	
.navi {
	/*text-transform: uppercase;*/
	}	
	
.navihigh {
	font-weight: bold;
	/*text-transform: uppercase;*/
	}
	
	
	
	

