.XulMenu {
    font-family: verdana;
    font-size: 12px;
    -moz-user-select: none;
}
.XulMenu .button,
.XulMenu .button:hover,
.XulMenu .button-active,
.XulMenu .button-active:hover {
    line-height: normal;
    padding: 5px 6px 4px 6px;
    border: 1px solid #ECE9D8;
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
    display: block;
    position: relative;
    font-family: verdana;
    font-size: 12px;
       	font-weight: bold;
    	color: #FFFFFF;
    cursor: pointer;
    
}
.XulMenu .button:hover {
    border-color: #800000 #800000 #800000 #800000;
   	font-weight: bold;
  	color: #000000;
    background: #ffffff;
   cursor: pointer

}
.XulMenu .button-active,
.XulMenu .button-active:hover {
    border-color: #800000 #800000 #800000 #800000;
    font-family: verdana,tahoma;
    font-size: 12px;
   	color: #000000;
    background: #ffffff;
  cursor: pointer
}
.XulMenu .item,
.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
    background: #ffffff;
    line-height: normal;
    padding: 3px 30px 3px 20px;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    display: block;
    position: relative;
    font-family: verdana,tahoma;
    font-size: 12px;
}
.XulMenu .item:hover, .XulMenu .item-active, .XulMenu .item-active:hover { background-color: #800000; background-repeat: repeat; background-attachment: 
               scroll; color: #FFFFFF; font-family: Verdana; font-size: 12px; 
               font-weight: bold; background-position: 0% }
.XulMenu .section {
    background: #ffffff;
    border: 1px solid;
    border-color: #F1EFE2 #716F64 #716F64 #F1EFE2;
    padding: 2px 1px 1px 2px;
    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 */