ul#contactus {
    position:absolute;
    top:178px;
    right:50px;
    width:104px;
    height:21px;
    margin:0 0 0 0; /* LOCATION OF BOTH IMAGES ON THE PAGE */
    padding:0 0 0 0;
    list-style-type:none;
    clear:both;
}
ul#contactus li#contactuslink a {
    margin:0 0 0 0;
    padding:0 0 0 0;
    list-style-type:none;
    float:left;
}
ul#contactus li#contactuslink a {
    width:104px;
    height:21px;
    background:url('images/contactus_up.gif') 0px 0px no-repeat;
    text-decoration:none;
    border:none;
    display:block;
}
ul#contactus li#contactuslink a:hover {
    width:104px;
    height:21px;
    background:url('images/contactus_over.gif') 0px 0px no-repeat;
    text-decoration:none;
    border:none;
    display:block;
}

ul#contactus li#contactuslink a span {
    display:block;
    text-indent: -9999px;
}
