#list {
	width: 283px;
	padding: 1px 0 0 0;
	margin-bottom: 1em;
	font-size: .8em;
	background-color: #240601;
	color: #fff;
	}
#list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
#list li {
	margin: 0;
	}
#list li a,
#list li.blank {
	display: block;
	padding: 5px 5px 5px 0.5em;
	text-decoration: none;
	width: 100%;
	background-color: #240601;
	margin-bottom: 1px;
	color: #fff;
	font-weight: bold;
	}
#list li.blank {
	margin-bottom: 0px;
	border-bottom: 1px solid #240601;
	}
html>body #list li a,
html>body #list li.blank {
	width: auto;
	}
#list li a:hover {
	background-color: #5E0D01;
	color: #fff;
	background-repeat: no-repeat;
	}