#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;
		background-image: url(../img/menu-backgr.gif);
		min-height: 29px;
		height: 	auto !important;
		height: 	29px;
		line-height: 29px;
		
		color: black;
		color:white;
		padding-left:11px;
		text-decoration: none;
	}
	#category ul li a:hover {text-decoration:underline;}
	#category ul li a.open {
		background-image: url(../img/menu-active-backgr.gif);
	}
	#category ul li a.popen {
		background-image: url(../img/menu-active-backgr.gif);
	}
	
	#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;
		background:none;
		min-height: 26px;
		height: 	auto !important;
		height: 	26px;
		line-height: 26px;
		border-bottom:1px solid #dedede;
		color: black;
		text-decoration: none;
	}
	#category ul li ul li a:hover {}
	#category ul li ul li a.open {
		background:none;
		color:#000;
		font-weight:bold;
	}

/* 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 {}
