ul {
	padding:0;
	margin: 0;
	list-style-type: none;
}

li {
	line-height: 18px;
}

.subCategory a:link, .subCategory a:active, .subCategory a:visited {
	color:#333333;
	font-size: 10px;
	text-decoration: none;
}

.subCategory a:hover {
	color:#FF9900;
	text-decoration: underline;
}

.expand {
	background: url(/images/icon_expand.gif) no-repeat 1px 4px;
	text-indent: 14px;
	line-height: 16px;
	margin-top:4px;
	margin-bottom:4px;
	font-weight: bold;
	font-size: 10px;
}

.levelstart {
	background: url(/images/arrows.gif) no-repeat 4px 6px;
	/*margin-left: 5px;*/
	padding-left: 14px;
	
}

.levels {
	background: url(/images/arrows.gif) no-repeat 4px 6px;
	padding-left: 14px;
	/* margin-left: 16px;*/
	
}

.levelsEnd {
	padding-left: 14px;
	/* margin-left: 16px;*/
	background: url(/images/dot.gif) no-repeat 6px 9px;
	
}

.expandWrap {
	padding-left: 10px;
}

