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

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

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

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

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

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



