#category {}

/* Level 1 */
#category ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
	#category ul li {}
	#category ul li a{
		display: block;
		background: transparent url(../img/bullet.gif) no-repeat scroll left center;
		
		min-height: 20px;
		height: 	auto !important;
		height: 	20px;
		line-height: 20px;
		
		color: #7a6f57;
		text-decoration: none;
	}
	#category ul li a:hover {}
	#category ul li a.open {
		color:#1f4091;
		font-weight:bold;
		background:url(../img/bullet-orange.gif) no-repeat 100% 50%;
	}
	
	#category ul li.first {}
	#category ul li.last {}
	#category ul li ul li.first, #category ul li ul li.last {}

/* Level 2 */
#category ul li ul {
	display: none;
}
	#category ul li ul li {}
	#category ul li ul li a{
		display: block;
		background: transparent url(../img/bullet_small.gif) no-repeat scroll left center;
		text-decoration: none;
		padding-left:20px;
	}
	#category ul li ul li a:hover {}
	#category ul li ul li a.open {}

/* Level 3 */
#category ul li ul li ul {}
	#category ul li ul li ul li {}
	#category ul li ul li ul li a {}
	#category ul li ul li ul li a:hover {}
	#category ul li ul li a.open {}
