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

ul#lnavigation li {
    background: transparent;
    padding-left: 5px;
    padding-right: 15px;
    margin-bottom: 0px;
    height: auto;
}
    
ul#lnavigation a {
    display: block;
    text-decoration: none;
    background:transparent;
    color:rgb(235,235,235);
    font-family: 'Calibri', Arial,Trebuchet MS;
    font-size: 1.3em;
    font-weight:normal; 
    
    text-align:left;
    margin:0 0 0 0px;
    padding-left: 0px;
    margin-left: 10px;
   
} 
 

ul#lnavigation a.blank {  
    font-family: 'Calibri', Arial,Trebuchet MS;
    font-size: 1.3em;
    color:rgb(89,109, 117);   
    color:rgb(136,153,145);
    background: transparent;
}
ul#lnavigation li.blank {
    font-family: 'Calibri', Arial,Trebuchet MS;
    font-size: 1.3em;
    margin-left:-15px;
    padding-right: 0px;
    margin-bottom: 0px;
    list-style-type: none;
    background: none;
}
ul#lnavigation a.blank:hover { 
    background: transparent;
    color:rgb(89,109, 117); 
    color:rgb(136,153,145);    
    font-family: 'Calibri', Arial,Trebuchet MS;
    font-size: 1.3em;
    font-weight:normal;
    text-decoration: none;
}        

ul#lnavigation a:hover {
    font-family: 'Calibri', Arial,Trebuchet MS;
    font-size: 1.3em;
    color:rgb(255,255,255);
    text-decoration:none;
    background: transparent;
}

#ordersonly {
    height:110px;
    width: 180px;
    background: transparent;
    display: none;
    visibility: hidden;
    
}


