#nav ul, #nav li {
	padding: 0;
	margin: 0px;
	list-style: none;
}

.mainnav {
	padding-left:200px;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
}

* html .dropdownbutton {
	width: 0; /*dynamische Breite für IE*/
	/*width: 100px; Feste Breite IE*/
}
.dropdownbutton {
	float: left;
	/*width: 100px; Feste Breite Gecko*/
}
.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: 0px;		
	left: -3000px;
	top: auto; /* puts dropdowns directly under top nav */
	text-align: left; /* needed because IE misapplies text centering to boxes */
	z-index:105;
	}
	
.dropdown ul {
	/*width: 150px;*/ /* creates "sticky hovering" zones for dropdowns */
	margin: 0;
	background-color: #FFCC00;
} /* borders sides and top of the dropdowns and flyouts; links provide the bottom border */
	
.mainnav li {text-align: left;}

.mainnav a:link, .mainnav a:visited {
	display: block;
	color: #FFFFFF;
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
	padding-right: 13px;
	padding-left: 13px;
	line-height: 25px;
	height: 1%;
}
* html .mainnav a {
	white-space: nowrap;
}
.mainnav .activ {
	color: #FFCC33;
	background-color:#768936;
	}
.mainnav a:hover {
	color: #000000;
	background-color: #FFCC00;
	text-decoration: none;
}
.mainnav ul li:hover  {
	color: #000000;
	background-color: #FFCC00;
}
* html .mainnav a:hover {
	background-color: #FFCC00;
}
.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;
	white-space:normal;
	z-index:100;
}
	
.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: 0px;} /* hover rule for dropdowns */ 
/* extra pixel makes dropdowns "line up" with top links */ 

.dropdown ul li a {
	color: #FFFFFF;
	font-size: 10px;
	line-height: 16px;
	height: 1%;
	font-weight:normal;
	/*font-family: Arial, Helvetica, sans-serif;*/
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin:0;
	/*border-bottom: solid 1px #FFFFFF;*/
}

.dropdown ul li a:hover {
	color:#000000;
} /* hover color effect on dropdown links */

* html .dropdown ul li a:hover {
	color:#000000;
} /* hover color effect on dropdown links for IE */

/*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%;
}