.XulMenu {
    font-family: verdana, sans-serif; 
    font-size: 9px;
	letter-spacing: 1px;
}

.XulMenu .button,
.XulMenu .button:hover,
.XulMenu .button-active,
.XulMenu .button-active:hover {
	font-weight: bold;
	height: 20px;
    line-height: 16px;
	text-align: center;
	background-color : #B3BBE1;
    color: #424F9E;
	Border: 1px solid #847B52;
	padding: 1px 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{
	cursor: pointer;
	background-color : #424F9E;
    color: #FFDE43;
}


.XulMenu .item,
.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
	font-weight: bold;
	height: 20px;
    line-height: 16px;
    padding: 1px 10px 0px 10px;
	background-color : #B3BBE1;
    color: #424F9E;
    text-decoration: none;
    cursor: default;
    white-space: nowrap;
    display: block;
    position: relative;
	Border-left: 1px solid #847B52;
	Border-right: 1px solid #847B52;
	Border-bottom: 1px solid #847B52;
	cursor: pointer;
}
.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
	background-color : #424F9E;
    color: #FFDE43;
	cursor: pointer;
}
.XulMenu .section {
	background-color : #424F9E;
    color: #FFDE43;
    padding: 0px 0px 0px 0px;
    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 */
