#category {}

/* Level 1 */
#category ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
	#category ul li {
		
	}
	#category ul li a{
		display: block;
		background: transparent url(../img/bullet.gif) no-repeat scroll left center;
		padding-left: 17px;
		
		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 {
		
	}

/* 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;
		padding-left: 10px;
		
		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 {
	}