.XulMenu {
    font-family: Verdana, Geneva, sans-serif; 
	font-size: 13px;
	}

.XulMenu .button,
.XulMenu .button:hover,
.XulMenu .button-active,
.XulMenu .button-active:hover {
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 20px;
	text-decoration: none;
    white-space: nowrap;
	display: inline;
    position: relative;
	cursor: pointer;
	background-color: #849158;
	color: white;
	text-transform: uppercase;
	border-top: 1px solid #BACF74;
	border-right: 1px solid #435013;
	border-bottom: 1px solid #435013;
	border-left: 1px solid #BACF74;
	line-height: 21px;
	width: 200px;
	}

.XulMenu .button:hover,
.XulMenu .button-active,
.XulMenu .button-active:hover {
	cursor: pointer;
	background-color: #404040;
	}

.XulMenu .item,
.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
	font-size: 11px;
	padding-left: 5px; 
	padding-right: 20px; 
	line-height: 19px;
    text-decoration: none;
    cursor: default;
    white-space: nowrap;
    display: block;
    position: relative;
	cursor: pointer;
	background-color: #849158;
	color: white;
	border-top: 1px solid #BACF74;
	border-right: 1px solid #435013;
	border-bottom: 1px solid #435013;
	border-left: 1px solid #BACF74;
	}

.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
	cursor: pointer;
	background-color: #404040;
	color: white;
	}

.XulMenu .section {
	background-color: #D0D0D0;
    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 */







