body {
	font-family: Tahoma;
	font-size: 11px;
	}
	
dt {
	margin:5;
	padding: 1;
	font-family: Verdana;
	font-size: 13px;
}

dl,  dd, ul, li {
	margin: 0;
	padding: 2;
	font-family: Verdana;
	font-size: 11px;
	list-style-type: none;
}
#menu {
	position: relative; /* Menu position that can be changed at will */
	top: 0;
	left: 0;
}
#menu {
	width: 18em;
}
#menu dt {
	margin: 0px 0;
	height: 21px;
	line-height: 21px;
	text-align: left;
	border: 0px solid gray;
	background: white;
	list-style-type: none;
}
#menu dd {
	border: 0px solid gray;
	list-style-type: none;
}
#menu li {
	text-align: left;
	background: #fff;
	margin: 0px 4;
	list-style-type: none;
}
#menu li a{
	color: #000;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	padding: 0 0 0 8px;
	list-style-type: none;
}
#menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	list-style-type: none;

}

#menu dt a:hover , #menu dd a:hover {
	background-color: #E0DCC0;
	list-style-type: none;
}

#menu li a:hover {
	background: url(../images/bullet.gif) no-repeat 0 4px;
	padding: 0 0 0 8px;
	list-style-type: none;
}