/* VERTICAL FREESTYLE MENU LAYOUT */
.menulist {
	position: relative;
}
/* All <ul> tags in the menu including the first level */
.menulist, .menulist ul, .menulist ol {
 margin: 0;
 padding: 0;
 width: 90px;
 list-style: none;
}
/* breite ab 2. ebene */
.menulist ul, .menulist ol {
 display: none ;
 position: absolute;
 top: 0;
 left: 110px;
 width: 110px; 
 background-color:#fff;
 height: 90px;
}
.menulist ul {
	z-index: 50;
	width: 500px;
}
.menulist ul ul, .menulist ol ul {
	z-index: 60;
	width: 400px;
}
.menulist ul ul ul,.menulist ol ol ul {
	z-index: 70;
	width: 300px;
	
}
.menulist ul ul ul ul,.menulist ol ol ol ul {
	z-index: 80;
	width: 180px;
}
.menulist ol {
	display: block;
	z-index: 1;
}
/* breite ab 2. ebene */
.menulist ul ul, .menulist ol ol {
	position:absolute;
	top: 0;
 	left: 110px;
}
/*
 All menu items (<li> tags) are relatively positioned to correctly offset their submenus.
*/
.menulist li {


}
.menulist ul>li:last-child {
 margin-bottom: 4px; /* Mozilla fix */
}
/* farben fuer submenues */
.menulist ul li {
   border: 0;
}

/* Links inside the menu */
.menulist a:link, .menulist a:hover, .menulist a:active, .menulist a:focus, .menulist a:visited {
 text-decoration:none;
 display: inline;
 padding: 0; 
 padding-left: 10px;
 color: #333;
 text-decoration: none;
 font-weight:normal;
}
/*
 Lit items: 'hover' is mouseover, 'highlighted' are parent items to visible menus.
*/
.menulist a:hover, .menulist a:focus, .menulist a.highlighted:visited, .menulist a.highlighted:hover{
 color: #f60;
}
.menulist a.highlighted {
 color: #f60;
}

/* highlights 2. ebene ///// */
/*
.menulist ul li a:hover, .menulist ul li a.highlighted:hover, .menulist ul li a:focus {
color: #FE5200;
}
*/
.menulist a.activsub:link, .menulist a.activsub:focus,.menulist a.activsub:hover, .menulist a.activsub:visited {
	font-weight:normal;
    color: #ee7904;
}


.menulist a.active:link, .menulist a.active:focus,.menulist a.active:hover, .menulist a.active:visited {
	font-weight:bold;
    color: #f07b06;
}



/*
 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 */

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


