/**************************************************************************/
/**                                                                      **/
/*  Homepage www.drama-light.de   2008                                    */
/*  Programm by: Andreas Gonell  mail@surium.de                           */
/*                                                                        */
/*  *id = "$Id: $"  */
/**                                                                      **/
/**************************************************************************/

/**  für listen navi  **/


#hauptnavi {
  /*margin-left:200px;*/
  /*background-color:#99CC67;*/
  background-repeat:repeat-x;
  height:26px;
}

#nav, #nav ul { /* all lists */
	padding:0;
	margin:0;
	list-style:none;
	/*line-height: 1; */
}
#nav {
  margin-left:5px;
}

#nav span.hn {
  display: block;
  white-space:nowrap;
  /*padding:4px 14px 10px 0;     /*  verschiebt unternavi nach unten */
  padding:6px 5px 10px 0;     /*  verschiebt unternavi nach unten */
}
#nav span.trenner {
  padding-left:6px;  /*14*/
  color:white;  /*#6E6366*/
}

#nav a {
  text-decoration:none;
  /*text-transform:lowercase;*/
  color:white;   /*#6E6366*/
  /*
  display: block;
	width: 10em;
  */
}
#nav a.aktiv {
  text-decoration:none;
}

#nav a:hover, a.hn:hover {
  /*text-decoration:underline;*/
}
#nav a.hn {
  /*font-weight:bold;*/
	padding:8px 0 8px 0;
}

#nav a.un, a.un_letzte {
	display: block;
	width:189px;   /* 17em */
}
#nav a.un {
	padding:7px 0 8px 0;
  background-repeat:repeat-x;
  background-position:bottom;
}
#nav a.un_letzte {
	padding:7px 0 2px 0;
}
#nav a.un_1 {
	width: 203px;   /* 17em */
}
#nav li.un_o {  /* für 2. und weitere items in der 3. Ebene */
  background-repeat:repeat-x;
  /*background-position:top;*/
}

#nav li { /* all list items */
	float: left;
  line-height:1em;
  line-height:12px;
	/*width: 17em;*/ /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
  z-index:99;
	background:#B4E087;          /*white;*/
	margin-top:0px;    /* damit untere linie sichtbar bleibt */
  margin-left:-7px;
  padding:0 5px 8px 7px;
	width: 150px;  /* 17em */
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul.un_1 { /* second-level lists */
	width: 150px;   /* 17em */
}
#nav li ul ul { /* third-and-above-level lists */
	/*margin: -2.3em 0 0 17em;*/
	margin: -27px 0 0 189px;
  padding:0 5px 8px 14px;     /* 5 + 7 + 2 = 14 */
  background-image:url(pix/strich-trenner-ebene-3.gif);
  background-repeat:repeat-y;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;

}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	display:block;
}


