#menu ul, #menu li {
	padding: 0;
	margin: 0px;
	list-style: none;
	z-index:2;
}

.mainnav {
	position: relative;
	/*background: #99CC00;*/
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index:10;
	}

* html .dropdownbutton {
	width: 0; /*dynamische Breite für IE 6*/
	/*width: 100px; Feste Breite IE*/
}
.dropdownbutton {
	float: left;
	/*width: 100px; Feste Breite Gecko*/
	width:auto;
}
.parent {
	position: relative;
}
	
.floatfix {margin-right: -3px;}
/* this fixes the IE 3px bug that is common in this type of float arrangement */ 

.dropdown { /* rules for dropdown div */
	width: 150px;
	position: absolute;
	margin-left: -1px;		
	left: -3000px;
	top: auto; /* puts dropdowns directly under top nav */
	text-align: left; /* needed because IE misapplies text centering to boxes */
	}
	
.dropdown div {
	width: 150px;
	position: absolute;
	left: -3000px;
	top: 0;
	text-align: left; /* needed because IE misapplies text centering to boxes */
	z-index:20;
	}
	
.dropdown ul {
	width: 150px; /* creates "sticky hovering" zones for dropdowns */
	margin: 0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
  } /* borders sides and top of the dropdowns and flyouts; links provide the bottom border */
	
.dropdown div ul {
	margin: 0;
} /* creates "sticky hovering" zones for flyouts */
	
.mainnav li {text-align: left;}

.mainnav a {
	display: block;
	color: #FFFFFF;
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 20px;
	height: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	}
* html .mainnav a {
	white-space: nowrap;
}
.mainnav .activ {
	color: #FFFFFF;
	background-color: #336633;
	}
.mainnav a:hover {
	color: #FFFFFF;
	background-color: #336633;
}
	
.mainnav ul ul a {
	color: #FFFFFF;  /* borders the bottoms of the dropdown and flyout links */
	border-right: 0;
	border-bottom: solid 1px #FFFFFF;
	border-left: 0;
	background-color: #C2E066;
	line-height: 20px;
	white-space:normal;
  }
.mainnav ul ul ul {
	border-top: solid 1px #FFFFFF;
  }
	
.dropdown li {
  position: relative; 
  vertical-align: bottom; /* IE5/win bugfix */
  }

.parent:hover {background-image: url(bgfix.gif);} 
/* this hover calls a transparent GIF only to defeat the IE failed hover bug. Any 
background change on hovering div.parent will make IE obey and display the dropdown.
While the call itself will fix the bug, make sure you actually call a real image 
file so that your site error logs will not fill with failed image calls. */
				
.parent:hover div.dropdown {left: 7px;} /* hover rule for dropdowns */ 
/* extra pixel makes dropdowns "line up" with top links */ 

.dropdown li:hover div { /* hover rule for flyouts */
	left: 150px; /* this value controls the amount of flyout "overlap" */
	top: 3px; /* this value controls the amount of flyout vertical offset */
	}

.dropdown ul li a {
	color: #333333;
	font-size: 10px;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 20px;
	}

.dropdown ul li a:hover {
	background-color: #FFFFFF;
	color:#CC0000;
} /* hover color effect on dropdown links */

.dropdown ul li .subactiv {
	color:#333333;
	background-color: #99CC00;
} /* hover color effect on dropdown links */

.dropdown ul li .subactiv a:hover {
	background-color: #FFFFFF;
	color:#CC0000;
} /* hover color effect on dropdown links */

.dropdown div a:hover {
	background-color: #FFFFFF;
	color:#000000;
} /* hover color effect on flyout links */

/*XXXXXXXXXXX Special fixes XXXXXXXXXXX*/

/* This is to hide the following from IE/Mac. \*/
* html .dropdownbutton .dropdown li {
height: 1%;
margin-left: -16px;
mar\gin-left: 0;
}
/* */

* html .mainnav a {
height: 1%;
}

.brclear { /* Use a break with this class to clear float containers */
clear:both;
height:0;
margin:0;
font-size: 1px;
line-height: 0;
}

/*\*/ /*/
.mainnav .dropdown, .mainnav .dropdown div {width: 189px;}
.mainnav .button .dropdown ul {margin: 0px;}
.mainnav .dropdown, .mainnav .dropdown div {position: static;}
.mainnav .dropdown ul {border: 0;}
.mini-zone {display: none;}
/* this rule block "dumbs down" the nav for IEmac */