#bar {
	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-bg.png");
	height:53px;
	width:920px;
	text-align:center;

}
		
.XulMenu {
    font-family: "MS Sans Serif", Arial, sans-serif;
    font-size: 10pt;
	font-weight: bold;
	/*border-color: #f0f0f0 #909090 #909090 #f0f0f0;*/
    -moz-user-select: none;
  
}
.XulMenu .tdclass {background:url(images/menu-border.jpg); background-position:right; background-repeat:no-repeat; padding:0 2 0 0px; border:0px solid; border-right:0px solid #9DCCDC;
 background-image:url(images/menu-border.jpg);}
.hspan{ background: url("images/menu-left.jpg"); background-position:left; background-repeat:no-repeat; width:3px; height:53px;}
.XulMenu .first{ 
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    position: relative;
    display: block;
    height: 53px;
	line-height:53px;
	background: url("images/left1.gif");
	background-position:left;
	background-repeat:no-repeat;
	text-align:center;
    }
.XulMenu .first:hover,
.XulMenu .first-active,
.XulMenu .first-active:hover{ 
	color: #148DB3;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    position: relative;
    display: block;
	background: url("images/grey2.gif"); 
	background-position:left;
	background-repeat:no-repeat;
	text-align:center;
     }
.XulMenu .last{ 
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    position: relative;
    display: block;
    height: 53px;
	line-height:53px;
	background: url("images/right.gif");
	background-position:right;
	background-repeat:no-repeat;
	text-align:center;
    }
.XulMenu .last:hover,
.XulMenu .last-active,
.XulMenu .last-active:hover{ 
	color: #148DB3;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    position: relative;
    display: block;
	background: url("images/grey1.gif"); 
	background-position:right;
	background-repeat:no-repeat;
	text-align:center;
	line-height:53px;
	vertical-align:middle;
     }
.XulMenu .button,
.XulMenu .button:hover,
.XulMenu .button-active,
.XulMenu .button-active:hover {
    /*padding: 5px 6px 4px 6px;
    border: 1px solid #d0d0d0;*/
    color: #148DB3;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    position: relative;
    display: block;
    height: 53px;
	line-height:53px;
	text-align:center;
    padding: 0 0.5em;
	vertical-align:middle;

}
.XulMenu .button{ background: url("images/bg_img.gif"); background-repeat:repeat-x; color:#FFFFFF; vertical-align:middle;line-height:53px; text-align:center;}
.XulMenu .button:hover {
	border-color: #f0f0f0 #909090 #909090 #f0f0f0;background-color:#996600; background: url("images/grey_bg.gif"); background-repeat:repeat-x;
}
.XulMenu span { height: 2em; line-height: 2em; }

.XulMenu .button-active,
.XulMenu .button-active:hover {
   border-color: #909090 #f0f0f0 #f0f0f0 #909090;
}
.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: default;
    white-space: nowrap;
    display: block;
    position: relative;*/
	/*background: #61B7D0;*/
    line-height: 29px;
    padding: 0px 30px 0px 10px;
    color: #FFFFFF;
    text-decoration: none;
    cursor: default;
    white-space: nowrap;
    display: block;
    position: relative;
	/*border:1px solid #7AE0F3;*/
	background-image:url(images/drop_bg.gif);
	background-repeat:repeat-x;
	height:29px;


}
.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;*/
	background-color: #78E2F3;
   /* border: 1px solid #55ACC8;*/
   /* 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;
}

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