@charset "utf-8";
/* CSS Document */

span.g-menu-item-title {
    padding-right: 12px;
    border-bottom: 0px;
}

#g-navigation {
    border-top: 5px solid transparent; 
    -moz-border-image: -moz-linear-gradient(left, #225734 0%, #cb2128 52%, #d66e2c 100%); 
    -webkit-border-image: -webkit-linear-gradient(left, #225734 0%, #cb2128 52%, #d66e2c 100%); 
    border-image-slice: 1;
}

#g-copyright .g-container {
    border-top: 5px solid transparent;
    -moz-border-image: -moz-linear-gradient(left, #225734 0%, #cb2128 52%, #d66e2c 100%);
    -webkit-border-image: -webkit-linear-gradient(left, #225734 0%, #cb2128 52%, #d66e2c 100%);
    border-image-slice: 1;
}