/*** Roll-Over Image Button Effects (GREY COLOR SET)  ***/

#products{display: block;width: 75px;height: 31px;background: url("../images/buttons/b_products_grey.gif") no-repeat 0 0;
}
#products:hover{background-position: 0 -31px;
}
#products span{display: none;
}

#learn{display: block;width: 75px;height: 31px;background: url("../images/buttons/b_learn_grey.gif") no-repeat 0 0;
}
#learn:hover{background-position: 0 -31px;
}
#learn span{display: none;
}

#support{display: block;width: 75px;height: 31px;background: url("../images/buttons/b_support_grey.gif") no-repeat 0 0;
}
#support:hover{background-position: 0 -31px;
}
#support span{display: none;
}

#about{display: block;width: 75px;height: 31px;background: url("../images/buttons/b_about_grey.gif") no-repeat 0 0;
}
#about:hover{background-position: 0 -31px;
}
#about span{display: none;
}

#contact{display: block;width: 75px;height: 31px;background: url("../images/buttons/b_contact_grey.gif") no-repeat 0 0;
}
#contact:hover{background-position: 0 -31px;
}
#contact span{display: none;
}


