/*menu  */
dl, dt, dd, #menu ul, #menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color:#f7f5e6;
}
#menu {
	width: 169px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#menu dt {
	cursor: pointer;
	margin: 2px 0;
	height: 22px;
	line-height: 22px;
	text-align: left;
	text-indent: 20px;
	font-weight:normal;
	background: #000000 ;
}
#menu dd {
	border: 0px solid gray;

}
#menu li {
	margin: 2px 0;
	height: 22px;
	line-height: 22px;
	text-align: left;
	text-indent: 40px;
	background: #4c4c4c;
	font-weight:normal;

}
#menu dt a {
	color: #f7f5e6;
	text-decoration: none;
	font-weight:normal;
	display: block;
	border: 0 none;
	height: 100%;
}

#menu li a {
	color: #f7f5e6;
	text-decoration: none;
	font-weight:normal;
	display: block;
	border: 0 none;
	height: 100%;
}

#menu li a:hover, #menu dt a:hover {
	background:#7d7d7d;
}