.XulMenu
{
    font-family: Tahoma, 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;
	background-color : transparent;
    	color: #FFFFFF;
	padding: 0px 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{
	text-decoration: none;
	cursor: pointer;
    	color: #FFFFFF; 
	}

.XulMenu .item,
.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
	font-size: 11px;
	height: 20px;
	padding: 3px 10px 0px 10px;
	background-image: URL(/images/menuBack.gif);
    	color: #21479f; 
    	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-image: none;
    	color: #white; 
	background-color: white;
	cursor: pointer;
 	text-decoration: underline;
	}

.XulMenu .section {
	background-color : transparent;
    color: #C4C6A7;
    position: absolute; /* floating menu */
    z-index: -1;
	visibility: hidden;
	}

.XulMenu .arrow {
    position: absolute;
    top: 7px;
    right: 8px;
    border: 0;
}

* html .XulMenu td { position: relative; } /* ie 5.0 fix */






