.arrowlistmenu{
width: 120px; /*width of accordion menu*/
/*padding-left:20px;*/
padding-right:20px;
}

.arrowlistmenu h3, .arrowlistmenu h3 a {
  color:#8c0825;
  font-size:10px;
  font-weight:bold;
  text-decoration: none;
  text-transform:uppercase;
}

.arrowlistmenu h3 a {
  display:block;
}

.arrowlistmenu h3 a:hover {
  color:#000000;
}

.arrowlistmenu h3 {
  border-top:1px solid #8c0825;
  padding:0px;
  padding-bottom:3px;
  padding-top:3px;
  margin:0px;
  cursor:pointer;
  background:url(../../images/design/navi_shadow.png) top no-repeat;
  behavior: url(/fileadmin/templates/iepngfix.htc);
  width: 120px;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
/*background-image: url(titlebar-active.png);*/
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: lightblue !important;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: lightgreen !important;
}

.arrowlistmenu ul li a{
font-size:10px;
color:#8c0825;
/*background: url(arrowbullet.png) no-repeat center left; */
display: block;
padding:0px;
margin:0px;
/*padding-left: 19px; */
text-decoration: none;
/*border-bottom: 1px solid #dadada;*/
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background-color: #F3F3F3;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: lightblue;
}

/* Schatten beim letzten Menü Element */
td#spacer3 {
  /*padding-left:20px;*/
  padding-right:20px;
}

div#spacer3div {
  border-top:1px solid #8c0825;
  height:7px;
  background:url(../../images/design/navi_shadow.png) top no-repeat;
  behavior: url(/fileadmin/templates/iepngfix.htc);
}