#topMenuBar{
	position: relative;
	width: 100%;
	/*min-width: 800px; */
	background-color: #b4bfa1;
	height: 26px; 
	/*IE hack here.*/
	/*width:expression(document.body.clientWidth < 800 ? "800px" : "100%" );*/
	border: none;
}
.topMenuBarItemRight, .topMenuMapViewImg{
	float:right;
	height:100%; 
	padding-right:15px;
}
.topMenuBarItemMapView{
	width: 200px;
}
.topMenuMapViewImg{
	padding-right:6px;
}
.topMenuBarItemLeft{
	float:left;
	height:100%; 
	padding-right:15px;
}
.topMenuImgButton, .topMenuMapViewLabel, .topMenuText{
	border:0px;
	cursor:pointer; 
	border: none; 
	position: relative; 
	top:5px; 
	left:0px;
}
.topMenuMapViewLabel{
	cursor: default; 
	font-family: "Trebuchet MS";
 	font-weight: bold;
	font-size: 10px;
	/*color:#446129; */
	color: #FFFFFF;
	width:auto;
}
.topMenuText{
	font-family: "Trebuchet MS";
  font-weight: bold;
	font-size: 10px;

	/*color:#446129; */
	color: #FFFFFF;
}
.topMenuMessage{
	cursor: text;
}
.topMenuMapViewContainer{
	float:right; 
	position: relative; 
	top:7px; 
	left:0px; 
	width:200px; 
	height:26px; 
	padding-right:15px;
}
.topMenuMapViewItemsContainer{
	position: absolute; 
	top:0px; 
	left:0px;
	height:100%;
}
.topMenuMapViewItems{
	position:absolute; 
	top:19px; 
	left:1px; 
	width: 200px; 
	height: 200px; 
	background-color:#000066; 
	color:#FFFFFF
}

