.leftHamHolder{
 /*height:100%;*/
}

.leftHam1{
    position: fixed;
    float: left;
    width: 300px;
    z-index: 1000;
    height: 100%;
    background-color: #016241;
    left: 0px;
    top: 0px;
    padding-top: 50px;
    display: none;
    overflow: scroll;
}
#overlayHam{
    display:none;
    position:fixed;
    width:100%;
    height:100%;
    z-index:1000;
    left:0;
    top:0;
}
.leftHam2{
	display:none;
	position:fixed;
	float:left;
	width:300px; 
	z-index:1000; 
	background-color:#035237;
    left: 315px !important;
    top: 0px;
    padding-top: 165px;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    height: auto !important;
    padding-bottom: 30px;
    bottom: 0px !important;
    margin: 0;
}

.leftHam1 li ,.leftHam2 li, .leftHam2{ 
    list-style-type: none; 
    text-decoration: none;
}
.leftHam1 li:hover{
    background-color:#085038;
    color:#fff;
    }
    .leftHam1 li a:hover {
        color:#fff;
    }

.leftHam1 .hamLogo{
    width: 100%;
    border-bottom: 1px solid #085038;
    padding-bottom: 39px;
    
}

.leftHam1 .hamLogo img{
    width: 110px;
    padding-left: 45px;
}

.leftHam1 .hamBanner{
    width: 100%;
    border-top: 1px solid #333;
    padding-top: 30px;
    margin-top: 30px;

}
#closeHam{
    float:right; 
    margin: 10px;
    margin-right: 41px;
    height: 18px;
    margin-top:10px;
    width: 18px;
    background:url('/wp-content/plugins/Custom Ham/img/x.png');
}

.leftHam1 .leftHamTitle{
    color: #559671;
    padding-left: 30px;
    font-size: 17px;
    text-transform: uppercase;
    padding-top: 40px;
    padding-bottom: 12px;
}
.leftHam1 a ,.leftHam2 a,.leftHam1 .leftHamItemTitle{ 
    color:#fff;
    z-index:1002;
    clear:both;
    display: block;
    font-size:16px;
    font-weight: 300;
    text-decoration: none;
    line-height: 37px;
    padding-left: 30px;
}

 
.hamArrowRight{
    float:right;
    margin-right: 20px;
    color:#559671;
    background:url('/wp-content/plugins/Custom Ham/img/arrow-right.png') no-repeat;
    margin-top:12px;
    height: 16px;
    width: 16px;
}
#openCloseHam{
    z-index: 1001; 
    width: 40px;
    margin-top: -16px;
    margin-right: 24px;
    float: left;
    padding-right: 28px;
    height: 40px;
    background: url("img/menu-icon.png") no-repeat;     
    color: black;
}
#openCloseHam:hover{
    background: url("img/menu icon-hover.png") no-repeat;  
} 

