.XulMenu
{
    font-family: Tahoma, sans-serif; 
	font-size: 14px;
}

.XulMenu .button,
.XulMenu .button:hover,
.XulMenu .button-active,
.XulMenu .button-active:hover {
	font-size: 14px;
	width: 189px;
	height: 23px;
	line-height: 23px;
	background-color : transparent;
    color: #000000;
	padding: 3px 20px 3px 20px; 
	text-decoration: none;
    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: #738E99;
    color: #FFFFFF; 
}

.XulMenu .item,
.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
	font-size: 14px;
	height: 20px;
	padding: 3px 20px 0px 20px;
	background-color: #738E99;
    color: #FFFFFF; 
    text-decoration: none;
    cursor: default;
    white-space: nowrap;
    display: block;
    position: relative;
	cursor: pointer;
}
.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
	background-color: #738E99;
    color: #FFFFFF; 
	cursor: pointer;
}
.XulMenu .section {
	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 */






