body {
margin: 0;
padding: 0;
background: #C4C4C4;
font: 12px verdana, arial, sans-serif;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: relative;
top: 0;
left: 0;
z-index:100;
width: 100%;
}
#menu dl {
float: left;
width: 9.2em;
position: relative;
margin: 0 1px;
color: #000000;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #ffff00;
border: 1px solid gray;
}
#menu dd {
border: 1px solid gray;
position: absolute;
bottom:1.5em;
}
#menu li {
	text-align: center;
	background: #fff;
	color: #000000;
}
#menu li a {
color: #000000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu dt a {
color: #000000;
text-decoration: none;
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: 1px solid gray;
}

a {text-decoration: none;
color: black;
color: #000000;
}
.style1 {font-size: 100%}
