#category {}

/* Level 1 */
#category ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
	#category ul li {
		background-image: url(../img/menu-underline.gif);
		background-repeat: no-repeat;
		background-position: bottom left;
	}
	#category ul li a{
		display: block;
		background-image: url(../img/menu-bullet.gif);
		background-repeat: no-repeat;
		background-position: left;
		
		padding-left:18px;
		margin-left:20px;
		
		min-height: 25px;
		height: 	auto !important;
		height: 	25px;
		line-height: 25px;
		
		color: black;
		text-decoration: none;
	}
	#category ul li a:hover {
			background-image: url(../img/menu-selected.gif);
		background-repeat: no-repeat;
		background-position: left;
	
	}
	#category ul li a.open {
		background-image: url(../img/menu-selected.gif);
		background-repeat: no-repeat;
		background-position: left;
		font-weight:bold;
	}
	
	#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;
	padding-bottom: 7px;
}
	#category ul li ul li {background:none;}
	#category ul li ul li a {
		display: block;
		background:none;
		background-image: url(../img/menu-sub-bullet.gif);
		background-repeat: no-repeat;
		background-position: left;
		min-height: 19px;
		height: 	auto !important;
		height: 	19px;
		line-height: 19px;
		border:0px;
		color: black;
		text-decoration: none;
		margin-left:34px;
		padding-left:16px;
	}
	#category ul li ul li a:hover {
			background-image: url(../img/menu-sub-selected.gif);
		background-repeat: no-repeat;
		background-position: left;
	}
	#category ul li ul li a.open {
		background-image: url(../img/menu-sub-selected.gif);
		background-repeat: no-repeat;
		background-position: left;
	}

/* 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 {}
