#hauptmenu {
   -webkit-box-shadow: 2px 2px 8px 1px #0a3b19;
   -moz-box-shadow: 2px 2px 8px 1px #0a3b19;
   box-shadow: 2px 2px 8px 1px #0a3b19; 
   -moz-border-radius      :5px 5px 5px 5px;
   -webkit-border-radius   :5px 5px 5px 5px;
   -khtml-border-radius    :5px 5px 5px 5px;
   border-radius           :5px 5px 5px 5px;
   padding: 2px; padding-left: 30px; padding-bottom:8px;
   max-width:calc(90% - 260px);
   color: white;
   min-width: 150px;
   text-align:left;
   overflow:hidden;
   position:absolute;
   margin-left: 260px;
   margin-top: 35px;
   background: #157432;
   background: -moz-linear-gradient(top,  #157432 0%, #0a3b19 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#157432), color-stop(100%,#0a3b19));
   background: -webkit-linear-gradient(top,  #157432 0%,#0a3b19 100%);
   background: -o-linear-gradient(top,  #157432 0%,#0a3b19 100%);
   background: -ms-linear-gradient(top,  #157432 0%,#0a3b19 100%);
   background: linear-gradient(to bottom,  #157432 0%,#0a3b19 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#157432', endColorstr='#0a3b19',GradientType=0 );
}
#hauptmenu a {
   color:white;
   font-weight: bold;
   font-family: 'Trebuchet MS Bold', Verdana, Century Gothic, Arial, Helvetica, sans-serif;
   text-decoration: none;
   font-size: 12px;
   margin-right: 20px;
   text-shadow: 1px 1px 2px black;
}
#submenu {
   margin-left: 32px;
   position:absolute;
   margin-left: 290px;
   margin-top: 74px;
}
#submenu a {
   font-weight:normal;font-size: 8pt;
   color:white;
   font-family: 'Trebuchet MS Bold', Verdana, Century Gothic, Arial, Helvetica, sans-serif;
   text-decoration: none;
   margin-right: 20px;
   text-shadow: 1px 1px 2px black;
}
#submenu a:hover {
   color: #FFFF00;
}