/*
ICEF GmbH
20080814pbr

css-file for the main navigation
requires Whatever:hover (csshover.htc)
requires ../images/drop_corner.gif
*/
body {
  behavior : url(fileadmin/template/main/css/csshover.htc);
}
.left_menu {
  font-size : 1.05em;
  line-height : 1em;
}
.left_menu ul {
  list-style-type : none;
  padding : 0;
  margin : 0;
}
.left_menu ul li ul {
  position : absolute;
  border-bottom : 3px solid #b7b69f;
  border-top: 1px solid #b7b69f;
  border-right: 1px solid #b7b69f;
  margin-top: -2.05em;
  margin-left: 168px;
  height:auto;
}
.left_menu ul li ul li {
  display : none;
  width : 167px;
  height:auto;
  position:relative;
}
.left_menu ul li:hover ul li {
  display : block;
  width : 167px;
  z-index : 100;
}
.left_menu .active a {
  background-color : #8d8c6f;
  color:white;
  z-index : 99;
  background-image : url(../images/drop_corner.gif);
  background-repeat:no-repeat;
  background-attachment:scroll;
  background-position: right bottom;
}
.left_menu .has_subpage {
  height:2em;
  background : url(../images/drop_corner.gif)
  no-repeat scroll right bottom;
  z-index : 101 !important;
}
.left_menu .current a {
  color : #ffffff !important;
  background-color : #064e8f !important;
  background-image : none;
}
.left_menu ul li a {
  display : block;
  border-bottom: 1px solid #b7b69f;
  width : auto;
  padding : 0.5em 1em;
}
.left_menu ul li a:hover {
  background-color : #5e5d3e;
  color : white;
}
.left_menu ul li ul li a {
  background-color : #ffffff !important;
  color : #064E8F !important;
  background-image : none !important;
}
.left_menu ul li ul li a:hover {
  background-color : #5e5d3e !important;
  color : white !important;
}