#navigation
{
    list-style-type: none;
    height: 20px;
    border-bottom: solid 1px #000000;
    background-color:#EEEEEE;
    margin: 0px;
    padding: 0px;
}
#navigation ul
{
    border:  0px;
}
#navigation li
{
    text-align: center;
    border-right: 1px solid #000000;
    float: left;
    width: 9em;
}
#navigation a
{
    color: #666666;
    font-weight: bold;
    text-decoration: none;
}
#navigation a:hover
{
    color: #CC0000;
}
#navigation .cl_currentpage a
{
    color: #00CC00;
}
#navigation .cl_currentpage a:hover
{
    color: #CC0000;
}

#leftnav
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    border:  0px;
}
#leftnav a
{
    color: #666666;
    font-weight: bold;
    text-decoration: none;
}
#leftnav a:hover
{
    color: #CC0000;
}
#leftnav .cl_currentpage a
{
    color: #00CC00;
}
#leftnav .cl_currentpage a:hover
{
    color: #CC0000;
}
