
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	margin:			0px;
	padding:		0px;
	position:		absolute;
	top:			-999em;
	width:			250px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
	border: 		#FFFFFF solid 1px;
	background-color: #A7D129;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			3px;
	top:			3.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10px; /* match ul width */
	top:			0;
}



/*** DEMO SKIN ***/

.menu {
	padding: 0px;
	margin: 0px;		
}
.sf-menu a {
	text-decoration:none;
	font-family: "Trebuchet MS";
	color:#FFFFFF;
	text-decoration: none;
	font-size:14px;
	padding: 11px 11px;
	margin-left: 10px;
}
.sf-menu li {
	padding: 0px;
	margin: 0px;
}
.sf-menu li li {
	padding: 0px;
	margin: 0px;
}
.sf-menu li li li {
	padding: 0px;
	margin: 0px;
}
.sf-menu a:focus{
	background: none;
}
.sf-menu li:hover {
	background: none;
	background: url('../images/topnavbkg.png') top left no-repeat;
	background-color: #A7D129;

}
.sf-menu li:hover {
	background: none;
	background: url('../images/topnavbkg.png') top left no-repeat;
	background-color: #A7D129;

}
.sf-menu a:hover{
	xbackground-color: #A7D129;
	outline:		0;
	margin-left:  10px;
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	text-indent: 	-999em;
	overflow:		hidden;
	xbackground:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; 
}


.sf-shadow ul {
	background-color: #A7D129;
	color: #FFFFFF;
}
.sf-menu #current {
	background: url('../images/topnavbkg.png') top left no-repeat;
	background-color: #A7D129;
}
.sf-menu #current a {
	background-color: #A7D129;
	color: #000000;
	font-weight: bold;
	margin-left: 10px;
}
.superfish_clear { 
	clear: both !important;
	height: 1px !important;
	overflow: hidden !important;
	font-size: 1px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.parent {
	xbackground: red;	
}
.parent ul li:hover {
	background-image: none;
	font-weight: bold;
	background-color: #A7D129;
}
.parent ul li:hover a{
	background-image: none;
	font-weight: bold;
}
.parent ul li:active {
	background-image: none;
	background-color: #A7D129;
}

.parent active ul li a:active {
	font-weight:normal;
	color:#FFFFFF;
	background-color: #A7D129;
}
.parent #current {
	background-image: none;
	background-color: #A7D129;
}
.parent #current a{
	color:#FFFFFF;
	font-weight: bold;
	background-color: #A7D129;
}
.sf-menu #current ul li a {
	color:#FFFFFF;
	font-weight: normal;
	background-color: #A7D129;
}


/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}












