.XulMenu
{
    font-family: Tahoma, sans-serif; 
	margin-top: 5px;
}

.XulMenu .button,
.XulMenu .button:hover,
.XulMenu .button-active,
.XulMenu .button-active:hover {
    font-size: 14px;
	height: 25px;
	background-color : transparent;
    color: #000000;
	padding: 3px 10px 0px 10px; 
	text-decoration: none;
    white-space: nowrap;
    display: inline;
    position: relative;
	cursor: pointer;
}
.XulMenu .button:hover,
.XulMenu .button-active,
.XulMenu .button-active:hover{
	text-decoration: none;
	cursor: pointer;
	background-color : #00828C;
    color: #FFFFFF;
}

.XulMenu .item,
.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
    font-size: 12px;
	height: 20px;
	padding: 3px 10px 0px 10px;
	background-color : #B0B0B0;
    color: #000000;
    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 : #00828C;
    color: #FFFFFF;
	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 */







