 /* Formatierung der Navigation */
#menu { width: 150px; text-align: left; margin-bottom: 2em; }

#menu ul {margin: 0; padding: 0;	
  list-style-type: none;
  text-indent: 20px;letter-spacing: 1px;}
  
#menu li { background-repeat: no-repeat; list-style-image: none; margin:0; }

#menu a {display: block;
  width: 150px;height: 22px;
  font: bold 12px/22px Verdana, Arial, Helvetica, sans-serif; }

#menu  a:link, #menu  a:visited {
  background: url(../layout/menu.gif) no-repeat;
  color: #039;text-decoration: none; 
  padding-bottom: 0;}

#menu li a:hover { background: url(../layout/menu.gif) no-repeat 0 -22px; color: #c00; text-decoration: none; text-indent: 25px; }

#menu li a#current { background: url(../layout/menu.gif) no-repeat 0 -22px; color: #fff; text-decoration: none; text-indent: 25px; }