.XulMenu {
    font-family: verdana, sans-serif; 
    font-size: 10px;
}

.XulMenu .button,
.XulMenu .button:hover,
.XulMenu .button-active,
.XulMenu .button-active:hover {
	font-weight: bold;
	font-size: 10px;
	height: 25px;
	background-color : transparent;
    color: #FFFFFF;
	padding: 5px 15px 0px 15px; 
	text-decoration: none;
    white-space: nowrap;
    display: inline;
    position: relative;
	cursor: pointer;
}
.XulMenu .button:hover,
.XulMenu .button-active,
.XulMenu .button-active:hover{
	cursor: pointer;
	background-color : #EFADAD;
    color: #FFFFFF;
}

.XulMenu .item,
.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
	font-size: 10px;
	font-weight: bold;
	height: 24px;
	padding: 0px 15px 0px 15px;
    line-height: 20px;
	background-color : #EFADAD;
    color: #CE0000;
    text-decoration: none;
    cursor: default;
    white-space: nowrap;
    display: block;
    position: relative;
	cursor: pointer;
	border-top: 1px solid #F8D6D6;
	border-right: 1px solid #F8D6D6;
}
.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
	background-color : #CE0000;
    color: #FFFFFF;
	cursor: pointer;
}
.XulMenu .section {
	font-size: 10px;
	background-color : white;
    color: #F8D6D6;
    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 */