#menue {
position:absolute;
top: 0px;
left: 0;
padding-bottom: 2px;
z-index: 200;
}

.outer {
float: left;
display: block;
overflow: hidden;
width: 10em;
height: 1.3em;
text-align: left;
border: 1px solid #123456;
font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
background: #123456;
color: #FFFFFF;
}
.outer:hover {
height: auto;
border: 1px solid #FFFFFF;
background: #5AA7E5;
color: #FFFFFF;
}

a.inner-1 {
margin-top: 2px;
}
a.inner,
a.inner-1 {
display: block;
width: 9.9em;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
border: 0px;
color: #000000;
background: #46B446;
}
a:visited.inner,
a:visited.inner-1 {
color: #202020;
background: #46B446;
}
a:hover.inner,
a:hover.inner-1 {
background-color: #f7eedb;
background: #5AE55A;
}

span.menutag {
display: block;
cursor: default;
}

span.invis {
display: none;
}
