#MENUBAR {
height: 30px;
width: 747px;
background: #415093;
position: absolute;
top: 95px;
right: 55px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-khtml-border-radius-topleft: 10px;
-khtml-border-radius-topright: 10px;
}

#MENU{
font-size: 1em;
vertical-align: bottom;
padding: 4px 12px 4px 4px;
width: 720px;
display: block;
}

#MENU li{
position: relative;
display: inline;
float: left;
height: 25px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-khtml-border-radius-topleft: 5px;
-khtml-border-radius-topright: 5px;
}

#MENU li:hover {
background: #7a85b3;
padding-top: 4px;
height: 21px;
color: #fff;
}

#MENU a span {
display:block; 
float: left;
padding: 0px 12px 8px 12px;
font-size: 14px;
vertical-align: bottom;
cursor: pointer;
}

ul#MENU li a:hover,
ul#MENU li a:active {
color: #fff;
}

li:hover ul#Newsub,
li.over ul#Newsub {
display: block;
}

/*-------------------------------------------------------------------*/

#Newsub {
position: absolute;
top: 25px;
left: 0px;
width: 120px;
padding: 5px 5px;
background: #7a85b3;
display: none;
border-top: 1px solid #415093;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
-khtml-border-radius-bottomleft: 10px;
-khtml-border-radius-bottomright: 10px;
}

#Newsub li {
width: 100%;
}

#Newsub li:hover {
padding-top: 0px;
height: 25px;
}

#Newsub li a:link,
#Newsub li a:visited {
display: block;
padding: 2px 0px 2px 8px;
color: #fff;
width: 110px;
}

#Newsub a:hover,
#Newsub a:active {
background: #415093;
-moz-border-radius: 5px;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-khtml-border-radius: 5px;
}

.klein {
font-size: 10px;
}
/*-------------------------------------------------------------------*/
