#bar
{
    cursor: default;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    height: 22px;
    overflow: auto;
}

#search 
{
    position: absolute;
    top: 0;
    right: 5px;
}

#search input, #search select
{
    font-family: Tahoma;
    font-size: 12px;
    margin-top: 4px;
    font-weight: bold;
}


    
.XulMenu
{
    font-family: Tahoma;
    font-size: 12px;
    margin-top: 4px;
    font-weight: bold;
    -moz-user-select: none;
}

.XulMenu .button
{
    color: white;
    text-decoration: none;
    cursor: default;
    white-space: nowrap;
    display: block;
    position: relative;
    padding-right: 6px;
    padding-left: 6px;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
}
.XulMenu .button:hover, .XulMenu .button-active, .XulMenu .button-active:hover
{
    color: #ffa229;
    text-decoration: none;
    cursor: default;
    white-space: nowrap;
    display: block;
    position: relative;
    padding-right: 6px;
    padding-left: 6px;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
}
.XulMenu .button:hover {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
}
.XulMenu .button-active, .XulMenu .button-active:hover
{
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
}
.XulMenu .item
{
    background-color: #003E74;
    color: white;
    text-decoration: none;
    cursor: default;
    white-space: nowrap;
    display: block;
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
    padding-top:2px;
    padding-bottom:2px;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
}

.XulMenu .item:hover, .XulMenu .item-active, .XulMenu .item-active:hover
{
    color: #ffa229;
    cursor: default;
    white-space: nowrap;
    display: block;
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    background-color: #006699;
}

.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
    color: #ffa229;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    padding-top:2px;
    padding-bottom:2px;    
}
.XulMenu .section
{
    border-style: solid;
    border-width: 1px;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    padding-right: 0px;
    padding-left: 0px;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
}
.XulMenu .arrow {
    position: absolute;
    top: 7px;
    right: 8px;
    border: 0;
}


* htm .XulMenu td { position: relative; } /* ie 5.0 fix */