.XulMenu {
    font-family: Tahoma, Arial, Century Gothic, Verdana, Helvetica, sans-serif; 
    font-size: 9px;
}
.XulMenu .button,
.XulMenu .button:hover,
.XulMenu .button-active,
.XulMenu .button-active:hover {
	font-family: Tahoma, Arial, Century Gothic, Verdana, Helvetica, sans-serif; 
	font-weight: bold; font-size: 9px; 
	visible: false; 
	PADDING-BOTTOM: 2px; 
	PADDING-TOP: 10px; 
    color: ffffff;
    text-decoration: none;
    cursor: hand;
	position: relative;
}
.XulMenu .button:hover {
    text-decoration:none; 
	color: 0BF6F3;
}
.XulMenu .button-active,
.XulMenu .button-active:hover {    
	text-decoration:none; 
	color: 0BF6F3;
}

.XulMenu .item,
.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
	font-family: Tahoma, Arial, Century Gothic, Verdana, Helvetica, sans-serif; 
	font-weight: bold; font-size: 9px; 
	visible: false; 
    border:0px;
    background: #82DBF1;
    padding: 2px 10px 2px 10px; /* top right bottom left */
    color: #062B6F;
    text-decoration: none;
    cursor: hand;
    white-space: nowrap;
    display: block;
    position: relative;
}
.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
    color: ff0000;
}


.XulMenu .section {
    background: #E98645;
    border: 1px solid #062B6F;
    position: absolute;
    visibility: hidden;
    z-index: -1;       
}


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