.XulMenu {
    font-family: georgia, tahoma, verdana;
    font-size: 11px;
}
.XulMenu .button,
.XulMenu .button-active,
.XulMenu .button-active:hover {
    line-height: normal;
    width: 166px;
	 margin: 1px;
    padding: 5px 6px 4px 6px;
    background: #D19E2F;
    border: 0;
    color:  white;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    display: block;
    position: relative;
}
.XulMenu .button:hover {
    line-height: normal;
    width: 166px;
	 margin: 1px;
    padding: 5px 6px 4px 6px;
    background: #ECD152;
    border: 0;
    color:  white;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    display: block;
    position: relative;
}
.XulMenu .button-active,
.XulMenu .button-active:hover {
    border-color: #BA983C;
}
.XulMenu .item,
.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
    background: #D6AD54;
    line-height: normal;
	 margin-bottom: 1px;
    padding: 3px 30px 3px 4px;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    display: block;
    position: relative;
}
.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
    background: #ECD152;
    color: #ffffff;
}
.XulMenu .section {
    background-color: #94612A;
    border: 1px solid;
    border-color: #F5E97E;
    padding: 1px 1px 1px 1px;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}
.XulMenu .arrow {
    position: absolute;
    top: 7px;
    right: 8px;
    border: 0;
}

* html .XulMenu td { position: relative; } /* ie 5.0 fix */

#bar {
   background: #94612A;
   border: 1px solid #F2E57B;
   width: 180px;
   padding: 0px;
	cursor: default;
}
table td { vertical-align: top; }

