body {
background-color: #ffffff;
font-family: Verdana, Arial;
font-size: 12px;
color: #000000;
}

.menue {
font-size: 10px;
color: #000000;
width: 201px;
}

.menue a {
display: block;
width: 201px;
margin: 0px;
font-size: 10px;
color: #000000;
text-decoration: none;
}

.Item a {
display: block;
width: 132px;
padding: 3px 0px 3px 0px;
color: #000000;
background-color: white;
cursor: pointer;
text-align: right;
font-size: 10px;
font-weight: bold;
}
.Item a:hover {
background-color: #ffffff;
}

.SubItem a {
display: block;
font-size: 10px;
font-weight: bold;
width: 132px;
padding: 3px 0px 3px 0px;
color: #990099;
background-color: #ffffff;
text-align: right;
cursor: pointer;
}
.SubItem a:hover {
background-color: #ffffff;
}


#Info {position:absolute; top:380px; left:0px; width:132px; height:50px; z-index:1; }