@charset "UTF-8";
/* CSS Document */

/* Buttons for our Product Area*/


/* BUTTONS */
	/*Home Page Category Buttons*/
a.Commodity { display:block; float:left; margin: 10px 0px 15px 0px; width:187px; height:100px; text-decoration:none; background:url(images/Commodity-Procurement.png); background-position: 0 0; background-repeat:no-repeat;}
a.Rebates { display:block; float:left; margin: 10px 0px 15px 0px; width:187px; height:100px; text-decoration:none; background:url(images/RebateManagement.png); background-position: 0 0; background-repeat:no-repeat;}
a.TotalBill { display:block; float:left; margin: 10px 0px 15px 0px; width:187px; height:100px; text-decoration:none; background:url(images/TB360.png); background-position: 0 0; background-repeat:no-repeat;}
a.Budget { display:block; float:left; margin: 10px 0px 15px 0px; width:187px; height:100px; text-decoration:none; background:url(images/Budget.png); background-position: 0 0; background-repeat:no-repeat;}

a.RebateCats { display:block; float:left; margin: 10px 0px 15px 0px; width:187px; height:49px; text-decoration:none; background:url(images/RebateCats.png); background-position: 0 0; background-repeat:no-repeat; 
}

	/* RateChange Signup Buttons */
a.RateChange{ display:block; float:none; margin: 0px 0px 15px 0px; width:150px; height:100px; text-decoration:none; background:url(images/RateChangeSignUp.png); background-position: 0 0; background-repeat:no-repeat;}
a.RateChangeLeft{ display:block; float:Left; margin: 0px 10px 15px 0px; width:150px; height:100px; text-decoration:none; background:url(images/RateChangeSignUp.png); background-position: 0 0; background-repeat:no-repeat;}
a.RateChangeRight{ display:block; float:Right; margin: 0px 0px 15px 10px; width:150px; height:100px; text-decoration:none; background:url(images/RateChangeSignUp.png); background-position: 0 0; background-repeat:no-repeat;}

/* OVER STATES */
	/*Home Page Category Buttons*/
a.Commodity:hover { background-position: 0 -100px;}
a.Rebates:hover { background-position: 0 -100px;}
a.TotalBill:hover  { background-position: 0 -100px;}
a.Budget:hover { background-position: 0 -100px;}
a.RebateCats:hover { background-position: 0 -51px;}

	/* RateChange Signup Buttons */
a.RateChange:hover { background-position: 0 -100px;}
a.RateChangeLeft:hover { background-position: 0 -100px;}
a.RateChangeRight:hover { background-position: 0 -100px;}



.displace{
	position: absolute;
	left: -5000px;
	}
