/* VERTICAL FREESTYLE MENU LAYOUT */
.menulist {
	position: relative;
}
.menulist a, .menulist a:hover, .menulist a:active, .menulist a:focus, .menulist a:visited {
	text-decoration:none;
}

/* All <ul> tags in the menu including the first level */
.menulist, .menulist ul {
 margin: 0;
 padding: 0;
 width: 158px;
 list-style: none;
}
/* breite ab 2. ebene */
.menulist ul {
 display: none;
 position: absolute;
 top: -1px;
 left: 158px;
 width: 205px; 
 background-color:#fff;
}
/* breite ab 2. ebene */
.menulist ul ul {
 left: 205px;
}

/*
 All menu items (<li> tags) are relatively positioned to correctly offset their submenus.
*/
.menulist li {
 position: relative;
 background: #fff;
 margin-bottom: 4px;
   border: 1px solid #3A82C6; 
}
.menulist ul>li:last-child {
 margin-bottom: 4px; /* Mozilla fix */
}
/* farben fuer submenues */
.menulist ul li {
	background: #88AADA;
   border: 1px solid #88AADA;
}
.menulist ul  ul li {
	background: #AFB7BD;
   border: 1px solid #AFB7BD;
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding-top: 2px;
 padding-bottom: 3px;
 padding: 2px; 
 padding-left: 13px;
 color: #666666;
 text-decoration: none;
 font-weight:bold;
}
.menulist a:visited {
 color: #666666;
}
.menulist ul li a:link, .menulist ul li a:visited {
color: #fff;
 font-weight:normal;
}
/*
 Lit items: 'hover' is mouseover, 'highlighted' are parent items to visible menus.
*/
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus, .menulist a.highlighted:visited {
 color: #FFF;
 background-color: #0089D0;
}
.menulist a.highlighted {
 color: #FFF;
 background-color: #0089D0;
}


/* highlights 2. ebene ///// */

.menulist ul li a:hover, .menulist ul li a.highlighted:hover, .menulist ul li a:focus {
color: #fff;
 font-weight:bold;
}


/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/


/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist a .subind {
 float: right;
}

/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*+html .menulist li {
 float: left;
 height: 1%;
 width: 99%;
}
*+html .menulist a {
 height: 1%;
}
* html .menulist li {
 float: left;
 height: 1%;
}

* html .menulist a {
 height: 1%;
}
/* End Hacks */

#menuitem2 a, #menuitem2 a.aktiv, #menuitem3 a, #menuitem3 a.aktiv, #menuitem8 a, #menuitem8 a.aktiv, #menuitem240 a, #menuitem240 a.aktiv {
	color:#fff;
	background-color: #0089D0;
}
#menuitem2 a:hover, #menuitem3 a:hover, #menuitem8 a:hover, #menuitem240 a:hover {
	color:#fff;
	background-color: #0089D0;
}
#menuitem240


li.menuleer {
display:block;
	height: 4px;
	border: 0;
	margin-top: -4px;
	margin-bottom: 0px;
}