﻿.menu {
    list-style-type: none;
}

    .menu ul.dropit-submenu {
        background-color: #F2F2F2;
        border: none;
    }

        .menu ul.dropit-submenu a {
            color: #ffffff;
            width: 165px;
        }

.btnAction {
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
    margin: 2px;
    color: #ffffff !important;
    padding: 4px 12px;
    line-height: 15px;
    text-align: left;
    vertical-align: middle;
    width: 180px;
}

.btnActionBlue {
    background-color: #006dcc;
    background: linear-gradient(to bottom,#0066FF, #003399);
}

.btnActionRed {
    background-color: #d90000; /*#FF4300;*/
    background: linear-gradient(to bottom, #FF5500, #d90000);
}

.btnActionRed :hover {
    background-color: #D3A0A0; /*#FF4300;*/
}

.btnActionBusYellow {
    background-color: #FFCC4D;
    background: linear-gradient(to bottom, #ffcc43, #dfcc4d);
    color: #000 !important;
}



.btnActionMain {
    text-align: center;
}
