body {
margin: 0;
padding: 0;
background: white;
font-family: Comic Sans MS;
color: #4a4848;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
font-size: 13px;
}
#menu {
position: absolute;
top: 0;
left: 0;
z-index:100;
width: 120%;
}
#menu dl {
float: left;
width: 85px;
margin: 0 1px;
}
#menu dt {
cursor: pointer;
height: ;
position:relative;
text-align: center;
font-weight: bold;
background: #b3b3b3;
border: 0px solid gray;
}
#menu dd {
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #b3b3b3;
}
#menu li a, #menu dt a {
color: #4a4848;
text-decoration: none;
display: block;
height: 100%;
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: 0px solid gray; 
}
a {text-decoration: none;
color: #b3b3b3;
color: #4a4848;
}
