div#navigation {
    position:relative;
    left: 0px;
    top:0px;
    width: 100%;

    padding: 0;
    margin: 0;
    color: #464646;
    font-family: 'Tahoma';
    font-size: 12px;
    overflow: visible;
    white-space:nowrap;
}

div#navigation a {
    padding: 0;
    margin: 0;
    color: #464646;
    font-family: 'Tahoma';
    font-size: 11px;
    text-decoration:none;
    overflow: visible;
    white-space:nowrap;
}

img.bullet {
    vertical-align: 10%;
    margin-left: 6px;
    margin-right: 6px;
}

a.active {
    text-decoration: underline;
}