.XulMenu
{
    font-family: HELVETICA, sans-serif; 
	font-size: 20px;
	text-transform: uppercase;
}

.XulMenu .button,
.XulMenu .button:hover,
.XulMenu .button-active,
.XulMenu .button-active:hover {
	padding: 5px;
	text-decoration: none;
    white-space: nowrap;
    display: inline;
    position: relative;
	cursor: pointer;
	color: #e2c500;
	background-image: url( '/images/menufade.png' );
	display: block;
	margin-bottom: 1px;
}

#menu1 br { display: none; }

.XulMenu .button:hover,
.XulMenu .button-active,
.XulMenu .button-active:hover{
	text-decoration: underline;
	cursor: pointer;
}

.XulMenu .item,
.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
	padding: 5px; 
    text-decoration: none;
    cursor: default;
    white-space: nowrap;
    display: block;
    position: relative;
	cursor: pointer;
	opacity: 0.9;
	filter:alpha(opacity=90);
	background-color: black;
/*	background-image: url( '/images/menufade.png' ); */
	color: #E2C500;
	}

.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
	text-decoration: underline;
	cursor: pointer;
}

.XulMenu .section {
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.XulMenu .arrow {
    position: absolute;
    top: 7px;
    right: 8px;
    border: 0;
}

#menu1-1-0 {
	font-size: 24px;
}

* html .XulMenu td { position: relative; } /* ie 5.0 fix */







