.sf_outer_wrapper {
	background-color: #fff;
    border: 1px solid #ffffff;
    border-top: none;
}

.sf_navigation ul li a {
	color: #699101;
	background-image: url(images/nav_right_edge_1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 40px;
	margin: 0 0 0 1px;
	text-decoration: none;
	display: block;
	line-height: 28px;
	padding: 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.sf_navigation ul li a:hover {
	color: #C61111;
	background-image: url(images/nav_right_edge_hilite_1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-decoration: none;
    display: block;
}


.sf_navigation ul li a:visited {
	color: #1C2906;	
}