﻿
.menuBar
{
    z-index: 1400;
    border-bottom: none;
    width: 1000px;
    height: 32px;
}
.menuBar div
{
    float: left;
    padding-right: 34px;
}

.smallerPadding
{
    padding-right: 25px !important;
}

.menuBar div div
{
    float: none;
    padding: 0 0 16px 0;
}

.smallerPadding div
{
    background-image: url(../../images/arrow_icon.png);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    font-size: 11px;
    padding-left: 10px !important;
}

.smallerPadding div:first-child
{
    font-size: 12px;
    background-image: none !important;
    padding-left: 0px !important;
}
