﻿/******************************************** LEFT MENU ********************************************/
.Menu
{
}
.MenuItem1
{
    width: 175px;
    padding-right: 4px;
    background: url(../Design/Menu/Menu_Item1.png) repeat-y;
    margin-top: 4px;
    cursor: pointer;
}
.MenuItem1 a
{
    width: 170px;
    height: 26px;
    display: block;
    font-size: 12px;
    line-height: 26px;
    text-decoration: none;
    margin-right: auto;
    font-weight: bold;
}
.MenuItem1 a:hover
{
    text-decoration: none;
}
.MenuItem1Selected
{
    width: 175px;
    padding-right: 4px;
    background: url(../Design/Menu/Menu_Item1.png) repeat-y;
    margin-top: 4px;
    cursor: pointer;
}
.MenuItem1Selected a
{
    width: 170px;
    height: 26px;
    display: block;
    font-size: 12px;
    line-height: 26px;
    text-decoration: underline;
    margin-right: auto;
    font-weight: bold;
}
.MenuItem1Selected a:hover
{
    text-decoration: underline;
}


.MenuItem1Active
{
    width: 175px;
    padding-right: 4px;
    background: url(../Design/Menu/Menu_Item1.png) repeat-y;
    margin-top: 4px;
    cursor: pointer;
}
.MenuItem1Active a
{
    width: 170px;
    height: 26px;
    display: block;
    font-size: 12px;
    line-height: 26px;
    text-decoration: underline;
    margin-right: auto;
    font-weight: bold;
}
.MenuItem1Active a:hover
{
    text-decoration: underline;
}


.MenuItem2
{
    width: 175px;
    padding-right: 4px;
    background: url(../Design/Menu/Menu_Item2.png) repeat-y;
}
.MenuItem2 a
{
    width: 170px;
    height: 20px;
    display: block;
    line-height: 20px;
    text-decoration: none;
    margin-right: auto;
}
.MenuItem2 a:hover
{
    text-decoration: underline;
}
.MenuItem2Active
{
    width: 175px;
    padding-right: 4px;
    background: url(../Design/Menu/Menu_Item2.png) repeat-y;
}
.MenuItem2Active a
{
    width: 170px;
    height: 20px;
    display: block;
    line-height: 20px;
    text-decoration: underline;
    font-weight: bold;
    margin-right: auto;
}
.MenuItem2Active a:hover
{
    text-decoration: underline;
}
.MenuItem2Active
{
    width: 175px;
    padding-right: 4px;
    background: url(../Design/Menu/Menu_Item2.png) repeat-y;
}
.MenuItem2Active a
{
    width: 170px;
    height: 20px;
    display: block;
    line-height: 20px;
    text-decoration: underline;
    font-weight: bold;
    margin-right: auto;
}
.MenuItem2Active a:hover
{
    text-decoration: underline;
}


.MenuItem2Selected
{
    width: 175px;
    padding-right: 4px;
    background: url(../Design/Menu/Menu_Item2.png) repeat-y;
}
.MenuItem2Selected a
{
    width: 170px;
    height: 20px;
    display: block;
    line-height: 20px;
    text-decoration: underline;
    font-weight: bold;
    margin-right: auto;
}
.MenuItem2Selected a:hover
{
    text-decoration: underline;
}
/******************************************** LEFT MENU ********************************************/