#smallHeader {
    background: #000;
    width: 100%;
}
.smallHeaderContent {
    clear: both;
    margin: 0 auto;
    padding: 0;
    width: 1230px;
    position: relative;
    height: 130px;
    display: flex;
    justify-content: space-between;
}
.headerItems {
    display: inline-block;
}
.centerHeaderItems {
    align-self: center;
}
.testMessage {
    color: red;
    font-weight: 400;
    font-size: large;
    background: #3f0000;
    border: 2px solid;
    border-color: red;
    padding: 5px;
    text-align: center;
}
#headerLogo {
    clear: none;
    float: left;
    height: 130px;
    overflow: hidden;
    margin: 0;
    text-indent: -1000px;
    width: 250px;
}
.headerRightInfo {
    position: absolute;
    right: 0px;
    top: 75px;
    text-align: right;
    color: #666;
}
.headerRightInfo span {
    color: #aaa;
}
.headerRightInfo a {
    color: #aaa;
}
.headerRightInfo a:hover, .headerRightInfo a:hover span  {
    text-decoration: underline;
    color: #00843d;
}

.headerRightInfo .active {
    color: #00843d;
}
.contentHead {
    color: #fff;
    text-decoration: none;
}
.contentHead a {
    color: #fff;
}
.contentHead a:hover {
color: #fff;
text-decoration: underline;
}
h1 {
color: #008d8e;
font-weight: bold;
padding-bottom: 5px;
}
#headerLogo a {
    background: url(/images/AB_small_header_logo.gif) no-repeat 0px 0px;
    clear: none;
    float: left;
    display: block;
    height: 130px;
    width: 250px;
}
a {
    color: #494949;
}
#headerIsoLogo a{
    background: url('/images/ISO-9001-2008---184x106 Logo.png') no-repeat 0px 0px;
    background-size: cover;
    clear: none;
    display: block;
    width: 104px;
    height: 60px;
    display: block;
}
#headerWelcome {
    background: url(/images/welcomeHeader.jpg) no-repeat 0px 0px;
    clear: none;
    float: right;
    height: 64px;
    padding: 8px 10px 5px 15px;
    width: 135px;
}
#headerSuccess {
    background: url(/images/vehiclesuccess.jpg) no-repeat 0px 0px;
    clear: none;
    float: left;
    height: 63px;
    margin: 15px 0 0 0;
    overflow: hidden;
    text-indent: -1000px;
    width: 488px;
}
#headerQuick {
    clear: none;
    float: left;
    padding: 10px 0 0 142px;
}
#headerRight {
    clear: none;
    float: right;
    width: 180px;
}
.clearBoth {
    clear: both;
    font-size: 0;
    line-height: 0;
}
.treewrapper {
    top:0px;
    width:100%;
    left:0px;
    z-index:1000;
}
#topmenu {
    background: url(images/menu_background.png);
    height: 32px;
    z-index: 1000;
}
#topmenu .wrapp {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
#topmenu ul.menu {
    display: block;
    z-index: 1000;
    width: 100%;
    margin: 0;
    text-transform: capitalize;
    list-style: none;
    height: 32px;
}
#topmenu ul.menu > li {
    display: inline-block;
    position: relative;
    height: 32px;
    width: 100px;
    margin: 0 10px 0 10px;
    font-size: 14px;
}
#topmenu ul.menu > li a {
    padding: 2px 0px 5px 25px;
    line-height: 32px;
    color: #fff;
}
#topmenu ul.menu > li a.cog {
    background: url('../../../images/cog.png') no-repeat;
}
#topmenu ul.menu > li a.coins {
    background: url('../../../images/coins.png') no-repeat;
}
#topmenu ul.menu > li a.files {
    background: url('../../../images/files.png') no-repeat;
}
#topmenu ul.menu > li a.sterling {
    background: url('../../../images/sterling.png') no-repeat;
}
#topmenu ul.menu > li a.car {
    background: url('../../../images/car.png') no-repeat;
    padding-left: 50px;
}
#topmenu ul.menu > li a.lorry {
    background: url('../../../images/lorry.png') no-repeat;
    padding-left: 40px;
}
#topmenu ul.menu > li a.chart {
    background: url('../../../images/chart.png') no-repeat;
    padding-left: 30px;
}
#topmenu ul.menu > li a.clients {
    background: url('../../../images/clients.png') no-repeat;
}

#topmenu ul.menu li:hover > ul.secondlevel  {
    display: block;
}
#topmenu ul.secondlevel, #topmenu ul.thirdlevel, #topmenu ul.forthlevel {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #efefef;
    box-shadow: 0px 3px 5px #2A644F;
    list-style: none;
    width: 185px;
    padding: 5px;
    z-index: 10000;
}
#topmenu ul.secondlevel li:hover > ul.thirdlevel {
    display: block;
}
#topmenu ul.secondlevel li:hover > ul.forthlevel {
    display: block;
}
#topmenu ul.thirdlevel {
    width: 205px;
    left: 185px;
    margin-top: -30px;
}
#topmenu ul.forthlevel {
    width: 205px;
    left: 400px;
    margin-top: -30px;
}
#topmenu ul.secondlevel li .right-arrow {
   background: url(../../../images/arrow-right.png) no-repeat;
   text-align: right;
   height: 20px;
   width: 20px;
   position: absolute;
   right: 0.5em;
   margin-top: -25px;
}

#topmenu ul.secondlevel li {
    font-size: 14px;
}
#topmenu ul.secondlevel li a, #topmenu ul.thirdlevel li a, #topmenu ul.thirdlevel li a {
    line-height: 100%;
    padding: 8px 5px;
    color: #00843d;
    display: block;
}
#topmenu ul.secondlevel li:hover {
    background: #00843d;
}
#topmenu ul.secondlevel li:hover > .right-arrow {
    background: url(../../../images/arrow-right-w.png) no-repeat;
}
#topmenu ul.secondlevel li:hover a {
    color: #fff;
}
#topmenu ul.secondlevel li:hover > ul.thirdlevel li a {
    color: #00843d;
}
#topmenu ul.secondlevel li:hover > ul.forthlevel li a {
    color: #00843d;
}
#topmenu ul.secondlevel li:hover > ul.thirdlevel li:hover a {
    color: #fff;
}
#topmenu ul.secondlevel li:hover > ul.forthlevel li:hover a {
    color: #fff;
}

