#menue {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 209px;
    min-height: 180px;
    background-color: #EEE9BF;
}

#menue .aussen {
    padding: 1.9px;
    font-family: Arial;
    display: block;
    overflow: hidden;
    width: auto;
    height: 19px;
    font-weight: normal;
    color: #000000;
    text-align: left;
}

#menue .aussen:hover {
    height: auto;
    color: #000000;
	width: 189px;
	background-image: url(bg_top-menu_03.png);
}

a.innen {
 	padding-left: 10px;
    display: block;
    width: auto;
    text-decoration: none;
    font-weight: normal;
    background-color: #EEE9BF;
    color: #000000;
    text-align: left;
    filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

a:hover.innen {
    background-color: #999999;
    color: #000000;
}

a.menutag {
    display: block;
    cursor: hand;
    text-decoration: none;
    color: #000000;
    font-weight: normal;
}