.XulMenu {
    font-family: verdana, sans-serif; 
    font-size: 12px;
    color: white;
	letter-spacing: 1px;
	
}

.XulMenu .button,
.XulMenu .button:hover,
.XulMenu .button-active,
.XulMenu .button-active:hover {
    line-height: normal;
    padding: 0px 10px 0px 0px;
	background-color: transparent;
    color: white;
	font-weight: bold;
	text-decoration: none;
    white-space: nowrap;
    display: inline;
    position: relative;
	cursor: pointer;
	vertical-align: middle;
}
.XulMenu .button:hover,
.XulMenu .button-active,
.XulMenu .button-active:hover{
    color: Black;
	background-color: transparent;
}

.XulMenu .item,
.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
	height: 16px;
	width: 120px;
    line-height: normal;
    padding: 2px 0px 2px 10px;
    color: white;
	background-color : #A87131;
	text-decoration: none;
	font-weight: bold;
    white-space: nowrap;
    display: inline;
    position: relative;
	cursor: pointer;
	font-size: 12px;
	vertical-align: middle;
}
.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
    color: Black;
	background-color : #A87131;
	cursor: pointer;
}
.XulMenu .section {
    color: #A71F2D;
	background-color : #F5D42F;
    padding: 0px 0px 0px 0px;
    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 */