@charset "utf-8";
/* CSS Document */
body{behavior: url(csshover.htc);}
#menu{width:9em;height:335px;background-color: #4b3e36;padding-top:15px;}

#leftcol ul {
  margin: 0px; 
  padding: 0; 
  width: 9em; 
  background: #4b3e36;
  border-width: 0px 0px 0px 0px;
  border-style: solid;
  border-color:#281f1a;}
  
#leftcol li {
  position: relative; 
  list-style: none; 
  margin: 0em;
  border-bottom: 1px solid #261206;}

#leftcol ul ul {
  position: absolute; 
  margin-top:0px;
  top: 0px; 
left:8em;  
display:block;
z-index:10;}
  
#leftcol li:hover {color:white;
  background-color: #9c8282;}
  
#leftcol li.sub {
  background-image:url(rarrow.gif);
  background-position:right center;
  background-repeat:no-repeat;}
  
#leftcol li a {color:white;
  display: block; 
  padding: 0.25em 0 0.25em 0.5em;
  text-decoration: none; 
  width:8em;}
  
#leftcol>ul a {color:white;
  width: auto;}

#leftcol ul ul { position: absolute; 
  top: -1px; right: 8em;  display:none; }
  

a:visited{color:white;}

#leftcol ul.niveau1 li.sub:hover ul.niveau2,
#leftcol ul.niveau2 li.sub:hover ul.niveau3 {
  display:block;}
  
  #billed {position:absolute; top:360px;left:-15px;}