.XulMenu {
    font-family: Verdana, Geneva, sans-serif; 
	font-size: 10px;
	}

.XulMenu .button,
.XulMenu .button:hover,
.XulMenu .button-active,
.XulMenu .button-active:hover {
	font-size: 10px;
	padding: 0px 10px 3px 0px;
	text-decoration: none;
    white-space: nowrap;
    display: inline;
    position: relative;
	cursor: pointer;
	text-transform: uppercase;
	color: black;
	}

.XulMenu .button:hover,
.XulMenu .button-active,
.XulMenu .button-active:hover {
	color: #A0A0A0;
	cursor: pointer;
	}

.XulMenu .item,
.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
	font-size: 11px;
	height: 20px;
	padding: 3px 5px 0px 2px;
	background-color: #FFFFFF;
	color: #606060;
	text-decoration: none;
   	white-space: nowrap;
	cursor: pointer;
  	display: block;
   	position: relative;
	border-top: 1px solid #A0A0A0;
	border-left: 1px solid #A0A0A0;
}

.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
	color: white;
	cursor: pointer;
	background-color: #A0A0A0;
}

.XulMenu .section {
	background-color: white;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}


.XulMenu .arrow {
    	position: absolute;
    	top: 6px;
    	right: 4px;
    	border: 0;
	}

* html .XulMenu td { position: relative; } /* ie 5.0 fix */

