.menuCategory {
	list-style-position: outside;
	}	
ul.menuCategory  {
	list-style-type: none;
	width: 100%;
	}	
.menuCategory li {
	list-style-type: none;
	position: relative;
	z-index: 9999;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 177px;
	height: 24px;
	display: block;
	}	
.menuCategory a, .menuCategory a:visited, #adminMenu a {
	display: block;
	color: #002D00;
	font-weight: normal;
	line-height: 24px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	width: 172px;
	}	

.menuCategory  a:hover,.menuCategory  a.selected, #adminMenu a:hover {
 	text-decoration: none;
	color: #f1a80c;
	}	
.menuCategory a.sf-with-ul {
	width: 172px;
	background: url(../images/menu_arrow_off2.png) 100% 50% no-repeat;
	}		
.menuCategory a.sf-with-ul:hover {
	width: 172px;
	background: url(../images/menu_arrow.gif) 100% 50% no-repeat;
	}		
/*--- level 2 ----*/	
ul#dropdown ul {
	position: absolute;	
	z-index: 999;
	top: -999em;
	width: 100%;
	}	
ul#dropdown li:hover ul {
	left: 177px;
	top: 0px;
	z-index: 999;
	visibility:		inherit;
	background: url(../images/trans_green.png);
	border: 1px solid #C0D8C6;
	border-left: none;
	}
.menuCategory ul li a {
	color: #ffffff;
	}	
.menuCategory ul li  a:hover {
	color: #f1a80c;
	background: #002D00;
	}		
.menuCategory ul li a.sf-with-ul:hover {
	width: 172px;
	background: #004500 url(../images/menu_arrow.gif) 100% 50% no-repeat;
	}		
/*--- level 3 ----*/		
ul#dropdown li ul li:hover ul {
		background: url(../images/trans_green.png);
	left: 175px;
	width: auto;
	}	
.menuCategory ul li ul li a {
	width: 500px;
	color: white;
	}	
.menuCategory ul li ul li a:hover {
	color: #f1a80c;
	background: #004500;
	}		
/*---end menu ---- */	

.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/menu_arrow.gif') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
