DIV#menuLeft {
  /*width: 157px;*/
  /*float: left;*/
  /*margin-right: 20px;*/
}
DIV#menuLeft DIV.overview {
  height: 46px;
  background: transparent url(/fileadmin/images/header/bg_submenu_overview.gif) left bottom;
}
DIV#menuLeft DIV.overview A {
  display: block;
  padding-left top: 16px;
  padding-left: 41px;
  font-weight: normal;
  color: rgb(103, 103, 103);
  background: transparent  url(/fileadmin/images/header/bg_submenu_arrow_up.gif) left no-repeat;
}
DIV#menuLeft UL {
  padding: 0;
  margin: 4px 0px 4px 0px;
  list-style-type: none;
}
DIV#menuLeft UL LI {
  padding: 0px 0px 4px 0px;
  margin: 4px 0px 4px 0px;
}
DIV#menuLeft UL LI A {
  display: block;
  padding-left: 41px;
  font-weight: normal;
  background: transparent url(/fileadmin/tmpl_files/images/navbullet.gif) 13px 4px no-repeat;
  color: rgb(103, 103, 103);
  line-height: 17px;
}
DIV#menuLeft UL LI A:hover {
  /*background: transparent url(/fileadmin/tmpl_files/images/navbullet.gif) 13px 4px no-repeat;*/
  color: black;
}
DIV#menuLeft UL LI.active A {
  /*background: transparent url(/fileadmin/tmpl_files/images/navbullet.gif) 13px 4px no-repeat;*/
  color: rgb(184, 7, 40);
}
/*
  DIV#menuLeft LI.active LI A {
  padding-left: 45px;
  background-image: none;
}
*/
DIV#menuLeft UL UL {
  padding: 0;
  margin: 0;
}
DIV#menuLeft UL UL LI {
  padding: 0px 0px 4px 0px;
  margin: 4px 0px 4px 0px;
}
DIV#menuLeft UL UL LI A {
  display: block;
  padding-left: 69px;
  font-weight: normal;
  background: transparent url(/fileadmin/tmpl_files/images/navbullet.gif) 41px 4px no-repeat;
  color: rgb(103, 103, 103);
  line-height: 17px;
}
DIV#menuLeft UL UL LI.normal A {
  background: transparent url(/fileadmin/tmpl_files/images/navbullet.gif) 41px 4px no-repeat;
  color: rgb(103, 103, 103);
}
DIV#menuLeft UL UL LI.normal A:hover {
  background: transparent url(/fileadmin/tmpl_files/images/navbullet.gif) 41px 4px no-repeat;
  color: black;
}
DIV#menuLeft UL UL LI.active A {
  background: transparent url(/fileadmin/tmpl_files/images/navbullet.gif) 41px 4px no-repeat;
  color: rgb(184, 7, 40);
}

