/* Style for Left Nav Display */

/* left nav unordered list (regular, selected) */
.uln, .ulns {
            width:100%;
            margin:0px;
            padding:0px;
            list-style-type:none;   
            text-align:left;
            color:#000066; 
            }
            
/* list item (regular [bottom half - no indentation]) */
.ln li      {
            margin-left:0px;
            padding:3px 0px 3px 3px;
            }
            
/* list item (selected nav [top half - indentation]) */
.lns li     {
            margin-left:0px;
            padding:3px 0px 3px 19px;
            }

/* arrow */            
.lna       {
            background-repeat:no-repeat;
            background-position:left 3px;
            padding:0px 0px 1px 25px;
            }

/* arrow with no href */
.lnat      {
            background-repeat:no-repeat;
            /*background-position:3px 50%;*/
            background-position: left 3px;
            padding:0px 0px 1px 25px;
            background-color:#FFD77A;
            }
            
/* arrow - first item in list */
#lnsiaf     {
            background-color:#FFFFFF;
            padding-left:25px;
            }


