.moduletable_leftmenu, .moduletable_leftmenu ul {	
	  padding             : 0;
    margin              : 0;
    list-style          : none;
}

.moduletable_leftmenu a {	
    height              : 35px;
    line-height         : 38px;
    color               : #FFFFFF;
    font-size           : 10pt;
    font-family         : Arial, Sans-Serif;
    font-weight         : bold;
    text-decoration     : none;
	  padding-left        : 15px;
    display             : block;
}

.moduletable_leftmenu a:hover, .moduletable_leftmenu a#active_menu, .moduletable_leftmenu a.mainlevel_active  {	
    background-image    : url(../images/blind.png); 
    background-repeat   : no-repeat;
    color               : #8DDF61;
}

/* Schriftfarbe Menüpunkt 1. Ebene aktiver Menüpunkt */
ul.menu li.active a {
    background-image    : url(../images/button_on.png); 
    background-repeat   : no-repeat;
    color               : #8DDF61;
}

/* Schriftfarbe Menüpunkt 2. Ebene aktiver Menüpunkt */
ul.menu li.active ul li#current.active a {
    background-image    : url(../images/blind.png); 
    background-repeat   : no-repeat;
    color               : #E73602;
}

/* Schriftfarbe Menüpunkte 2. Ebene */
ul.menu li.parent ul li a {
    background-image    : url(../images/blind.png); 
    background-repeat   : no-repeat;
    color               : #FFFFFF;
}

.moduletable_leftmenu ul li {
    background-image    : url(../images/button_off.png); 
    background-repeat   : no-repeat;
}

.moduletable_leftmenu ul li a:hover  {	
    background-image    : url(../images/button_on.png); 
    background-repeat   : no-repeat;
}

.moduletable_leftmenu ul li ul li {
    background-image    : url(../images/blind.png); 
    background-repeat   : no-repeat;
    width               : 165px;
    height              : 21px;	
	  padding             : 0;
    margin              : 0;
    list-style          : none;
}

.moduletable_leftmenu ul li ul li a {
    background-image    : url(../images/blind.png); 
    background-repeat   : no-repeat;
    width               : 165px;
    height              : 21px;	
    line-height         : 21px;
    color               : #FFFFFF;
    font-size           : 8pt;
    font-family         : Arial, Sans-Serif;
	  padding-left        : 25px;
}

.moduletable_leftmenu ul li ul li a:hover  {	
    background-image    : url(../images/blind.png); 
    background-repeat   : no-repeat;
    color               : #E73602;
    width               : 165px;
    height              : 21px;	
    line-height         : 21px;
}


