﻿/*

        level colors 1: #f6f7e7;

        level colors 2: #ecf1da;

*/

.leftnav
{
    background-color: #fafaf1;
    /* text-align: left; */
    /*
    width: 183px;
    font-family: arial;
    font-size: 11px;
    border: solid 0px red;
    margin: 0;
    padding: 0;
*/
    
    text-align: left;
    width: 182px;
    font-family: arial;
    font-size: 12px;    
}

.leftimage
{
    border: solid 0px blue;
}

.level0
{
    padding-bottom: 7px;
    margin-left: 10px;
    width: 172px;
}



.level1
{
    padding-bottom: 7px;
    margin-left: 25px;
    width: 150px; /* 157 */
    padding-left: 7px;
}



.level2
{
    padding-bottom: 7px;
    margin-left: 40px;
    width: 137px; /* 142 */
    font-size: 10px;
    padding-left: 7px;
}



/* hyperlinks */



.leftnav a
{
    color: #0053a0;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
}



.leftnav a:hover
{
    text-decoration: underline;
}



.selected a, .on a
{
    color: #5d9940;
    font-weight: normal;
}



.onbold a
{
    color: #5d9940;
    font-weight: bold;
}



/* ul tags */



.leftnav ul
{
    padding: 0;
    margin: 0;
    text-indent: 0;
    list-style: none;
}



.leftnav li
{
    list-style-image: url(../../image/1px.gif);
    list-style-position: outside;
    padding: 0 0 0.5em 0;
    line-height: 1.2em;
}



.leftnav ul.on li
{
    background-image: none;
}



/* 

           - shift the li to make room for the selection arrow 

           - use a transparent image to fix IE bug



        selected

        */

.leftnav ul li
{
    background-image: url(../../image/1px.gif);
    margin-left: 12px;
}



.leftnav ul
{
    background-image: url(../../image/9x14.gif);
    background-repeat: no-repeat;
    padding-top: 5px;
}



/* put selection arrow in place */

.leftnav ul.selected li
{
    /* 	        background-image: url(../../images/content/green_arrow.gif); 	        background-repeat: no-repeat;                     */
    list-style-image: url(../../images/content/green_arrow.gif);
    vertical-align:bottom;
    padding-top:2px;
}



.bold a
{
    font-weight: bold;
}



.level1sel
{
    background-color: #f6f7e7;
}



.level2sel
{
    background-color: #ecf1da;
}



ul.underline
{
    background-image: url(../../images/content/green_line.gif);
    background-repeat: no-repeat;
    background-position: top;
/*    padding-top: 5px; */
}



ul.underline li
{
    padding-top: 5px;
}
