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