Also you can give this one a try and see what happens when you move your mouse over top of one of those buttons: 
 code: 
moi\:CommandButton:hover, moi\:CommandMenuButton:hover, moi\:CommandSplitButton:hover {
	-webkit-transition: -webkit-transform 1s linear;
	-webkit-transform: rotate(360deg);
}
     - Michael  
 |