#nav {
    width: 250px;
    margin: 0 0 20px 14px;
}

#nav ul {
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav ul li {
    position: relative;
    background: transparent;
    /*line-height: 30px;*/
}

#nav ul li a {
    border-bottom: solid 1px #ccc;
    display: block;
    text-decoration: none;
    color: #0072a7;
    background: transparent;
    padding: 5px 0 5px 20px;
    width: 211px;
    font: normal 12px Arial;
    text-transform: capitalize;
}

#nav ul li a:hover, #nav ul .linkSelected {
    background: transparent url(/images/templates/large_square.gif) no-repeat left center;
}

#nav ul li a:hover, #nav ul .parentSelected {
    background: transparent url(/images/templates/large_square.gif) no-repeat left 8px;
}

#nav ul .selected ul {
    display: block;
}

#nav ul .selected ul li, #nav ul .parentSelected ul {
    display: block;
    padding-left: 20px;
}

#nav ul .selected ul li a, #nav ul .parentSelected ul a {
    border-bottom: none;
}

#nav ul li li a:hover, #nav ul ul .linkSelected {
    background: transparent url(/images/templates/small_square.gif) no-repeat left center;
}

#nav li ul {
    display: none;
}