
/*** ESSENTIAL STYLES ***/
#bg_header #mainnavi ul, 
#bg_header #mainnavi ul * {
  margin:     0;
  padding:    0;
  list-style:   none;
}
#bg_header #mainnavi ul {
  line-height:  1.0;
}
#bg_header #mainnavi ul ul {
  position:   absolute;
  top:      -999em;
  width:      10em; /* left offset of submenus need to match (see below) */
  margin-top: 10px;
}
#bg_header #mainnavi ul ul li {
  width:      100%;
}
#bg_header #mainnavi ul li:hover {
  visibility:   inherit; /* fixes IE7 'sticky bug' */
}
#bg_header #mainnavi ul li {
  float:      left;
  position:   relative;
}
#bg_header #mainnavi ul a {
  display:    block;
  position:   relative;
  color: #fff;
}
#bg_header #mainnavi ul li:hover ul,
#bg_header #mainnavi ul li.sfHover ul {
  left:     0;
  top:      2.5em; /* match top ul list item height */
  z-index:    99;
}
#bg_header #mainnavi ul li:hover li ul,
#bg_header #mainnavi ul li.sfHover li ul {
  top:      -999em;
}
#bg_header #mainnavi ulli li:hover ul,
#bg_header #mainnavi ul li li.sfHover ul {
  left:     10em; /* match ul width */
  top:      0;
}
#bg_header #mainnavi ul li li:hover li ul,
#bg_header #mainnavi ul li li.sfHover li ul {
  top:      -999em;
}
#bg_header #mainnavi ul li li li:hover ul,
#bg_header #mainnavi ul li li li.sfHover ul {
  left:     10em; /* match ul width */
  top:      0;
}

/*** DEMO SKIN ***/
#bg_header #mainnavi ul {
  float:      left;

}

#bg_header #mainnavi ul li a { 
  padding: 10px 15px 10px 15px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 2px;
  display: block;
  height: 20px;
  float: left;
}

#bg_header #mainnavi ul a, 
#bg_header #mainnavi ul a:visited  { /* visited pseudo selector so IE6 applies text colour*/
    color: #fff;
}

#bg_header #mainnavi ul li {
  background: url(../images/navi_divider.png) no-repeat;
  background-position: right;  
  padding: 0 0 0 0;
  color: #fff;
}

#bg_header #mainnavi ul li li {
  background: url(../images/bg_navi.png);
  padding-right:  16px;
}

#bg_header #mainnavi ul li li a {
  font-size: 11px;
  padding-right: 0;
  padding: 10px 0 0 16px;
  color: #fff;
  display: block;
  width: 100%;
  text-decoration: none;
  border-bottom: 1px dashed #1b645c;
}

#bg_header #mainnavi ul li li.special a {
  background: url(../images/category_special.png) no-repeat;
  background-position: center left;
}

#bg_header #mainnavi ul li li.tanz a {
  background: url(../images/category_tanz.png) no-repeat;
  background-position: center left;  
}

#bg_header #mainnavi ul li li.schauspiel a {
  background: url(../images/category_schauspiel.png) no-repeat;
  background-position: center left;  
}

#bg_header #mainnavi ul li li.fuer_kinder a {
  background: url(../images/category_kinder.png) no-repeat;
  background-position: center left;  
}

#bg_header #mainnavi ul li li.revue a {
  background: url(../images/category_revue.png) no-repeat;
  background-position: center left;  
}

#bg_header #mainnavi ul li li.chanson_de_luxe a {
  background: url(../images/category_chanson.png) no-repeat;
  background-position: center left;
}

#bg_header #mainnavi ul li:hover, 
#bg_header #mainnavi ul li.sfHover,
#bg_header #mainnavi ul a:focus, 
#bg_header #mainnavi ul a:hover, 
#bg_header #mainnavi ul a:active {
  outline:    0;
  background: url(../images/bg_content_row_dark.png);
}

#bg_header #mainnavi ul li li:hover, 
#bg_header #mainnavi ul li li.sfHover,
#bg_header #mainnavi ul li li a:focus, 
#bg_header #mainnavi ul li li a:hover, 
#bg_header #mainnavi ul li li a:active {
  text-decoration: underline;
  outline:    0;
}

#bg_header #mainnavi ul li.a-current-page a {
  text-decoration: underline; 
}

#bg_header #mainnavi ul li.a-current-page ul.nav-level-depth-1 li a,
#bg_header #mainnavi ul li.a-current-page ul li a,
#bg_header #mainnavi ul li ul li.a-current-page  a {
  text-decoration: none; 
}


/*** arrows **/
#bg_header #mainnavi li a.sf-with-ul {
  padding-right:  30px;
  min-width:    1px; /* trigger IE7 hasLayout so spans position accurately */
}


.sf-sub-indicator {
  position:   absolute;
  display:    block;
  right:      .75em;
  top:      1.05em; /* IE6 only */
  width:      10px;
  height:     10px;
  text-indent:  -999em;
  overflow:   hidden;
  background:   url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
  top:      .8em;
  background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
  background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
  background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
 /* background: url('../images/shadow.png') no-repeat bottom right; */
  padding: 0 8px 9px 0;
  -moz-border-radius-bottomleft: 17px;
  -moz-border-radius-topright: 17px;
  -webkit-border-top-right-radius: 17px;
  -webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
  background: transparent;
}

