#category { margin-bottom:10px; position:relative; z-index:500; }

/* Level 1 */
#category ul {
	list-style:none;
	padding:0;
	margin:0;
	height:42px;
	background: url(../img/topmenu-bg.png) repeat-x;
}
	#category ul li {
		float:left;
		position:relative;
		background: url(../img/topmenu-splitter.png) no-repeat right;
	}
	#category ul li a {
		display:block;
		min-height: 42px;
		height: 	auto !important;
		height: 	42px;
		line-height: 42px;
		padding:0 12px;
		margin-right:10px;
		color:white;
		text-transform: uppercase;
		background: url(../img/topmenu-arrow-white.png) no-repeat right 50%;
	}
	#category ul li a:hover { color:#E33221; background: url(../img/topmenu-arrow-red.png) no-repeat right 50%; }
	
	#category ul li.open,
	#category ul li.popen {
		background: url(../img/topmenu-selected.png) repeat-x bottom;
	}
	#category ul li a.open,
	#category ul li a.popen {
		background: url(../img/topmenu-arrow-red.png) no-repeat right 50%;
	}
	
	#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;
	background: #e7eadf;
	padding:0px;
	margin:0px;
	height:auto;
	position:absolute;
	width:200px;
	top:42px;
	left:0px;
	z-index:60000;
	-webkit-box-shadow: #666 0px 0px 7px;
	-moz-box-shadow: #666 0px 0px 7px;
	box-shadow: #666 0px 0px 7px;
	behavior: url(/PIE.php);
}
	#category ul li ul li {
		float:none;
		background:none;
		position:relative;
	}
	#category ul li ul li a {
		background: #e7eadf url(../img/submenu-bullet.png) no-repeat 10px 50%;
		display: block;
		height:auto;
		min-height: 0px;
		line-height:normal;
		padding:5px 10px 5px 20px;
		border-bottom:1px solid #111;
		color: black;
		text-decoration: none;
		margin:0px;
	}
	#category ul li ul li a:hover {
		background: #e7eadf url(../img/submenu-bullet.png) no-repeat 10px 50%;
		
	}

/* Level 3 */
#category ul li ul li ul {
	display:none;
	left:200px;
	top:0px;
}
	#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 {}
