Cool got it sorted with some inline CSS:
Code:
<ul style="padding: 0px 0px 20px 50px">
Any ideas on having the top links showing the underline when on the page i.e. when on About Me it stays underlined.
I thought the visited state would sort that:
Code:
nav li a:visited {
border-bottom: 1px solid #63C2DE;
}