<style type="text/css" media="screen">
<!-- 
body {
margin: 0;
padding: 0;
background: white;
font: 80% verdana, arial, sans-serif;
}
#menu dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: static; /* Menu position that can be changed at will */

}
#menu {
width: 138px;
}
#menu dt {
cursor: pointer;
margin: 3px 0;
height: 22px;
line-height: 20px;
text-align: left;
font-size: 8pt;
font-weight: bold;
border: 1px solid #FADEB7;
background: #FFF7EE;
}
#menu dd {
display:none;
border: 1px solid #FADEB7;
}
#menu li {
text-align: left;
background: #fff;
height: 15px;
padding-top:2px;
font-weight: bold;
padding-left: 15px;
}
#menu li a, #menu dt a {
color: #C46B6B;
text-decoration: none;
font-size: 8pt;
display: block;
border: 0 none;
height: 100%;
}
#menu dt a:hover, #menu dd:hover {
background: #FBEBDB;
color: #B2ADA1;
}

#menu li a:hover {background: #FBEBDB;}
-->
</style>