.XulMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	-moz-user-select: none;
}
.XulMenu .button,
.XulMenu .button:hover,
.XulMenu .button-active,
.XulMenu .button-active:hover {
	line-height: normal;
	color: #FFFFCC;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
	display: block;
	position: relative;
	border-top: 1px solid #85D0E9;
	border-right: 1px solid #85D0E9;
	border-bottom: 1px solid #1F85A7;
	border-left: 1px solid #1F85A7;
	background-color: #28A9D3;
	font-style: normal;
	font-weight: normal;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}
.XulMenu .button:hover {
	border-color: #ffffff #ACA899 #ACA899 #ffffff;
	font-style: normal;
	font-weight: normal;
}
.XulMenu .button-active,
.XulMenu .button-active:hover {
    border-color: #ACA899 #ffffff #ffffff #ACA899;
	font-style: normal;
	font-weight: normal;
}
.XulMenu .infoitem,
.XulMenu .item,
.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
	line-height: normal;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
	display: block;
	position: relative;
	background-color: #ECFDFF;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #28A9D3;
}
.XulMenu .infoitem:hover {
	background: #D9FFFF;
	cursor: help;
}
.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
    background: #28A9D4;
    color: #ffffff;
}
.XulMenu .section {
	position: absolute;
	visibility: hidden;
	z-index: -1;
	background-color: #00CCFF;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}
.XulMenu .arrow {
    position: absolute;
    top: 7px;
    right: 8px;
    border: 0;
}

* html .XulMenu td { position: relative; } /* ie 5.0 fix */
