#leftnav
    {
    font-family: Lucida, "Lucida Grande", "Lucida Sans Unicode", Arial, "trebuchet ms", Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing:0px;
    margin: 0px;
    padding: 0px;
    text-indent: 8px;
    list-style-type: none;
	width: 100%;
	border-bottom: 1px dotted #222;
    }
#leftnav li a
    {
    font-size: 12px;
    line-height: 12px;
	border-top: 1px dotted #222;
    text-decoration: none;
    color:#423018;
    margin: 0px;
    padding: 4px 0px 4px 0px;
	display: block;
	width: 100%;
    }
#leftnav li a:hover
    {
    background-color:#e7b850;
    color:#FFFFFF;
   }
#leftnav ul
    {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
  	}
#leftnav ul li a
    {
    font-size: 10px;
    line-height: 10px;
    margin: 0px;
    padding: 3px 0px 3px 0px;
    text-indent: 16px;
    background-image: url(/content_manager/graphics/bullet/16.png);
    background-repeat: no-repeat;
    background-position: 8px 7px; 
    }
#leftnav ul ul
    {
    margin: -2px 0px 0px 0px;
    padding: 0px 0px 2px 0px;
    list-style-type: none;
    /*
    text-transform: lowercase;
    */
    text-transform: capitalize;
	}
#leftnav ul ul li a
    {
    border: none;
    margin: 0px;
    padding: 2px 0px 2px 0px;
    text-indent: 24px;
    background-image: url(/content_manager/graphics/bulletsmall/16.png);
    background-repeat: no-repeat;
    background-position: 16px 7px; 
	}
/*
#leftnav a:first-letter
    {
    text-transform: capitalize;
    }
*/
