#pre_menu {
    background-image: url(images/menu_bg.gif);
	background-repeat: repeat-y;
}

#menu a:visited {
	text-decoration: none;
}

ul a {
	text-decoration: none;
	color: #000000;
}

ul a:active {
	text-decoration: none;
	color: #fccb02;
	font-weight: bold;
}

ul.nav_level_1{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    width: 135px;
    list-style-type:none;
    background-color: #FFFFFF;
    bottom: 5px;
}

li.nav_level_1{
    background-color: #cccccc;
    border-bottom: 1px solid #999999;
    Padding: 6px;
    font-size: 13px;
    vertical-align: middle;
}

li:hover.nav_level_1{
    /*background-image: url(images/nav_bg.gif);*/
    background-repeat: repeat-x;
    background-color: #fccb02;
    border-bottom: 1px solid #999999;
    font-size: 13px;
}

li:active.nav_level_1{
    /*background-image: url(images/nav_bg.gif);*/
    background-repeat: repeat-x;
    background-color: #cccccc;
	border-bottom:1px solid #999999;
    font-size: 13px;
}

/* IE */
* html body li:hover.nav_level_1{
    /*background-image: url(images/nav_bg.gif);*/
    background-repeat: repeat-x;
    background-color: #fccb02;
    border-bottom: 1px solid #999999;
    font-size: 13px;
}

ul.nav_level_2{
    font-family:Verdana, Arial, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    padding:0px;
    margin-left:20px;
    bottom: 5px;
}

li.nav_level_2{
    background-color: #FFFFFF;
    Padding: 2px;
    list-style-image: url(images/ul.gif);
}

/* IE */
* html body li.nav_level_2{
    background-color: #FFFFFF;
    Padding: 2px;
    list-style-image: url(images/ul.gif);
}

ul.nav_level_3{
    font-family:Verdana, Arial, Sans-Serif;
    font-size: 10px;
    font-weight: bold;
    padding:0px;
    margin-left:10px;
    bottom: 3px;
}

li.nav_level_3{
    background-color: #FFFFFF;
    list-style-type: none;
    border-top: 0px;
    Padding: 2px;
    list-style-image: url(images/pfeil.gif);
    font-weight: normal;
}