Вроде оно. В CSS:
Код
.swchItemDots {color:#8F8F8F;cursor:default;line-height: 30px;text-decoration: none;font-weight:bold;padding: 5px;background:#FFFFFF;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px}
.swchItemA {color:#FFFFFF;cursor:default;line-height: 30px;text-decoration: none;font-weight:normal;padding: 9px 14px;background:#236999;
border-radius:20px;
-moz-border-radius:20px;
-webkit-border-radius:20px}
.swchItem {color:#292929;line-height: 30px;text-decoration:none;font-weight:normal;background:#ebebeb;
transition: all linear .2s;
-moz-transition: all linear .2s;
-webkit-transition: all linear .2s;
-o-transition: all linear .2s;
padding: 9px 14px;
border-radius:20px;
-moz-border-radius:20px;
-webkit-border-radius:20px}
.swchItem:hover {color:#000000;line-height: 30px;text-decoration:none;background:#e0e0e0}