﻿body.casie table.rightMenu
{
    background-image: url(images/rightSideBar.jpg);
    background-repeat: repeat-x;
    margin-top: 45px;
}
body.casie table.rightMenu td a
{
    text-align: center;
    display: block;
    margin: 0;
    font-weight: 800;
    font-size: 10pt;
    padding: 5px;
    color: Black;
}
body.casie table.rightMenu td.rightMenu a.articleLink:hover
{
    color:#000000;
    
}
body.casie table.rightMenu td.rightMenu, body.casie table.rightMenu td.rightMenu a.articleLink
{
    background-color: #BF6F60;
    /*border-bottom: 1px solid;*/
    color: #FFFFFF;
    height: 20px;
    text-align: center;
    font-size:12pt;
}
body.casie table.rightMenu td a:hover, body.casie table.rightMenu td a.selectedLink
{
    background-color: #585858;
    color: #ffffff;
}

body.casie table.rightMenu td ul
{
    margin: 0px;
    padding: 0px;
    text-align: left;
    list-style-type: none;
}
body.casie table.rightMenu th
{
    background-color: #bf6f60;
    color: #ffffff;
    height: 20px;
    border-bottom: 1px solid;
}
body.casie table.rightMenu td li
{
}



