body {
font: 100% Arial, "Helvetica Neue", Geneva, sans-serif;
}

#menu {
position: absolute;
top: 70px;
left: 150px;
z-index:100;
width: 100%;
}
#menu dl {
float: left;
width: 100px;
margin: 0 1px;
list-style-type: none;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background-color: white; color: black;
border: 0 none ;
list-style-type: none;
}
#menu dd {
position: absolute; top: 18px; left: 0px;
border-top: 1px solid black;
list-style-type: none;
}
#menu li {
text-align: left;
background: #fff; color: black;
border-left: 1px solid black; border-right: 1px solid black; border-bottom: 1px solid black;
padding: 5px;
width: 135px;
font-size: 11px;
list-style-type: none;
}
#menu li a, #menu dt a {
color: #000; background-color: white;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
background-color: white; color: black;
}

