/*menu  */
dl, dt, dd, #menu ul, #menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	
}
#menu {
	width: 190px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#menu dt {
	cursor: pointer;
	margin:  0;
	height: 22px;
	line-height: 22px;
	text-align: left;
	text-indent: 20px;
	font-weight:normal;
	background: #993333 ;
	
}

#menu li {
	margin:  0;
	height: 20px;
	line-height: 20px;
	text-align: left;
	text-indent: 30px;
	background: #FFCC99;
	font-weight:normal;
	font-size: 12px;
    
}
#menu dt a {
	color: #FFCC99;
	text-decoration: none;
	font-weight:normal;
	display: block;
	border: 1px solid #D99273;
	height: 100%;
}

#menu li a {
	color: #000000;
	text-decoration: none;
	font-weight:normal;
	display: block;
	border: 0 none;
	height: 100%;
}

#menu li a:hover  {
	color: #993300;
}

#menu dt a:hover {
    background: #BF6C59;
}