/* Zum Ändern bitte die custom.css nutzen */
.sweetMenuAnchor {
    border: 1px solid #225289;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, #A9D1E0), color-stop(0.9, #225289) );
    background: -moz-linear-gradient( center top, #A9D1E0 10%, #225289 90% );
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A9D1E0', endColorstr='#225289');*/
    background-color: #A9D1E0;
    -moz-box-shadow: inset 0px 1px 2px 0px #FFFFFF;
    -webkit-box-shadow: inset 0px 1px  2px 0px #FFFFFF;
    box-shadow: inset 0px 1px  2px 0px #FFFFFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 1px 1px 2px #000000;
    font-weight: bold;
    margin: 0px;
    padding: 6px 6px;
    color: #FFFFFF;
    letter-spacing: 1px;
    font-family: 'Arial', sans-serif;
    font-size: 20px;
    max-width: 250px;
    text-transform: capitalize;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    z-index: 999;
}
.sweetMenuAnchor:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, #225289), color-stop(0.9, #A9D1E0) );
    background: -moz-linear-gradient( center top, #225289 10%, #A9D1E0 90% );
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#225289', endColorstr='#A9D1E0');*/
    background-color: #225289;
}
.sweetMenuAnchor:active {
    position: relative;
    top: 1px;
    left: 0px;
}
.sweetMenuAnchor span {
    color: #FFFFFF;
    font-size: 19px;
}