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

/**  für listen navi  **/

/* Farben siehe global_layout.inc */


#hn_hg {
	height:28px;
  background-repeat:repeat-x;
  padding-top:8px;
}

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

#nav span.hn {
  display: block;
  white-space:nowrap;
  padding:0 8px 8px 0;     /*  verschiebt unternavi nach unten */
}
#nav span.trenner {
  padding-left:7px;
}

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

#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 a.un_3 {
	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:white;
	margin-top:0px;    /* damit untere linie sichtbar bleibt */
  margin-left:-7px;
  padding:0 5px 8px 7px;
	width: 189px;  /* 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: 203px;   /* 17em */
}
#nav li ul.un_3 { /* second-level lists */
	width: 203px;   /* 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;
}

