hey I took a quick look and this is what I came up with:
Code:
#nav {position:absolute;
padding:10px;
float: left;
text-align:center;
width: 175px;
height: 200px;}
#nav a {display:block;
color:#0554AD;
border-top: 1px solid #FF6600;
border-bottom: 1px solid #FF6600;
background-color: #FFFFFF;
font-weight: bold;}
you want to use the borders to accomplish the lines extending out, to make the lines smaller decrease the width and to lengthen the lines increase the width. if you need anything else feel free to PM me. hope this helps
Bookmarks