#category {
	width: 196px;
}

/* Level 1 */
#category ul {
	list-style: none;
	padding:0px;
	margin: 0px;
}
	#category ul li {
 		border-bottom: 0px solid #e4e4e4;
	}
	#category ul li a{
		display: block;
		background: transparent url(../img/menu2-bg.gif) no-repeat scroll left center;
		
		min-height: 24px;
		height: 	auto !important;
		height: 	24px;
		line-height: 24px;
		
		color: black;
		color:white;
		text-decoration: none;
		padding-left: 10px;
		font-size:12px;
		margin-bottom:1px;
	}
	#category ul li a:hover {}
	#category ul li a.open,
	#category ul li a.popen {
		background: transparent url(../img/menu2-bg-selected.gif) no-repeat scroll left center;
		color:#00397b;
	}
	
	#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: block;
}
	#category ul li ul li {
		border-bottom: 1px solid #e4e4e4;
	}
	
	#category ul li ul li.last {
		border-bottom: 0px solid #e4e4e4;
	}
	
	#category ul li ul li a{
		font-size: 11px;
		display: block;
		
		min-height: 23px;
		height: 	auto !important;
		height: 	23px;
		line-height: 23px;
		
		color: black;
		color:#00397b;
		text-decoration: none;
		
		margin-left: 15px;
		padding-left:13px;
		background: url(../img/menu2-bullet.gif) no-repeat scroll left center;
	}
	#category ul li ul li a:hover {
		text-decoration: underline;
		color: #00397b;
	}
	#category ul li ul li a.open,
	#category ul li ul li a.popen {
		background: url(../img/menu2-bullet.gif) no-repeat scroll left center;
		font-weight:bold;
		color:#fc8e00;
	}

/* Level 3 */
#category ul li ul li ul {
	border-top:1px solid #e4e4e4;
}
	#category ul li ul li ul li {}
	#category ul li ul li ul li a {
		margin-left:33px;
	}
	#category ul li ul li ul li a:hover {}
	#category ul li ul li a.open {}
