
/*#bar1 {
        background: #D5D6E1;
        background: #d0d0d0;
        margin: 0px;
        border: 1px solid;
        border-color: #f0f0f0 #909090 #909090 #f0f0f0;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 5px;
        cursor: default;
        background: url("images/menu_space.gif") repeat-x #ffffff;
}
  */

#bar, #bar1, #bar2 {
/*
        margin: 0px;
   border: 0px solid;
   padding-top: 3px;
   padding-bottom: 3px;
   padding-left: 5px;
   cursor: default;
*/
        width: 591px;
        margin-left: 8px;
        float:left;
}

.XulMenu, .XulMenu td {
   font-size: 11px;
   -moz-user-select: none;
        line-height: 31px;
        height: 31px;
}
.XulMenu .button,
.XulMenu .button:hover,
.XulMenu .button-active,
.XulMenu .button-active:hover {
    padding: 0px 6px;
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    position: relative;
    display: block;
	 float: left;
}

.XulMenu .button:hover, 
.XulMenu .button-active:hover{
	color: #EF1D34;
}
.XulMenu span {/* height: 2em; line-height: 2em; */}

.XulMenu .button-active,
.XulMenu .button-active:hover {
	color: #EF1D34;
}
.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;

}
.XulMenu .item img { position: static; }
.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
    background: #316AC5;
    color: #ffffff;
}
.XulMenu .section {
    background-color: #d0d0d0;
    border: 1px solid;
/*    border-color: #f0f0f0 #909090 #909090 #f0f0f0;*/
    padding: 2px 1px 1px 2px;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}
.XulMenu .arrow {
    position: absolute;
    top: 7px;
    right: 8px;
    border: 0;
}

.XulMenu .buttons_delimiter{
	position: relative;
	display: block;
	float: left;
	color: #EF1D34;
}

* html .XulMenu td { position: relative; } /* ie 5.0 fix */


/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {position:absolute; display: none; height:150px; width:200px; background-color:#fff; border:3px solid #ccc; }
#simplemodal-container a.modalCloseImg {background:url(images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
#simplemodal-container #basicModalContent {padding:8px;}
