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: 120px;
left: 10px;
}
#menu {
width: 190px;
}
#menu dt {
background:  url(../img/hbg.gif) left top repeat #CCCCCC;
cursor: pointer;
padding-left:5px;
margin: 2px;
height: 20px;
line-height: 20px;
text-align: left;
font-weight: bold;
font-size:11pt;
color: #4C96CD;
}

#menu dt a {
color: #4C96CD;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

#menu dd {
}
#menu li {
text-align: left;
font-size:9pt;
}
#menu li a {
padding-left:5px;
color: #4C96CD;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover, #menu dt a:hover {
background:  url(../img/hbg.gif) left top repeat #CCCCCC;
font-weight: bold;
color:#000;
}

#menu hr {
	display: block;
	height: 1px;
	color: #4C96CD;
	background-color: #4C96CD;
	width: 100%;
	border: none;
}
