﻿.menuDelimiter /*разделитель меню*/
{
    width: 7px;
    height:28px;
    background-repeat:no-repeat;
    float:left;
    background-image: url(/Images/Design/menu_delimiter.gif);
}

.menuDelimiterHidden
{
    display:none;
}

.menuLeftSelected
{
    width: 7px;
    height:28px;
    background-repeat:no-repeat;
    float:left; background-image: url(/Images/Design/menu_selected_left.gif);
}

.menuRightSelected
{
    width: 7px;
    height:28px;
    background-repeat:no-repeat;
    float:left; background-image: url(/Images/Design/menu_selected_right.gif);
}

.menuItem
{
    height:18px;
    text-transform:uppercase;
    padding: 10px 12px 0px 12px;
    font-size:11px;
    float:left;
}
.menuItem a
{
    color:#DC6D01;
    text-decoration:underline;
    font-size:11px;
}

.menuItemSelected
{
    height:15px;
    text-transform:uppercase;
    padding: 13px 12px 0px 12px;
    background-image: url(/Images/Design/menu_selected_bg.gif);
    background-repeat:repeat-x;
    font-weight:bold;
    color:#DC6D01;
    text-decoration:none;
    float:left;
    font-size:11px;
}

/* Боковые менюшки */
.blockLink
{
    text-decoration: none;
}

div.firstLevel
{  
   padding: 0 6px 0 0px;
   margin-bottom: 8px;
}
div.firstLevel a
{
    font-weight:bold;
    font-size: 11px;
    text-decoration:underline;
    color: #575757;
    font-family: Arial;
    
}

div.secondLevel
{  
   padding: 0 6px 0 6px;
   margin-bottom: 8px;
   margin-left: 8px;
}
div.secondLevel a
{
    font-size: 11px;
    text-decoration:underline;
    color: #575757;
    font-family: Arial;
    
}

div.secondLevel a.blockSelected, div.firstLevel a.blockSelected
{
    color: #DC6D01;
    text-decoration:none;
    font-weight: bold;
}


/****************** Новое левое меню *****************************/

div.leftMenu
{
    width:176px;
    background-color: #F6F6F6;
    padding: 6px 12px;
}

.rbListLeftMenu td
{
    padding: 3px 0 3px 0px;
}

.rbListLeftMenu a
{
    color: #373737;
}