I am trying to replicate the effect I see

Currently I have http://jsfiddle.net/GWkk3/

How can I remove the border between the active li and the 2nd level nav?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Draw the border on the parent
<li>elements rather than the child<ul>. Add/change these properties:And remove this property:
That gets us this far:
Now the inner border just needs to be extended all the way to the right (I’m working on that part).