.XulMenu {
    font-family: tahoma, verdana, sans-serif; 
    font-size: 11px;
	font-weight: bold;
	
}

.XulMenu .button,
.XulMenu .button:hover,
.XulMenu .button-active,
.XulMenu .button-active:hover {
	height: 24px;
    line-height: normal;
	border-right: 1px solid black;
    padding: 5px 6px 3px 6px;
    color: #FFFFFF;
	background-color : #009933;
	text-decoration: none;
    cursor: default;
    white-space: nowrap;
    position: relative;
	cursor: pointer;
	text-transform: uppercase;
}
.XulMenu .button:hover,
.XulMenu .button-active,
.XulMenu .button-active:hover{
    color: #004C99;
	background-color : transparent;
	cursor: pointer;
}

.XulMenu .item,
.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
    font-size: 12px;
	font-family: tahoma, verdana, sans-serif; 
	width: 130px;
	text-align: right;
	padding-bottom: 15px;
	background-color : #E4E6E3;
    line-height: normal;
    color: #004C99;
    text-decoration: none;
    cursor: default;
    display: block;
    position: relative;
	cursor: pointer;
}
.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
	color: #009933;
	background-color : #E4E6E3;
	cursor: pointer;
}

.XulMenu .item2,
.XulMenu .item2:hover,
.XulMenu .item2-active,
.XulMenu .item2-active:hover {
    font-size: 12px;
	font-family: tahoma, verdana, sans-serif; 
	width: 155px;
	text-align: right;
	padding-bottom: 10px;
	background-color : #E4E6E3;
    line-height: normal;
    color: #004C99;
    text-decoration: none;
    cursor: default;
    display: block;
    position: relative;
	cursor: pointer;
}
.XulMenu .item2:hover,
.XulMenu .item2-active,
.XulMenu .item2-active:hover {
	color: #009933;
	background-color : #E4E6E3;
	cursor: pointer;
}

.XulMenu .section {
	background-color : #E4E6E3;
    color: #009933;
    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 */