/* For the class="menulist" element, and all 'ul' tags inside it. */
.menulist, .menulist ul {
 margin: 0;
 padding: 0;
 width: 184px;
 list-style: none;
 /*border: 1px solid #036;*/
 font-weight:bold;
 border-bottom-width: 0;
 background: #EBE4DD;
}
/* Submenus ('ul' tags) are hidden by default. You may want to hide them with scripting? */
.menulist ul {
 position: absolute;
 top: 0;
 left: 184px;
 display: none;
}
/* All menu items ('li' tags) */
.menulist li {
 position: relative;
 
 /*border-bottom: 1px solid #036;*/
}
/* Links inside the menu */
.menulist a  {
 text-align: left;
 font: 0.7em Tahoma;
 font-weight: bold;
 display: block;
 padding: 0px;
 color: #77412E;
 width:184px;
 padding-left:0px;
 padding-top: 6px;
 text-decoration: none;
 background: url('/sys/img/archiv_menu_leve/lmenu_bckg.gif') -184px 0;
 background-repeat: no-repeat;
}
.menulist a span {
 padding-left:15px;
 display: block;
 _height: 20px;
 min-height:20px;
 color: #77412E;
 cursor: hand;
}

/* Lit items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover , .menulist a.highlighted:hover {
 color: #FFFFFF;
 /*background: #003472;*/
 text-decoration: none;
 background: #7C6449 url('/sys/img/archiv_menu_leve/lmenu_bckg.gif') 0 0;
 background-repeat: no-repeat;
}
.menulist a:hover span , .menulist a.highlighted:hover span {
 color: #FFFFFF;
 background-image: none;
}
.menulist a.highlighted  {
 color: #FFFFFF;
 /*background: #003472;*/
 background: #7C6449 url('/sys/img/archiv_menu_leve/lmenu_bckg.gif') 0 0;
 background-repeat: no-repeat;
}

.menulist a.highlighted span  {
 color: #CCC;
}
/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist a .subind {
 float: right;
}
/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}
/* End Hack */
