/*
 * The homepage marks FOUNDATION as current_page_item. The gold
 * inset underline then clashes with the rounded bar corner.
 */

#access > .menu > ul > li.current_page_item > a,
#access > .menu > ul > li.current_page_ancestor > a,
#access > .menu > ul > li.current_blue > a,
#access > ul > li.current_page_item > a,
#access > ul > li.current_page_ancestor > a,
#access > ul > li.current_blue > a {
	box-shadow: none !important;
}
