.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 15px 0px 15px; 
	text-decoration: none;
	text-transform: uppercase;
    white-space: nowrap;
    display: inline;
    position: relative;
	cursor: pointer;
	font-weight: bold;
	border: solid transparent 1px;
	}

.XulMenu .button:hover,
.XulMenu .button-active,
.XulMenu .button-active:hover {
	background-color: transparent;
	border: solid white 1px;
	color: #FF9900;
	cursor: pointer;
	}

.XulMenu .item,
.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
	font-size: 11px;
	height: 20px;
	padding: 3px 15px 0px 15px;
	background-color : #1C2077;
    color: white; 
    text-decoration: none;
    cursor: default;
    white-space: nowrap;
    display: block;
    position: relative;
	cursor: pointer;
	border-left: solid white 1px;
	border-right: solid white 1px;
/*	background-image: url( /images/mprik.gif);
	background-position: bottom left;
	background-repeat: repeat-x; */
	}

.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
	background-color : #FF9900;
	cursor: pointer;
	}

.XulMenu .section {
	background-color: #1C2077;
	border-top: solid white 1px;
	border-bottom: solid white 1px;
	color: white;
	position: absolute;
    z-index: 1000;
	visibility: hidden;

	}

.XulMenu .arrow {
    position: absolute;
    top: 7px;
    right: 8px;
    border: 0;
	}

* html .XulMenu td { position: relative; } /* ie 5.0 fix */




