/* swap menu 0 = shop */
#link0mygallery a{
    display:block;
    width:205px;
    height:110px;
    text-indent:-9999px;
    background:url(img_menu/greenshop_bw.gif);
}

#link0mygallery a:hover{
    display:block;
    width:205px;
    height:110px;
    text-indent:-9999px;
    background:url(img_menu/greenshop_co.gif);
}
/* swap menu 1 = consumer */
#link1mygallery a{
    display:block;
    width:198px;
    height:110px;
    text-indent:-9999px;
    background:url(img_menu/greenconsumer_bw.gif);
}

#link1mygallery a:hover{
    display:block;
    width:198px;
    height:110px;
    text-indent:-9999px;
    background:url(img_menu/greenconsumer_co.gif);
}
/* swap menu 2 = producer */
#link2mygallery a{
    display:block;
    width:181px;
    height:110px;
    text-indent:-9999px;
    background:url(img_menu/greenproducer_bw.gif);
}

#link2mygallery a:hover{
    display:block;
    width:181px;
    height:110px;
    text-indent:-9999px;
    background:url(img_menu/greenproducer_co.gif);
}

/* swap menu 3 = webboard */
#link3mygallery a{
    display:block;
    width:108px;
    height:110px;
    text-indent:-9999px;
    background:url(img_menu/webboard_bw.gif);
}

#link3mygallery a:hover{
    display:block;
    width:108px;
    height:110px;
    text-indent:-9999px;
    background:url(img_menu/webboard_co.gif);
}