#container {
    width:1040px;
    height:auto;
    margin:auto;
}
#css-zen-garden {
    background-color: #d5ffbe;
    color: #0f8a46;
    font: 80% monospace, sans-serif;
}
#pageHeader {
    content:url(treeyas.png);
    width: 100%;
}
#footer{
    background-color: #0f8a46;
    height: 30px;
    width: 100%;
    text-align: center;
    line-height: 30px;
    display: block;
}
h3 {
    border: 5px solid green; 
    display: block;
    line-height: 30px;
	width: 250px;
	height: 30px;
    text-align: center;
}
#linklist h3{
    float:left;
    margin-left: 15%;
}
#linklist * {
    padding: 0; margin: 3px}

#linklist ul{
    position: absolute;
    visibility:hidden;
}
 #lresources{
    position:relative;
}
#larchives{
    position:relative;
}
#linklist #lresources:hover ul{
    visibility: visible;
}
#linklist #larchives:hover ul{
    visibility: visible;
}
#linklist li {
    list-style: none;
    position: absolute;
}
#linklist ul {
    display: block;
    width: auto;
    float:inline-start;
    background-color:#d5ffbe;
    color:#0f8a46;
    line-height: 30px;
    position:sticky;
}
#linklist h3:hover {
    background-color: rgb(255, 189, 245);
    width: 255px;
}
#extraDiv1 {
    content: url(justtrees.png);
    width: 100%
}