ul {
list-style-type: none;
margin: 0;
padding: 0;
}

li {
list-style-type: none;
margin: 0;
padding: 0;
}

#menu {
position: absolute;
width: 700px;
height:17px;
top: 90px;
left:197px;
margin: 0;
background-color: transparent;
z-index: 10;
}

#menu li {
height: 17px;
float:left;
}

#menu a {
height: 38px;
width:91px;
display: block;
text-align: center;
line-height: 38px;
font-size: 0.9em;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
font-weight: normal; 
text-decoration: none;
margin: 0 9px 0 9px;
color: #000000;
}

#menu a:link {
color:#000000;
text-decoration: none;
}

#menu a:visited {
color: #000000; 
text-decoration:none; 
}

#menu a:focus {
color: #000000;
text-decoration:none;
}

#menu a:hover {
background-image:url(../image/pfeil.gif);
background-repeat:no-repeat;
background-position:50% 0%;
height:38px;
color: #000000;
text-decoration:underline;
}

#menu a:active {
color: #000000;
text-decoration:none;
}


