/* Style for Left Nav Display */

/* left nav unordered list (regular, selected) */
.ln, .lns   {
            width:100%;
            margin:0px;
            padding:0px;
            list-style-type:none;   
            text-align:left;
            FONT-FAMILY: Tahoma, helvetica, sans-serif; 
            font-size: 11px;
            font-weight: normal;
            }
            
/* list item (regular [bottom half - no indentation]) */
.ln li      {
            margin-left:0px;
            padding:2px 0px 2px 3px;
            }
            
/* list item (selected nav [top half - indentation]) */
.lns li     {
            margin-left:0px;
            padding:2px 0px 2px 19px;
            }

/* arrow */            
.lnsia      {
            background-repeat:no-repeat;
            background-position:3px 50%;
            }
           
.lnus  {font-weight: normal; color: #666666}

/* arrow - first item in list */
#lnsiaf     {
            padding-left:19px;
            }
