#header .menu {
    position: absolute;
    z-index: 900 !important;

    bottom: 0px;

    background: #95B4D3 url("/images/layout/header/menu/background.gif") top left repeat-x;

    height: 30px;
    width: 100%;

    border: 1px solid #BCD2E8;
    border-width: 1px 0px;

    text-align: center;

    white-space: nowrap;
}

#header .menu ul.dropdown ul {
    z-index: 1000 !important;
}

#header .menu ul.dropdown {
    margin: 2px auto 2px auto;
    display:table;
    float: none;
}

#header .menu ul.dropdown > li {
    display:table-cell;
}

.isIE6 #header .menu ul.dropdown {display:inline-block;}
.isIE6 #header .menu ul.dropdown {display:inline;}
.isIE6 #header .menu ul.dropdown li {float:left;}
.isIE6 #header .menu {text-align:center;}

.isIE6 #header .menu ul.dropdown * li {
    float: none;
    position: relative;
    right: auto;
}

.isIE7 #header .menu ul.dropdown {display:inline-block;}
.isIE7 #header .menu ul.dropdown {display:inline;}
.isIE7 #header .menu ul.dropdown > li {float:left;}
.isIE7 #header .menu {text-align:center;}

.sidebar ul.dropdown {
    position: relative;
    z-index: 1;
}

