
/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	7.6em;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	7.6em; /* match ul width */
}

.sf-menu a {
	border-left:	1px solid #99CC33;
	border-top:		1px solid #99CC33;
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
	font-family: Arial;	
	font-size: 12px;
}
.sf-menu li {
	background:		#31531A;
}
.sf-menu li li {
	background:		#31531A;
}
.sf-menu li li li {
	background:		#31531A;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#99CC33;
	outline:		0;
	color: #336600;	
}

