/* CSS Document */

<!-- 


dl, dt, dd, ul, li {
margin: 5px;
padding: 0;
list-style-type: none;
}
#menu {
position: relative;
top: 0;
left: 0;
}
dl#menu {
width: 15.5em;
}
dl#menu dt {
cursor: pointer;
margin: 2px 5px;
height: 20px;
line-height: 20px;
text-align: left;
font-weight: bold;
color:#003366;
border-bottom: 1px solid gray;
background: #fff;
}
dl#menu dd {
border-bottom:1px dotted red;
}
dl#menu li {
text-align: left;
background: #fff;
color:#003366;
}
dl#menu li a, dl#menu dt a {
color:#003366;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

dl#menu li a:hover, dl#menu dt a:hover {
background: #bdd3fa;

}

dd#menu a:hover {
background: #bdd3fa;
text-decoration: underline;
}






-->

