#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: 25px;
		height: 	auto !important;
		height: 	25px;
		line-height: 25px;
		
		color: black;
		text-decoration: none;
	}
	#category ul li a:hover {}
	#category ul li a.open {}
	
	#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;
		
		min-height: 19px;
		height: 	auto !important;
		height: 	19px;
		line-height: 19px;
		
		color: black;
		text-decoration: none;
	}
	#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 {}