/* CSS from toturials of www.alsacreations.com/articles */
<!-- 
body {
margin: 0;
padding: 0;
background: white;
font-family: arial,helvetica,sans-serif;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute, z-index:1, left:15px, top:178px, height:500px, width:200px, visibility:hidden;
top: 0;
left: 0;
margin-left: 4px;
}
#menu {
width: 9em;
}
#menu dt {
color: #000066;
cursor: pointer;
margin: 0px 0;;
height: 20px;
line-height: 20px;
text-align: left;
font-size: 12px;
font-weight: bold;
border: 0px none;
background: #CECFDE;
}
#menu dd {
cursor: pointer;
margin: 0px 0;;
text-align: left;
border: 11px none;
font-size: 10px;
font-weight: bold;
}
#menu li {
text-align: left;
margin-left: 7px;
background: #CECFDE;
}
#menu li a, #menu dt a {
color: #3333FF;
text-decoration: none;
display: block;
border: 0px none;
height: 100%
}

#menu li a:hover, #menu dt a:hover {
color: #FF0033;
text-decoration:none;
}
-->
