.XulMenu
{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	}

.XulMenu .button,
.XulMenu .button:hover,
.XulMenu .button-active,
.XulMenu .button-active:hover {
	font-size: 13px;
	height: 20px;
	line-height: 20px;
	padding: 0px 10px 0px 10px;
	background-color : black;
    color: #FFFFFF;
	text-decoration: none;
    white-space: nowrap;
    display: inline;
    position: relative;
	cursor: pointer;
	}

.XulMenu .button:hover,
.XulMenu .button-active,
.XulMenu .button-active:hover {
	padding: 0px 10px 0px 10px;
	cursor: pointer;
	background-color: white;
    color: black; 
	}

.XulMenu .item,
.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
	font-size: 13px;
	height: 20px;
	line-height: 20px;
	padding: 0px 5px 0px 5px;
	background-color: gray;
	color: white; 
    text-decoration: none;
    cursor: default;
    white-space: nowrap;
    display: block;
    position: relative;
	cursor: pointer;
	vertical-align: middle;
	}

.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
	background-color : #64a4d0;
    color: #white; 
	cursor: pointer;
	}

.XulMenu .section {
	background-color : transparent;
    color: #C4C6A7;
	position: absolute; /* dropdown menu */
	visibility: hidden;
	z-index: -1;
	}

.XulMenu .arrow {
    position: absolute;
    top: 7px;
    right: 8px;
    border: 0;
	}

* html .XulMenu td { position: relative; } /* ie 5.0 fix */






