﻿

.leftmenu
{
    background-position: 0px 0px;
    margin: 0px;
    padding: 0px;
    border: 1px solid #8CB3C4;
    background-repeat: repeat;
    background-attachment: scroll;
}

leftmenu td
{
    color: #000000;
}

.staticHover
{
    background-position: left bottom;
    font-weight: lighter;
    font-style: normal;
    font-variant: normal;
    color: #000000;
    padding: 4px;
    background-image: url(../images/glossyback2.gif);
    background-color: #FFFFFF;
    background-repeat: repeat-x;
}

.staticItem
{
    background-position: left bottom;
    font-weight: lighter;
    font-style: normal;
    font-variant: normal;
    color: #000000;
    padding: 4px;
    background-image: url(../images/btn_rest.gif);
    background-color: #FFFFFF;
    background-repeat: repeat-x;
}

.menu_list
{
    width: 100%;
}

.menu_head
{
    padding: 5px 10px;
    cursor: pointer;
    position: relative;
    margin: 1px;
    font-weight: bold;
    background-color: #CFDFEF;
}

.menu_body
{
    display: none;
}

.menu_body a
{
    display: block;
    color: #006699;
    background-color: #EFEFEF;
    padding-left: 10px;
    font-weight: bold;
    text-decoration: none;
    padding-top: 2px;
    padding-bottom: 2px;
}

.menu_body a:hover
{
    color: #000000;
    text-decoration: underline;
}

