body {
	background: white;
	font: 80% Arial, Helvetica, sans-serif;
}
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidebar2 dt {
	cursor: pointer;
	height: 30px;
	line-height: 25px;
	text-align: left;
	font-weight: bold;
	background-image: url(../menu-pic/back-level_menu2.png);
	color: #663399;
	margin-bottom: 5px;
	min-height: 25px;
	padding-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#sidebar2 dd {
}
#sidebar2 li {
	text-align: left;
	line-height: 120%;
	font-weight: normal;
	padding-left: 12px;
	margin-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
}
#sidebar2 li a, #sidebar2 dt a {
	color: #663366;
	text-decoration: none;
	display: inline;
	border: none;
	height: 30px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#sidebar2 li a:hover, #sidebar2 dt a:hover {
	color: #993366;
	font-weight: bold;
	text-decoration: underline;
	line-height: 120%;
	font-family: Arial, Helvetica, sans-serif;
}
a:focus { 
outline:none; 
}

