Sugar Candy CSS3 Buttons have normal,hover and active states.
Those buttons are designed with pure CSS3 ,this means that no images have been used apart from the icon.
They are really easy to use and implement on your webpage.You will need just 1 line of HTML code
Example:
<a href="#" class="button small lightblue lround">Button</a>
This will give you:
Icons Example:
<a class="button small lightgreen round"><span class="icon home">Home</span></a>
This will give you: