Hi razakenad
For line with red circles add to your custom.css
.t3-mainnav .navbar .nav > li > a {
border-right: 1px solid transparent!important;
}
For white lines to black it use as background an image
.blog-featured.av-grid .items,
.userpage.av-grid .items {
background: url("../../../../images/line.gif") repeat-y right top;
border-bottom: solid 1px #eaeaea;
}
so you can override this image line.gif with a new image but black
Hope it helps