See the menu where it says Home. Can this menu bar be replicated using CSS 3 only?
This article contains a pure CSS3 example.
Yes, it's possible using
Checkout a full example.
Easily. For example, you could do a horizonal ul with a gray-gradient background and a class that has something like background: #b3c0d0, border-radius: 10px and color: white.
ul
background: #b3c0d0
border-radius: 10px
color: white