/* category block */
.categoryRow {
	margin: 0;
	padding: 0;
}

.categoryRow li {
	margin-bottom: .2em;
	list-style: none;	
}

.categoryRow li a {
	background: url(../images/bullet.gif) no-repeat 0 .2em;
	padding-left: 10px;
}

/* second level */
.categoryRow ul {
	margin: .2em 0 0 0;
	padding: 0;
	list-style-type: none;
}

.categoryRow li li {
	background: url(../images/bullet.gif) no-repeat 20px .2em;
}

.categoryRow li li a {
	padding: 0 0 0 20px;
	background: url(../images/bullet.gif) no-repeat 20px .2em;
}

/* third level */
.categoryRow ul ul {
	padding: 0 0 0 10px;
}

.categoryRow li li li {
	background: url(../images/bullet.gif) no-repeat 30px .2em;
}

.categoryRow li li li a {
	background: url(../images/bullet.gif) no-repeat 30px .2em;
}

/* fourth level */
.categoryRow ul ul ul {
	padding: 0 0 0 20px;
}

.categoryRow li li li li {
	background: url(../images/bullet.gif) no-repeat 40px .2em;
}

.categoryRow li li li li a {
	background: url(../images/bullet.gif) no-repeat 40px .2em;
}
