#category {}

/* Level 1 */
#category ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
	#category ul li {
		border-bottom:1px solid #e9e9e9;
	}
	#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;
		
		padding-left:13px;
		color: black;
		color:#928e8d;
		text-decoration: none;
		text-decoration: none;
	}
	#category ul li a:hover {}
	#category ul li a.open {
		color:#d62720;
		font-weight:bold;
		font-size:12px;
	}
	#category ul li a.popen {
		background-image:url(../img/menu-arrow.gif);
		background-position:right;
		background-repeat:no-repeat;
	}
	
	#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;
		
		line-height: 25px;
		padding-left:28px;
		text-decoration: none;
		font-size:11px;
		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 {}