a {
color: #000000;
text-decoration: none;
}

a:visited {
text-decoration: none;
}

a:hover {
color: #ccc;
}

#nav {
list-style: none;
z-index: 2;
border-right: 1px solid #fff;
height: 210px;
width: 150px;
}

#nav li a {
color: #000000;
font: normal 11px/24px geneva, helvetica, sans-serif;
font-size: 1.5em;
display: block;
width: 140px;
height: 24px;
background-color: #FFFFFF;
border-bottom: 1px solid #fff;
padding-left: 10px;
text-decoration: none;
}

#nav li a:hover {
color: #565656;
background-color: #FFFFFF;
}

#current a {
/*background-image: url("images/bullet.gif");*/
background-repeat: no-repeat;
background-position: 100% 50%;
}