.XulMenu1 {
    font-size: 110%;
    /*border-top-style:solid;
    border-top-width:1px;
    border-top-color:#fff;
    
    border-bottom-style:none;
    /*border-top-width:1px;*/
    border-bottom-color:#333;
    
    border-left-style:none;
    border-left-width:0px;
    border-left-color:#333;
    
    border-right-style:none;
    border-right-width:0px;
    border-right-color:#333;

    /*border: solid 1px #fff;*/

    margin: 0px; 
	padding: 0;  
    -moz-user-select: none;
}
/*dummy class for top menu*/
.XulMenu1 .topMenuClass
{
}

.XulMenu1 .button1,
.XulMenu1 .button1:hover,
.XulMenu1 .button1-active,
.XulMenu1 .button1-active:hover {
	padding: 5px 0; 
	background-color: #1A5A83; 
	text-align: center;
	color: #efecca; 
	font-weight: 700; 
	font-size: 110%; 
    font-family:trebuchet ms, verdana, sans-serif;
    text-decoration: none;
    cursor: hand;
    white-space: nowrap;
    display: block;
    position: relative;
}
.XulMenu1 .button1:hover {
    color: #fff;
}
.XulMenu1 .button1-active,
.XulMenu1 .button1-active:hover {
    color: #fff;
}

.XulMenu1 .button1-active-active,
.XulMenu1 .button1-active-active:hover {
		color: #901c1c;
		text-decoration:none;
		cursor: default;
}

.XulMenu1 .item1,
.XulMenu1 .item1:hover,
.XulMenu1 .item1-active,
.XulMenu1 .item1-active:hover{
	background-color: #a7a37e; 
	text-align: left;
	padding: 3px 3px 3px 5px;
	font-weight: normal; 
	font-size: 0.95em; 
	color: #fff;
    text-decoration:none;
    cursor: hand;
    white-space: nowrap;
    display: block;
    position: relative;
}
.XulMenu1 .item1:hover,
.XulMenu1 .item1-active,
.XulMenu1 .item1-active:hover {
	text-align: left;	
	color: #1A5A83; 
	background-color: #efecca;
}

.XulMenu1 .item1-disable {
	text-align: left;
	padding: 3px 3px 3px 5px; 
	font-weight: normal; 
	font-size: 0.95em; 
    text-decoration:none;
    cursor: default;
    white-space: nowrap;
    display: block;
    position: relative;
}

.XulMenu1 .section1 {
	text-align:left;	
    background-color: #1A5A83;
    padding: 5px 0;
    position:absolute;
    visibility: hidden;
    z-index: -1;
}
.XulMenu1 .subsection1 {
	text-align:left;	
    background: #1A5A83;
    padding: 5px 0;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.XulMenu1 .arrow {
    position: absolute;
    top: 7px;
    right: 8px;
    border: 0;
}
