.XulMenu {
    font-family: tahoma, verdana, sans-serif; 
    font-size: 14px;
	
}

.XulMenu .button,
.XulMenu .button:hover,
.XulMenu .button-active,
.XulMenu .button-active:hover {
	height: 30px;
    padding: 8px 20px 0px 20px;
	vertical-align: middle;
    color: #FFFFFF;
	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: #7badde;
	background-color : transparent;
	text-decoration: none;
	cursor: pointer;
}

.XulMenu .item,
.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
	height: 20px;
	background-color: #26384E;
	filter:alpha(opacity:70);
	color: #FFFFFF;
    line-height: normal;
    padding: 3px 10px 0px 10px;
    text-decoration: none;
    cursor: default;
    white-space: nowrap;
    display: block;
    position: relative;
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
	cursor: pointer;
}
.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
	color: #8CC642;
	background-color: #26384E;
	filter:alpha(opacity:70);
	text-decoration: none;
	cursor: pointer;
}
.XulMenu .section {
	background-color : #6B8494;
    color: #FFFFFF;
    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 */
