/* CSS Document */

		table.categorytree {
	position: relative;
	left: 30px;
	margin: 0px;
	padding: 0px;
	width:100%;
	border-top: 1px none #FF0000;
	border-right: 1px none #FF0000;
	border-bottom: 1px none #FF0000;
	border-left: 1px solid #FF0000;
		
		}
		#maintree{
		position: relative;
		left: 0px;
		margin: 0px;
		padding: 0px;
		background-repeat: no-repeat;
		background-position: right top;
		border: 1px solid <BASECOLOR>;
		
		}
		
		table.categorytree td{
		margin: 0px;
		padding: 0px;
		position: relative;
		top: 0px;
		
		}
	
		table.categorytree td.groupname{
	background-repeat: no-repeat;
	background-position: left 18px;
	text-indent: 15px;
	height: 25px;
	font-size: 12px;
	font-weight: normal;
	color: #CC3300;
	font-style: normal;
	vertical-align: bottom;
	background-image: url(/sysimages/treehor.gif);
		}
		
		table.categorytree td.subgroup{

	background-repeat: no-repeat;
	color: #993333;
	background-position: left center;
		}
		table.categorytree td.subgroupend{
	background-repeat: no-repeat;
	color: #993333;
	background-position: left center;
		}
		
		table.categorytree a.groupname{
			font-size: 12px;
			font-weight: normal;
			text-decoration: none;
		}
		table.categorytree a.groupname:hover{
		
		}
	
		table.categorytree a.groupnamehidden{
		font-size: 12px;
		font-weight: bold;
		color: #FF9900;
		text-decoration: none;
		
		}
		table.categorytree a:hover{
		
		}

		table.categorytree a{
	font-size: 12px;

	color: #0033FF;
	text-decoration: underline;

		
		}
		table.categorytree a.groupname:hover{
		
		}
