body * {
padding:0;
margin:0;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
font-family:Arial;
position: relative;
bottom: 0;
left: 0;
z-index:100;
width: 250px;
font-size:12px;
color:#000000;
}
#menu dl {
float: left;
/*width: 250px;*/
position: relative;
margin: 0 0px;
}
#menu dt {
width:auto;
cursor: pointer;
text-align: center;
font-weight: bold;
background:#CCCCFF;
/*border: 1px solid gray;*/
color:#000000;
}
#menu dd {
background-color: #C7C7C7;
position: absolute;
/*bottom:1.5em;*/
/*width:250px;*/
}
#menu li {
text-align: left;
}
#menu li a, #menu dt a {
color: #000000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
background: #999999;
}

#menu a {
text-decoration: none;
color: #000000;
color: #222;
}
