.XulMenu
{
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif; 
	font-size: 13px;
}

.XulMenu .button,
.XulMenu .button:hover,
.XulMenu .button-active,
.XulMenu .button-active:hover {
	text-transform: uppercase;
	font-size: 13px;
	height: 20px;
	line-height: 20px;
	background-color : transparent;
    color: #606060;
	padding: 0px 20px 0px 0px; 
	text-decoration: none;
    white-space: nowrap;
    display: inline;
    position: relative;
	cursor: pointer;
}
.XulMenu .button:hover,
.XulMenu .button-active,
.XulMenu .button-active:hover{
	cursor: pointer;
	background-color : transparent;
    color: black; 
}

.XulMenu .item,
.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
	font-size: 11px;
	height: 20px;
	padding: 10px 10px 10px 10px;
	background-color: white;
	color: black; 
    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 : #606060;
    color: white; 
	cursor: pointer;
}
.XulMenu .section {
	background-color : transparent;
    color: #C4C6A7;
    position: absolute; /* dropdown menu */
    z-index: -1;
}
.XulMenu .arrow {
    position: absolute;
    top: 7px;
    right: 8px;
    border: 0;
}

* html .XulMenu td { position: relative; } /* ie 5.0 fix */







