#bar {
}

.XulMenu {
    -moz-user-select: none;
}
.XulMenu .button,
.XulMenu .button-active
 {
    line-height: normal;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    display: block;
    position: relative;
	 padding: 3px;
    border-bottom: 1px solid #eefbfc;
    border-top: 1px solid #eefbfc;    
	 list-style-type: none;
    background-image: url(../img/puls_off.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
    margin-left: 10px;
    text-decoration: none;
    color: #00549B;
    font-weight: bold;
}

.XulMenu .button:hover,
.XulMenu .button-active:hover {
	background-color: #ffffff;
   line-height: normal;
   text-decoration: none;
   cursor: pointer;
   white-space: nowrap;
   display: block;
   position: relative;
	padding: 3px;
   border-bottom: 1px solid #D8E3EE;
   border-top: 1px solid #D8E3EE;
   background-color: #ffffff;
	color: #FF6400;
   background-image: url(../img/puls_on.gif);
   background-repeat: no-repeat;
	padding-left: 20px;
}

.XulMenu .button_contacts {
   background-image: url(../img/puls_off_red.gif);
   background-repeat: no-repeat;
	color: #ff0000;
}

.XulMenu .button_contacts:hover {
   background-image: url(../img/puls_on_red.gif);
   background-repeat: no-repeat;
}

.XulMenu .button:hover {
/*    border-color: #ffffff #ACA899 #ACA899 #ffffff;*/
}

.XulMenu .button-active,
.XulMenu .button-active:hover {
/*    border-color: #ACA899 #ffffff #ffffff #ACA899;*/
}

.XulMenu .item,
.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
    background: #ffffff;
    line-height: normal;
    color: #00549B;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    display: block;
    position: relative;
	 padding: 2px 20px;
	 font-weight: bold;
	 border-bottom: 1px solid #F8FCFC;
    border-top: 1px solid #F8FCFC;    
	 list-style-type: none;
    text-decoration: none;
    color: #00549B;
}
.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
    background: #316AC5;
    color: #ffffff;
	 border-bottom: 1px solid #D8E3EE;
    border-top: 1px solid #D8E3EE;
    background-color: #ffffff;
	 color: #FF6400;
}
.XulMenu .section {
    background: #ffffff;
    border: 1px solid;
    border-color: #F1EFE2 #716F64 #716F64 #F1EFE2;
    padding: 2px 1px 1px 2px;
	 margin-left: -100px;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}
.XulMenu .arrow {
    position: absolute;
    top: 7px;
    right: 8px;
    border: 0;
}

* html .XulMenu  { position: relative; } /* ie 5.0 fix */
