/* ######### CSS for Shade Tabs ######### */
#inner
{
    padding-right: 0px;
}


#inner .innercontent
{
    clear: left;
    background-position: right top;
    float: left;
    background-image: url(../images/bgcontent.gif);
    margin: 0px;
    vertical-align: top;
    width: 380px;
    direction: rtl;
    background-repeat: no-repeat;
    position: static;
}


#inner .innermenu
{
    clear: left;
    padding-right: 0px;
    background-position: left top;
    padding-left: 0px;
    float: right;
    background-image: url(../images/brmnuleft.gif);
    padding-bottom: 0px;
    margin: 0px;
    vertical-align: top;
    overflow: hidden;
    width: 180px;
    padding-top: 0px;
    background-repeat: no-repeat;
    position: static;
    text-align: right;
}

.tabcontent
{
    clear: right;
    padding-right: 0px;
    padding-left: 10px;
    font-size: 9pt;
    float: left;
    padding-bottom: 10px;
    margin: 0px;
    vertical-align: top;
    width: 364px;
    color: #dcdcdc;
    direction: rtl;
    line-height: 14pt;
    padding-top: 10px;
    font-family: Tahoma, Arial;
    position: static;
    text-align: justify;
}


#sidemenu
{
    margin: 0px 10px 10px 0px;
    height: 230px;
}

.shadetabs
{
    padding: 10px 0px 0px 0px;
    list-style-type: none;
}

.shadetabs li
{
    padding: 0px;
    margin: 0px;
    float: right;
    background-image: url(../images/shade.gif);
    background-repeat: no-repeat;
    width: 170px;
    height: 40px;
}

.shadetabs Li a
{
    padding: 12px 10px 12px 0px;
    font-size: 12px;
    margin: 0px;
    cursor: hand;
    color: #ffffff;
    text-align: right;
    text-decoration: none;
    display: block;
    font-family: tahoma;
    direction: rtl;
}

.shadetabs li a:hover
{
    text-decoration: none;
}

.shadetabs li a.selected
{
    padding: 12px 10px 12px 0px;
    font-weight: bold;
    font-size: 11px;
    background-image: url(../images/shadeactive.gif);
    margin: 0px;
    cursor: default;
    color: #000000;
    background-repeat: no-repeat;
    display: block;
    height: 40px;
}

.shadetabs li a:hover.selected
{
}


/* url(../images/shade.gif); */

