.XulMenu {
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif; 
	font-size: 11px;
	letter-spacing: 1px;
	}

.XulMenu .button,
.XulMenu .button:hover,
.XulMenu .button-active,
.XulMenu .button-active:hover {
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	background-color : transparent;
    color: #4d4d4d;
	margin-left: 0px;
	padding: 0px 5px 2px 5px; 
	text-decoration: none;
    white-space: nowrap;
    display: inline;
    position: relative;
	cursor: pointer;
	border-left: 1px solid transparent;
	border-bottom: 1px solid transparent;
	}

.XulMenu .button:hover,
.XulMenu .button-active,
.XulMenu .button-active:hover {
	text-decoration: none;
	cursor: pointer;
	color : #0071a2;
background-color : #0071a2;
color : white;
	border-left: 1px solid transparent;
	}

.XulMenu .item,
.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
	font-size: 11px;
	height: 20px;
	padding: 3px 20px 0px 5px;
	background-color: #0071a2;
	color: #FFFFFF; 
    text-decoration: none;
    cursor: default;
    white-space: nowrap;
    display: block;
    position: relative;
	cursor: pointer;
	border-left: 1px solid transparent;
	}

.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
	background-color : black;
    color: #white; 
	cursor: pointer;
	}

.XulMenu .section {
	background-color : transparent;
    color: #C4C6A7;
	position: absolute;
    z-index: -1;
	visibility: hidden;
	}

.XulMenu .arrow {
    position: absolute;
    top: 7px;
    right: 8px;
    border: 0;
	}

* html .XulMenu td { position: relative; } /* ie 5.0 fix */


