/******************************************************************* Navibar**/
#navibar {
float:left;
width:760px; /* */
height:25px;

color:#000000;
font-size:13px;
font-weight:bold;
font-family:Geneva, Arial, Helvetica, sans-serif;
background-color:#3B6803;
}
	/* for Internet Explorer */
	/*\*//*
	* html #navibar {
	float:left;
	width:760px;
	height:25px;
	padding:0px 1px 0px 0px;
	
	color:#000000;
	font-size:13px;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color:#3B6803;
	overflow:hidden;
	display:inline;
	}
	/**/
	
	.navibar_left {
	float:left;
	/*position:absolute;
	z-index:0;*/
	}
	.navibar_right {
	float:right;
	width:33px;
	}
	
.navibar_tab {
width:125px;
height:25px;
float:right;
display:inline;
}
	.navibar_tab img {
	height:28px;
	border:0px;
	padding:0px;
	margin:0px;
	}
