body {
margin: 0;
padding: 0;
background: white;
font: 75% verdana, arial, sans-serif;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
top: 0px;
left: 28px;
z-index:100;
width: 592px;
}
#menu dl {
float: left;
width: 10em;
margin: 0 1px;
}
.peq {
float: left;
width: 7em !important;
margin: 0 1px;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #F2F2F2;
border: 1px solid gray;
}
#menu dd {
border: 1px solid gray;
}
#menu ul  {
border: 1px solid gray;
font-weight:normal
}


#menu li {
text-align: center;
background: #fff;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height:1.25em;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
background: #eee;
}

#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}

a {text-decoration: none;
color: black;
color: #222;
}


