.XulMenu {
    font-family: Verdana, Geneva, sans-serif; 
    font-size: 16px;
	font-weight: bold;
	margin: 1px;
	z-index: 1000;
}

.XulMenu .button,
.XulMenu .button:hover,
.XulMenu .button-active,
.XulMenu .button-active:hover {
	height: 23px;
    line-height: normal;
    padding: 6px 6px 5px 6px;
    color: #143C14;
	background-color : transparent;
	text-decoration: none;
    cursor: default;
    white-space: nowrap;
    display: inline;
    position: relative;
	cursor: pointer;
}
.XulMenu .button:hover,
.XulMenu .button-active,
.XulMenu .button-active:hover{
    color: #F9F6D8;
	background-color : #A12A28;
	cursor: pointer;
}

.XulMenu .item,
.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
	padding-right: 20px;
    font-size: 12px;
	background-color : #143C14;
    line-height: normal;
	padding: 3px 10px 3px 10px;
    color: #F9F6D8;
    text-decoration: none;
    cursor: default;
    white-space: nowrap;
    display: block;
    position: relative;
	border: 0px;
	cursor: pointer;
	border-right: 1px solid #F9F6D8;

}
.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
	color: #F9F6D8;
	background-color : #A12A28;
	cursor: pointer;
}
.XulMenu .section {
	background-color : #F9F6D8;
    color: #FF00FF;
    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 */
