#menu_top {
	background-image: url(../images/menu_top.gif);
	width: 185px;
	height: 14px;
	display: block;
}

#menu_bottom {
	background-image: url(../images/menu_bottom.gif);
	width: 185px;
	height: 17px;
	display: block;
}
#menu {
	background-image: url(../images/left_bg.gif);
	width: 185px;
	height: auto;
	display: block;
}
/********** Listenformatierung SubMenus ********/
.menu_no, .menu_act {
	margin: 0 0 0 -8px;
	padding: 0;
	list-style-image: url(../images/menu_no.gif);
}
.menu_no a, .menu_act a {
	color: #596457;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Trebuchet MS, Arial, Verdana;
	font-weight: bold;
}
.menu_act {
	list-style-image: url(../images/menu_act.gif);
}
.menu_act a {
	color: #385415;
}

.submenu_no, .submenu_act {
	margin-left: -44px;
	padding: 0;
	list-style-image: url(../images/submenu_no.gif);
}
.submenu_no a, .submenu_act a {
	color: #596457;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	font-family: Tahoma, sans-serif; 
}
.submenu_act {
	list-style-image: url(../images/submenu_act.gif);
}
.submenu_act a {
	color: #C4281C;
}

*html body .menu_no li, *html body .menu_act li {
	margin: 0 0 0 -35px;
}