The circle/cross? This image?
http://www.ultimaterecruits.com/wp-c...2/10/back2.png
You'd need to edit it in a image editing software, or have it someone do it for you
Otherwise the only other line I see is green (1 pixel border below nav elements) can be found in the css (
http://www.ultimaterecruits.com/wp-c...ecto/style.css)
Code:
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
color: #FFF;
border-bottom: 1px solid #38a11e !important;
}
#navigation .current-menu-item > a:first-child {
color: #FFF;
border-bottom: 1px solid #38a11e;
}
If it's not one of these I'm not sure what your question is