.XulMenu
{
    font-family: Tahoma, sans-serif; 
}

.XulMenu .button,
.XulMenu .button:hover,
.XulMenu .button-active,
.XulMenu .button-active:hover {
    font-size: 12px;
	height: 20px;
	background-color : transparent;
    color: #84D9F9;
	padding: 3px 10px 0px 10px; 
	text-decoration: none;
	font-weight: bold;
    white-space: nowrap;
    display: inline;
    position: relative;
	cursor: pointer;
	letter-spacing: 1px;
}
.XulMenu .button:hover,
.XulMenu .button-active,
.XulMenu .button-active:hover{
	text-decoration: none;
	cursor: pointer;
	background-color : #84D9F9;
    color: #254494; 
}

.XulMenu .item,
.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
    font-size: 12px;
	letter-spacing: 1px;
	height: 20px;
	padding: 3px 10px 0px 10px;
	background-color : #496FD1;
    color: #84D9F9;
    text-decoration: none;
    cursor: default;
    white-space: nowrap;
    display: block;
    position: relative;
	cursor: pointer;
}
.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
	color : #254494;
    background-color: #84D9F9;
	cursor: pointer;
}
.XulMenu .section {
	font-size: 10px;
	background-color : white;
    color: #C4C6A7;
    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 */






