.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(../../images/menu_list.gif) no-repeat 5px 11px;
list-style-type: none;
padding-left: 22px;
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
/*background: white url(../../images/closed.gif) no-repeat left 1px;*/
background: white url(../../images/menu_list.gif) no-repeat 5px 11px;
cursor: hand !important;
cursor: pointer !important;
padding-bottom: 3px;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

ul.treeview li ul a:hover {
	color: #1182c3; 
	text-decoration: none; 
	border-bottom:1px dashed #1182c3;
	}
ul.treeview li ul a {
	font-size: 10px;
	color:#676767; 
	text-decoration: none;
	line-height:15px;
	margin:0;
	}
ul.treeview li ul li {
	margin-bottom:7px;
	background: url(../../images/dot-1.gif) top left no-repeat;
	padding-left:12px;
	}
*+ html ul.treeview li ul li {
	background: url(../../images/dot-1.gif) 1px 2px no-repeat;
	padding-left:13px;
	}
ul.treeview li ul  {
	list-style-type:none;		
	color:#aaa; 
	font-size:6px;
	margin:9px 0 10px -2px;
	padding-left:-2px;
	}
ul.treeview li a:hover {
	color: #2292d3; 
	text-decoration: none; 
	border-bottom:1px dashed #2292d3;
	}
ul.treeview li a {
	font-size: 8pt;
	color: #000000;
	line-height: 26px;
	text-decoration:none;
	}
ul.treeview li.current a {
	color: #2292d3; 
	}
/* ½Õ¾ã tree menu ¥ªÃä¶ZÂ÷ */
ul.treeview {
	list-style-type:none;
	margin:22px 0 27px 0px;
	padding-left:0px;
	
	}
*+ html ul.treeview {
	margin-top:20px;
	margin-bottom:29px;
	}
* html ul.treeview {
	margin-top:6px;
	margin-bottom:29px;
	}