body {
font: 11px Arial, Verdana, Helvetica, sans-serif;
margin: 0;
padding: 0;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
font: 11px Arial, Verdana, Helvetica, sans-serif;
width: 190px;
}
#menu dt {
	color: #eee;
	font-size: 12px;
	cursor: pointer;
	height: 20px;
	text-align: left;
	line-height: 20px;
	background: #d00;
	text-indent: 10px;
	margin-right: 0;
	margin-left: 0;
	border-top: 7px solid #be0000; }
#menu li {
	text-align: left;
	background: #d00;
	text-indent: 15px;
	border-top: 2px solid #be0000; }
#menu li a, #menu dt a {
	color: #fff;
	text-decoration: none;
	display: block;
	height: 100%;
	border-width: 0; }

#menu li a:hover, #menu dt a:hover, #menu li a:active, #menu dt a:active {
	color: #fff;
	background: #f66;
	text-decoration: none;
	border-width: 0;
}