﻿.leftmenu
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.leftmenu li
{
    font-weight:bold;
    font-size:11px;
    background-image: url(Images/parentmenu.jpg);
    background-repeat: no-repeat;
    background-position: top;
}
.leftmenu a
{
    display: block;
    height: 28px;
    text-indent: 30px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.leftmenu a .content
{
    padding-top: 5px;
    color: #FFFFFF;
}
.leftmenu a:hover
{
    color: #99FF33;
}
.leftmenu a.current
{
    color: #99FF33;
}
/*submenu*/
.subleftmenu
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.subleftmenu li
{
    font-weight:bold;
    font-size:11px;
    background-image: url(Images/menu.jpg);
    background-repeat: no-repeat;
    background-position: top;
}
.subleftmenu a
{
    display: block;
    height: 28px;
    text-indent: 30px;
    color: Black;
}
.subleftmenu a .content
{
    padding-top:5px;
}
.subleftmenu a:hover
{
    color: #000000;
}
.subleftmenu a.current
{
    color: #000000;
}
