ul.categorytree {
	list-style-type:none;
}

ul.categorytree li {
	margin-bottom: 5px;
}
body div.formbox ul.categorytree a {
	width:auto;
}
html body div.formbox ul.categorytree a.category, ul.categorytree a.category:hover {
	background-image:url(/images/icon_folder.gif) !important;
	padding-left: 20px;
}

body div.formbox ul.categorytree a.link, ul.categorytree a.link:hover {
	background-image:url(/images/icon_link.gif)) !important;
	padding-left: 20px;
}

body div.formbox ul.categorytree a.deletecategory, ul.categorytree a.deletecategory:hover {
	background-image:url(/images/icon_deletecategory.gif);		
	width:20px;
}

body div.formbox ul.categorytree a.editcategory, ul.categorytree a.editcategory:hover {
	background-image:url(/images/icon_editcategory.gif);
	width:20px;
}

body div.formbox ul.categorytree a.addsubcategory, ul.categorytree a.addsubcategory:hover {
	background-image:url(/images/icon_addsubcategory.gif);
	width:20px;
}

body div.formbox ul.categorytree a.browsecategory, ul.categorytree a.browsecategory:hover {
	background-image:url(/images/icon_browsecategory.gif);
	width:25px;
}


body a.admincategorylink, body a.admincategorylink:hover {
	background-image:url(/images/icon_folder.gif) !important;
	margin-top: 5px;
}



body a.imagechooser, body a.imagechooser:hover {
	background-image:url(/images/icon_image.gif);
	margin-top: 5px;
}
