.tree { display:block; 
        background-color: white;
}

.tree2 { display:none; 
}

.menu {
}

#side_d .tree a {
	display: block;
	width:115px;
	font-size: 11px;
	color:#666666;
	line-height: 15px;
	margin-right: auto;
	margin-left: 15px;
	padding-top: 3px;
	padding-right: 15px;
	padding-left: 10px;
	padding-bottom: 3px;
/*	background-image:url(img/li.gif); */
	background-repeat: no-repeat;
	background-color: #EEEEFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #948C74;
	background-position: 7px center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CBC8BC;
	text-decoration: none;
}

#side_d .tree a:hover {
	background-color: #FCF9E4;
	color: #3300FF;
	text-decoration: none;
	background-position: 8px;
}

