/*--------------------------------------------------
*	Title: style_Categorytree.css
*	URI: http://de-lab.com
*	Last Modified: 2007-10-17
*	Author: sato
--------------------------------------------------*/
#categoriestree{
width: 150px;
font-size: 11px;
}
#categoriestree ul,
#categoriestree ul li{
	margin: 5px;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
	list-style: none outside;
}
#categoriestree li{
	margin-left: 5px;
}
#categoriestree ul li li{
	margin-left: 10px;
}

#categoriestree li a{
	display: block;
	border-bottom:dotted #ccc 1px;
	height: 16px;
	background: url(../images/folder.png) no-repeat 0px -2px;
	text-decoration:none;
	margin-bottom:5px;
	padding-left: 20px;
}
#categoriestree li a:hover{
	background: url(../images/folder_explore.png) no-repeat 1px 0px;
}
