.XulMenu {
    font-family: tahoma, verdana, sans-serif; 
    font-size: 11px;
	font-weight: bold;
    color: black;
	
}

.XulMenu .button,
.XulMenu .button:hover,
.XulMenu .button-active,
.XulMenu .button-active:hover {
	height: 60px;
	width: 172px;
    line-height: normal;
    padding: 8px 0px 6px 20px;
	background-color: transparent;
    color: black;
	font-weight: bold;
	text-decoration: none;
    white-space: nowrap;
    display: inline;
    position: relative;
	cursor: pointer;
	font-size: 29px;
	vertical-align: middle;
}
.XulMenu .button:hover,
.XulMenu .button-active,
.XulMenu .button-active:hover{
    color: white;
	background-color: transparent;
}

.XulMenu .item,
.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
	height: 32px;
	width: 160px;
    line-height: normal;
    padding: 8px 0px 6px 10px;
    border-bottom: 1px solid #FFFFFF;
    color: black;
	background-color : #F5D42F;
	text-decoration: none;
    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: white;
	background-color : #F5D42F;
	cursor: pointer;
}
.XulMenu .section {
    color: black;
	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 */