﻿.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding-left: 15px;

background-color: transparent;
}
.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(../images/CLASS_icon2.jpg) no-repeat left 1px;
list-style-type: none;
padding-left: 15px;
margin-bottom: 2px;
font-size:100%;
line-height:150%;
text-align:left;
background-color: transparent;
border-bottom:1pt dotted #b3b3b3; 
}
em
{	
	font-weight:100;
	color:#ff3d0d;
	font-weight:bold;	
	padding-left:2px;
	font-style:normal;
	*font-style:normal;/*ie67歸零*/
}