/*
 * Version: 2.1
 * File Description: Place here your custom CSS styles
 */

 /* menu */
#Default a.Default, #Faq a.Faq, #Download a.Download, #Tracuu a.Tracuu, #Contact a.Contact{
    color: #24a828;
    font-size: 16px;
    padding: 28px 15px 27px 15px;
    z-index: 102;
    border: none;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}