/* Navigation */
div#Navigation
{
    width               : 187px;
    margin-top          : 20px;
    margin-left         : 0px;
    padding-left        : 0px;
    font-size           : 10px;
    border              : 0px solid #00FF00;
    line-height         : 13px;
}

div#Navigation ul
{
    color               : #000000;
    margin-top          : 0px;
    margin-left         : 0px;
    margin-bottom       : 10px;
    padding             : 0;
    text-align          : left;
    letter-spacing      : 0.0em;
    list-style-type     : none;
    border              : 0px solid #00FF00;
}

div#Navigation ul li
{
    vertical-align      : middle;
    margin-bottom       : 10px;
}

div#Navigation ul li:hover > ul
{
    display             : block;
}

div#Navigation ul li:hover
{
}

div#Navigation ul li:hover > a
{
}

div#Navigation a
{
    color               : #4B803A;
    font-weight         : bold;
    text-decoration     : none;
    padding-left        : 15px;
}

div#Navigation a:Hover
{
    text-decoration     : underline;
}

div#Navigation a.Active
{
    color               : #000000;
    background-image    : url('../Images/Navigation.Ul.Background.png');
    background-position : 4px 4px;
    background-repeat   : no-repeat;
}

/* Sub navigation */
div#Navigation ul ul
{
    margin-left         : 0px;
    width               : 179px;
}

div#Navigation ul ul li
{
    float               : none;
    margin-bottom       : 0px;
}

div#Navigation ul ul li:Hover
{
    background-image    : none;
}

div#Navigation ul ul li:Hover > a
{
}

div#Navigation ul ul a
{
    font-weight         : normal;
    color               : #4B803A;
    text-decoration     : none;
}

div#Navigation ul ul a:Hover
{
    text-decoration     : underline;
}

div#Navigation ul ul a.Active
{
    color               : #4B803A;
    text-decoration     : none;
    background-image    : url('../Images/Navigation.Ul.Background.png');
    background-position : 4px 4px;
    background-repeat   : no-repeat;
}

/* Sidebar */
div#Sidebar
{
    margin-top          : 30px;
    margin-left         : 8px;
    width               : 187px;
    font-size           : 12px;
    font-weight         : normal;
    color               : #4B803A;
    border              : 0px solid #0000FF;
    text-align          : left;
    line-height         : 12px;
}

div#Sidebar div.Block
{
    margin-top          : 10px;
    margin-bottom       : 15px;
    padding-left        : 15px;
    font-size           : 10px;
    font-weight         : normal;
    color               : #000000;
    background-image    : url('../Images/Navigation.Ul.Background.png');
    background-repeat   : no-repeat;
    background-position : 4px 4px;
    border              : 0px solid #0000FF;
}

div#Sidebar div.Block2
{
    margin-top          : 10px;
    margin-bottom       : 10px;
    padding-left        : 15px;
    font-size           : 10px;
    font-weight         : normal;
    color               : #000000;
    border              : 0px solid #0000FF;
}

div#Sidebar h3
{
    margin-top          : 1px;
    margin-bottom       : 1px;
    font-size           : 10px;
    font-weight         : bold;
    color               : #4B803A;
}

div#Sidebar h3 a
{
    color               : #4B803A;
    text-decoration     : none;
}
