﻿#contentcenter table ul {
    margin: 5px 0px;
}

#contentcenter table ul li {
    /*background-color:       Gray;*/
    list-style-position:    outside;
    margin:                 10px 0 2px 16px;
    list-style-image:       none;
    list-style-type:        disc;
}


table b {
    text-align: center;
}

ul.big li {
    /*background-color:   Gray;*/
    list-style-image:   url(../images/arrow.gif);
    margin-left:        17px;
}

ul.big li.selected {
    list-style-image:   url(../images/arrow_selected.gif);
}

ul.big li.selected a {
    color: #a52a2a;
}
