﻿.menu_list
{
    width: 623px;
    font: normal 9pt Tahoma;
    color: #333;
    line-height: 3ex;
    margin:0 20px;
}
.menu_head
{
    height:20px;
    padding:0 15px 5px 5px;
    cursor: pointer;
    position: relative;
    margin: 1px; 
    /*background: #BC250A url(images/left.png) center right no-repeat;*/
    background-color: #1A2129;
    color: #FFF;
    text-align: right;
}
.menu_head:hover
{
    /*background: #BC250A url(images/left.png) center right no-repeat;*/
    background-color: #BC250A;
}
.menu_body
{
    display:none;
}
.menu_body.selected
{
    display:block;
}
.menu_body a
{
    color: #1A2129;
    text-decoration: none;
}
.menu_body a:hover
{
    color: #3366CC;
    text-decoration: underline;
}
