/* main.css */
/* Begin Menu */


ul.avmenu {
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.avmenu li {
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

/* Menue-Buttons Standard-Ansicht */
ul.avmenu li a {
    font-family: arial;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
    text-align: left;
    height: 32px;
    line-height: 30px;
    overflow: hidden;	    
    padding: 0 0 0 15px;
    display: block;
    width: 155px; 
    color: #ffffff;	
    background: url(./Layout/menu.gif) no-repeat;
}

/* Menue-Buttons ändern sich farblich beim druebergehen mit der Maus */
ul.avmenu li a:hover {
    color: #252126;	
    background: url(./Layout/menu_active.gif) no-repeat;
}

ul.avmenu li a.current,ul.avmenu li a.current:hover {
    color: #252126;
    background: url(./Layout/menu_active.gif) no-repeat;
}
/*
ul.avmenu li a.current {
    color: #252126;	
    background: url(images/dynamic/buttonset9/menu_active.gif) no-repeat;
}

*/

/* Begin SubMenu */

ul.avmenu ul {
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/* untermenue-Buttons Standard-Ansicht */
ul.avmenu ul a {
  font-family: arial;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  height: 24px;
  line-height: 22px;
  overflow: hidden;	
  text-align: left;
  padding: 0 0 0 25px;
  display: block;
  width: 155px;
  color: #ffffff;
  background: url(./Layout/submenu.gif) no-repeat;
}

/* Untermenue-Buttons ändern sich farblich beim druebergehen mit der Maus */
ul.avmenu ul a:hover {
  color: #252126;
  background: url(./Layout/submenu_active.gif) no-repeat;
}

/*
ul.avmenu ul a.current {
  font-family: tahoma, verdana, arial, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #252126;
  background: url(images/dynamic/buttonset9/submenu_active.gif) no-repeat;
}

ul.avmenu ul a.current:hover {
    color: #252126;
    background: url(images/dynamic/buttonset9/submenu_active.gif) no-repeat;
}
*/
