#category {
	background-color: #fff;
}

/* Level 1 */
#category ul {
	list-style: none;
	padding: 0px;
	margin: 0px;

}
	#category ul li {
		background: url(../img/menubglina.jpg) no-repeat bottom;
	}
	#category ul li a{
		display: block;
		
		min-height: 26px;
		height: 	auto !important;
		height: 	26px;
		line-height: 26px;
		
		color: #5b5b5b;
		text-decoration: none;
		padding-left:17px;
	}
	#category ul li a:hover {
		background: url(../img/menu2selected.jpg) no-repeat top;
		color: #011077;
	}
	#category ul li a.open {
		background: url(../img/menu2selected.jpg) no-repeat top;
		color: #01062a;
		font-weight:bold;
	}
	
	#category ul li.first {
		background: url(../img/menubglina.jpg) no-repeat bottom;
	}
	#category ul li.last {
		background: url(../img/menubglina.jpg) no-repeat bottom;
	}
	#category ul li ul li.first, #category ul li ul li.last {}

/* Level 2 */
#category ul li ul {

}
	#category ul li ul li {
	}
	#category ul li ul li a{
		display: block;
		
		min-height: 19px;
		height: 	auto !important;
		height: 	19px;
		line-height: 19px;
		
		color: #011077;
		text-decoration: none;
		background: #fff;
		padding-left: 27px;
		background: url(../img/menubglina.jpg) no-repeat bottom;
		padding-bottom: 5px;
	}
	
	#category ul li ul a.open {
		background:#fff;
		color: #011077;
		background: url(../img/menubglina.jpg) no-repeat bottom;
	}
		
	
	#category ul li ul li a:hover {
		background: url(../img/menubglina.jpg) no-repeat bottom;
		text-decoration: none;
	}
	#category ul li ul li a.open {
		background: url(../img/menubglina.jpg) no-repeat bottom;
	}

/* 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 {}