#nav a {
	color: #000;
}
.TopListItem {
	border-color: #FFF;
}
#SideNavMenu .NavLinks a {color: #000}

li.TopNav ul {
    width: 220px;
    max-height: 600px;
    overflow: auto;
        overflow-x: auto;
    overflow-x: hidden;
    text-align: left;
    top: 24px;
    _top: 55px;
    left: -9999px;
    list-style: none;
    padding: 3px 5px;
    margin: 0;
    position: absolute;
    font-weight: normal;
    z-index: 500;
    background: #999;
    border: 1px solid #3c3c3c;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: rgb(60, 60, 60);
    border-top: 0;
}