#category {}

/* Level 1 */
#category ul {
	list-style: none;
	padding-left: 10px;
	margin: 0px;
}
	#category ul li {
		background: url(../img/itm_bullet.gif) no-repeat left;
		background-position: 5px 7px;
		border-bottom: 1px solid #e4e2cb;
	}
	
	#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: #66662a;
		text-decoration: none;
		padding-left:23px;
		font-weight: bold;
	}
	#category ul li a:hover {
		text-decoration: underline;
	}
	
	#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 {
		border-bottom: 1px solid #e4e2cb;
		background: transparent;
	}
	
	#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: #492420;
		text-decoration: none;
		font-weight: bold;
		padding-left:15px;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	#category ul li ul li a:hover {
		text-decoration: underline;
	}
	
	#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 {}