#hauptmenu LI {
   /*background-color: black;*/
	font-size: 12px;
	font-weight: bold;
   padding: 0;
   margin: 0;
   list-style: none;
   display: inline;
   width: 150px;
   }

#hauptmenu UL {
   /*background-color: #6be;*/
   padding: 0;
   margin: 0;
   }

#hauptmenu A:link, #hauptmenu A:visited {
   color: #fff;
   background-color: black;
   text-decoration: none;
   width: 150px !important;
	line-height: 20px;
	padding: 3px 20px;
   }

#hauptmenu A:hover, #hauptmenu A:focus {
   color: #fff;
   background-color: #5A770D;
   text-decoration: none;
   width: 150px !important;
   }
#hauptmenu a.aktiv {
   color: #fff;
   background-color: #5A770D;
   text-decoration: none;
   width: 150px !important;
   }	
	
	/*
	--------------------------------------------------------
	UNTERMENUE
	--------------------------------------------------------
	*/
#untermenu LI {
/*border: solid thin red;*/
   /*background-color: black;*/
	font-size: 12px;
	font-weight: bold;
   padding: 0;
   margin: 0;
   padding-left: 15px;
   list-style: none;
   display: block;
   width: 120px;
   }

#untermenu UL {
   /*background-color: #6be;*/
   padding: 0;
   margin: 0;
   }

#untermenu A:link, #untermenu A:visited {
   background-image:url(../pic/menu-schwarz.gif);
   background-repeat: no-repeat;
   color: black;
   display:block;
   text-decoration: none;
   width: 120px !important;
   line-height: 20px;
   padding: 0 0 0 15px;
   }

#untermenu A:hover, #untermenu A:focus {
   background-image:url(../pic/menu-gruen.gif);
   background-repeat: no-repeat;
   color: #5A770D;
   text-decoration: none;
   width: 120px !important;
   }
#untermenu a.aktiv {
   background-image:url(../pic/menu-gruen.gif);
   background-repeat: no-repeat;
   color: #5A770D;
   text-decoration: none;
   width: 120px !important;
   }	