#category {}

/* Level 1 */
#category ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
	#category ul li {
		background:url(../img/menu-bg.gif) repeat-x top;
	}
	#category ul li a {
		display: block;		
		min-height: 34px;
		height: 	auto !important;
		height: 	34px;
		line-height: 34px;
		color:#474747;
		font-size:17px;
		padding-left:15px;
		text-decoration: none;
		font-weight:bold;
	}
	#category ul li a:hover {}
	
	#category ul li.open,
	#category ul li.popen {
		background:url(../img/menu-selected-bg.gif) repeat-x top;
	}
	#category ul li.open a.open,
	#category ul li.popen a.popen {
		color:white;
	}
	
	#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;
		font-size:14px;
		color:#da3e77;
		text-decoration: none;
		min-height: 28px;
		height: 	auto !important;
		height: 	28px;
		line-height: 28px;
		padding-left:10px;
		margin-left:15px;
		background:url(../img/submenu-bullet.gif) no-repeat 0% 50%;
	}
	#category ul li ul li a:hover {}
	
	#category ul li.popen ul li.open {
		background:url(../img/menu-bg.gif) repeat-x top;
	}
	#category ul li.popen ul li.open a.open {
		color:#474747;
	}

/* Level 3 */
#category ul li ul li ul {}
	#category ul li ul li ul li {}
	#category ul li ul li ul li a {
		padding-left:10px;
		margin-left:25px;
	}
	#category ul li ul li ul li a:hover {}
	#category ul li ul li a.open {}
	
	
		#category ul li a.id-145 { background: url(../img/menu-hundar.gif) no-repeat top right; }
		#category ul li.open a.id-145, #category ul li.popen a.id-145 { background: url(../img/menu-hundar-on.gif) no-repeat top right; }
		
		#category ul li a.id-146 { background: url(../img/menu-kettir.gif) no-repeat top right; }
		#category ul li.open a.id-146, #category ul li.popen a.id-146 { background: url(../img/menu-kettir-on.gif) no-repeat top right; }
		
		#category ul li a.id-147 { background: url(../img/menu-smadyr.gif) no-repeat top right; }
		#category ul li.open a.id-147, #category ul li.popen a.id-147 { background: url(../img/menu-smadyr-on.gif) no-repeat top right; }
		
		#category ul li a.id-143 { background: url(../img/menu-annad.gif) no-repeat top right; }
		#category ul li.open a.id-143, #category ul li.popen a.id-143 { background: url(../img/menu-annad-on.gif) no-repeat top right; }