#menu {
position: absolute;
top: 0;
left: 50%;
z-index:100;
margin: 0 0 0 -360px;
z-index:100;
width:100%;
}
#menu dl {
float: left;
width: 140px;
margin: 0 1px;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
font-size: 100%;
background: #ccc;
border: 1px solid gray;
}
#menu dd {
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #fff;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
background: #eee;
}

#body {
left: 50%;
z-index:90;
width: 700;
margin: 0 0 0 -330;
margin: 0;
padding: 0;
}

body {
background: white;
font-size: 11px; font-family: arial,verdana,helvetica; text-decoration: none;
}
td {
font-size: 11px; font-family: arial,verdana,helvetica; text-decoration: none;
}
h3{
font-size: 18px;
font-family: arial,verdana,helvetica; 
font-weight: bold;
text-decoration: none;
}
dl, dt, dd, ul, li {
font-size: 100%; font-family: arial,verdana,helvetica; text-decoration: none;
margin: 0;
padding: 0;
list-style-type: none;
}

a {text-decoration: none;
font-size: 100%; font-family: arial,verdana,helvetica; text-decoration: none;
color: black;
color: #222;
}
A:link {color:black; text-decoration:none}
A:hover {color:blue; text-decoration:underline}
