#menu {
	top: 0;
	left: 0;
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-image: url(../images/bullet.gif);
	list-style-type: square;
}
#menu dt {
	cursor: pointer;
	margin: 0px 6px;
	;
	height: 18px;
	line-height: 20px;
	text-align: left;
	font-weight: bold;
	border-width: 1px;
	border-bottom: 1px;
	border-bottom-color: #000000;
	font-size: 1.2em;
	width: auto;
}
#menu li {
	text-align: left;
	margin-left: -20px;
}
#menu li a:hover {
	text-decoration: underline;
	color: #000000;
}
#menu dt a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #EBE9DC;
}
#menu li a:active {
}
#menu li a:link {
}
#menu li a:visited {
}

