

.gradientbuttons ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 13px Verdana;
list-style-type: none;
text-align: left /*set to left, center, or right to align the menu as desired*/
}

.gradientbuttons li{
display: inline;
margin: 0;
}

.gradientbuttons li a{
text-decoration: none;
padding: 5px 7px;
margin-right: 5px;
border: 1px solid #778;
color: black;
border:1px solid gray;
background: #f7df84;
border-radius: 8px; /*w3c border radius*/
box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* w3c box shadow */
-moz-border-radius: 8px; /* mozilla border radius */
-moz-box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* mozilla box shadow */
background: -moz-linear-gradient(center top, #f7df84, #f7df84 25%, #f7df84 45%, #f7df84 85%, #72a6d4); /* mozilla gradient background */
-webkit-border-radius: 8px; /* webkit border radius */
-webkit-box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* webkit box shadow */
background: -webkit-gradient(linear, center top, center bottom, from(#a4ccec), color-stop(25%, #72a6d4), color-stop(45%, #f7df84), color-stop(85%, #f7df84), to(#72a6d4)); /* webkit gradient background */
}

.gradientbuttons li a:hover{
color: lightyellow;
}


.fc4theme li a{
font-size:12px;
background: green;
background: -moz-linear-gradient(center top, #f7df84, #f7df84 25%, #f7df84 45%, #f7df84 85%, #f7df84);
background: -webkit-gradient(linear, center top, center bottom, from(#f7df84), color-stop(25%, #f7df84), color-stop(45%, #f7df84), color-stop(85%, #f7df84, to(#f7df84)); 
}

