/*****
     Image Menu
     v 2.2
 *****/

#imageMenu {
    overflow: hidden;
    margin: 4px;
    height: 216px; // For damn, IE
}

#imageMenu ul {
    list-style: none;
    margin: 0px;
    display: block;
    height: 200px;
    padding: 0px 0px 0px 10px;
}

#imageMenu ul li {
    float: left;
    margin-top: 1px;
    border-bottom: 1px solid #999;
    padding: 6px 0px;
    border-top: 1px solid #999;
}

#imageMenu ul li a {
    text-indent: -1000px;
    background: #000 none repeat scroll 0%;
    border-right: 2px solid #fff;
    cursor: pointer;
    display: block;
    overflow: hidden;
    width: 116px;
    height: 200px;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
}

#imageMenu ul li.bk1 a {
    background: url(images/the_river.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk2 a {
    background: url(images/programs.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk3 a {
    background: url(images/recreation.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk4 a {
    background: url(images/monitoring.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk5 a {
    background: url(images/advocacy.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk6 a {
    background: url(images/resources.jpg) repeat scroll 0%;
}


#imageMenu ul li.bk7 a {
    background: url(images/about_us.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk8 a {
    background: url(images/join_us.jpg) repeat scroll 0%;
    border-right-style: none;
}

.clear {
    clear: both;
}


