﻿
.div_sitemap
{
    float:right;
    direction:rtl;
    width:700px;

}

.sitemap_cat
{
    clear: both;
    float: right;
    width: 200px;
    padding: 5px 2px 5px 0px;
    font-family: Arial;
    font-size: 1em;
    font-weight: bold;
    color: #3366FF;
}

.sitemap_subcat
{
    clear: both;
    float: right;
    width: 300px;
    padding: 2px 10px 2px 0px;
    font-family: Arial;
    font-size: 0.8em;
    color: #3399FF;
}

.sitemap_item
{
    clear: both;
    float: right;
    width: 400px;
    padding: 1px, 20px, 1px, 0px;
    font-family: Arial;
    font-size: 0.8em;
    color: #3399FF;

}



