/* the line below each menu item */
.sf-menu ul li {
	border-bottom: 1px solid #808170;
}
/* the right border of each menu item */
.sf-menu li {
	border-right: 1px solid black;
}
/* color of the text top menu items not selected */
.sf-menu a, .sf-menu a:link, .sf-menu a:visited  { 
	color: #000;
}
/* default background color */
.sf-menu li li {
	background: #B0B579;
}

/* hover over selected menu item link */
.sf-menu li li:hover .sf-menu li li .sfHover, .sf-menu li li a:focus,
  .sf-menu li li a:hover, .sf-menu li li a:active {
	background: #808170;
	color: #FFF;
}
/* color of the menu item text */
.sf-menu li.sfHover a, .sf-menu li:hover a {
	color: #000;
}
/* background color for top link when hovering over menu*/
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#B0B579;
	outline:		0;
}
/* background color for top div when hovering over menu*/
.sf-menu li.sfHover, .sf-menu  li:hover {
	background: #B0B579;
}


