<style type="text/css" media="screen">
<!-- 
body {
margin: 0;
padding-left:0;
font-family:Arial, Helvetica, sans-serif;
text-align:left;

}
dl, dt, dd, ul, li {
margin: 0;
padding-left:0;
list-style-type: none;
}
#menu {
position: relative; /* Menu position that can be changed at will */
top: 0;
left: 0;
}
#menu {
width: 150px;
}
#menu dt {
cursor: pointer;
padding-left:0px;
height: 20px;
line-height: 20px;
text-align: left;
font-weight: bold;
font-size:0.8em;
font-family:Arial, Helvetica, sans-serif;
color:#FFFF99;
border: 0px;
background-color:#333333;
}
#menu dd {
border: opx;
}
#menu li {
text-align: left;
font-size:0.8em;
background-color:#333333;
}
#menu li a, #menu dt a {
color:#FFFF99;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover, #menu dt a:hover {
background: #666666;
}
-->
</style>