/*---All Left Navigation --*/
ul#lnavigation  {
    margin-top: 15px;
    margin-left: 0px;
    padding-left: 0px;
    border:0px solid #fff; 
    font-family: 'Calibri', Arial,Trebuchet MS;
    font-size: .75em;
    color:black; 
    list-style:none; 
    
}    

ul#lnavigation li {
    background: url(images/bullet.jpg) left no-repeat;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 0px;
    
}
    
ul#lnavigation a {
    display: block;
    text-decoration: none;
    background:transparent;
    color:black;
    font-family: 'Calibri', Arial,Trebuchet MS;  
    font-size: .6em;
    font-weight:bolder; 
    width: 140px;
    height:17px;
    text-align:left;
    margin:0 0 0 0px;
    padding-left: 0px;
    margin-left: 10px;
   
} 
ul#lnavigation a.home {  
    color:white;
    padding-top: 1px;
} 
ul#lnavigation li.home {
    padding-left: 5px;
    padding-right: 10px;
    margin-bottom: 0px;
    list-style-type: none;
    background: none;
    height:13px;
}
ul#lnavigation a.home:hover { 
    background: transparent;
    color:rgb(36,96,104);    
    font-family: 'Calibri', Arial,Trebuchet MS;  
    font-size: .6em;
    font-weight:bolder; 
    height:13px;
    width: 140px;
}





ul#lnavigation a.blank {  
    color:rgb(95,114,80); 
    color:rgb(36,96,27);   
    background: transparent;
    width: 140px;
}
ul#lnavigation li.blank {
    margin-left:-15px;
    padding-right: 0px;
    margin-bottom: 0px;
    list-style-type: none;
    background: none;
    width: 140px;
}
ul#lnavigation a.blank:hover { 
    background: transparent;
    color:rgb(36,96,27);   
    font-family: 'Calibri', Arial,Trebuchet MS;  
    font-size: .6em;
    font-weight:bolder;
    width: 140px;

}        

ul#lnavigation a:hover {
    font-family: 'Calibri', Arial,Trebuchet MS;  
    font-size: .6em;
    font-weight:bolder; 
    color:white;    
    text-decoration: none;
    background:rgb(165,161,132);
    width: 125px;
    background-image: url(images/redband.jpg); 
    
    
}

#left {
    position:absolute;
    top:5px;
    left:5px;
    width:172px;
    padding-top:0px;
    height:435px;
    border:0px solid #000; 
    background:url(images/leftnavbg.jpg) 0 0 no-repeat;
   
}
h2.left {
    display:block;
    position:absolute;  
    top:-30px;
    left:15px;
    width:170px;
    margin-left:-10px ;
    text-align:left;
    height:420px;
    padding: 0 0 0 0; 
    background-color:transparent;       
}

