dl, dt, dd, ul, li {
margin : 0;
padding : 0;
list-style-type : none;
}
#menu {
	width : 201px;
	padding : 0;
}
#menu dt {
	cursor : pointer;
	height : 33px;
	line-height : 33px;
	text-align : left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1f1f1f;
	letter-spacing: -1px;
	color: #C7C7C7;
}
#menu dt span {
	width : 201px;
	background-position : left;
	display : block;
	color: #C7C7C7;
	padding-left: 8px;
}
#menu dd {

}
#menu li {
	text-align : left;
	background-color: #3C0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8C8C8C;
	padding-left: 10px;
	line-height: 16px;
}
#menu li a, #menu dt a {
	color: #5f5f5f;
	text-decoration : none;
	display : block;
	height : 20px;
}
#menu dt:hover {
	background-color: #0C0C0C;
	color: #C7C7C7;
}
#menu li a:hover {
	text-decoration: underline;
	text-align: left;
	color: #E4E4E4;
}

