﻿body {
}

.companymenuul {
    list-style-type: none;
}

.companymenuli {
    background-color: #343434;
    padding: 2px 4px;
    text-decoration: none;
    display: block;
    border-bottom: 2px solid #212121;
    background: linear-gradient(top, #343434, #111111);
}

.alisting {
    color: #000;
    text-decoration: none;
}

.aactive {
    color: #333;
    background-color: #fff;
    border-top: 2px solid #999;
    margin-top: -2px;
}

.companymenuli a:hover {
    color: #C63;
    text-decoration: none;
    cursor: pointer;
    padding-top: 2px;
    padding-left: 24px;
    padding-right: 23px;
    padding-bottom: 4px;
    background-color: #fff;
    border-top: 2px solid #999;
    margin-top: -2px; 
}

.companymenuli:hover > ul {
    display: block;
    background-color: #999;
    color: #FFF;
}

.submenu {
    display: none;
    position: absolute;
    z-index: 1; 
    width: 98%;
    margin-left: 40px !important;
}

    .submenu li {
        list-style-type: none;
    }

.m-header {
    border: none;
    border-bottom: 2px solid #999;
    background-color: #fff;
    color: #333;
    font-size: 16px;
    width: 100%;
    position: absolute;
}
