/* CSS Document */

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute; /* Menu position that can be changed at will */
top: 150px;
left: 40px;
}
#menu {
/*width: 15em;*/
width: 200px;
}
#menu dt {
cursor: pointer;
margin: 2px 0;;
height: 20px;
line-height: 20px;
text-align: left;
font-weight: bold;
/*border: 1px solid gray;
background: #ccc;*/
background-image: url(../images/bullet_sidebar.gif);
background-repeat: no-repeat;
background-position: left;
}
#menu dd {
/*border: 1px solid gray;*/
}
#menu li {
text-align: left;
/*background: #fff;*/
margin-left: 20px;
}
#menu li a, #menu dt a {
color: #0053A0;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover, #menu dt a:hover {
/*background: #eee;*/
color: #fff;
}
