.XulMenu
{
	font-family: verdana, sans-serif; 
	font-size: 12px;
}

.XulMenu .button,
.XulMenu .button:hover,
.XulMenu .button-active,
.XulMenu .button-active:hover {
	height: 15px;
	background-color : transparent;
	color: #FFFFFF;
	padding: 5px 0px 0px 0px; 
	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;
	background-color: transparent
    color: #B1C800; 

}

.XulMenu .item,
.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
	height: 20px;
	padding: 1px 0px 0px 5px; 
	background-color: transparent;
	color: #B1C800; 
	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-color: transparent;
    color: #B1C800; 
	cursor: pointer;
}
.XulMenu .section {
	background-color : transparent;
    color: #B1C800;
    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 */


