/*---All Left Navigation --*/
ul#hnavigation {
    list-style-type: none;
    float: right;
    text-align: center; 
    width: 100%;
}    

ul#hnavigation a:hover {
    color:blue;
    font-size: 1.1em;
    font-weight:600;
    text-decoration: none;
}
ul#hnavigation li {
    display: inline;
    text-align: center;
}    
ul#hnavigation a {
    display: block;
    
    text-align: left;
    text-decoration: none;
    background-color: transparent;
    color:black;
    padding-right:20px;
    padding-bottom: 5px;
    margin-top: 0px; 
    font-family:'Arial', Calibri, Trebuchet MS;  
    font-size: 1.1em;
    font-weight:600;
}


#nav {
    position:absolute;
    top:117px;
    left:1px;
    width:108px;
    height:230px;
    background:url(images/navbg.jpg) 0 0 no-repeat; 
}

h2.leftmenu {
    width:100px;
    background-color:transparent;
    margin-top:30px;
    margin-left:30px;
    float: left;
    text-align: left;    
}
