#mapMenuContainer{
	width:540px;
	height:25px;
	background:url("images/vg/menuEnd.png") repeat scroll 0 0 transparent;
	position:relative;
}
.mapContainer{
	margin-left: 1px; 
	height:450px; 
	z-index:200;
	border:2px solid #bac7d9; 
	border-bottom:0px none;
}

#mapMenuSearchButton, #mapMenuFilterButton{
	width:120px;
	height:25px;
	float:left;
	background:url('images/panelMenu.png') -120px 0px no-repeat;
	cursor:pointer;
	color:#FFF;
	padding-top:6px;
}
#mapMenuSearchButton span, #mapMenuFilterButton span{
	margin-left:10px;
	font-weight:bold;
	font-size:11px;
}

#searchDropDown, #filterDropDown{
	border:1px solid #7791B4;
	border-width: 0px 1px 1px 1px;
	background-color:#F2F2F2;
	font-weight:bold;
	display:none;
}
#searchDropDown{
	width:165px;
	position:absolute;
	top:25px;
	left:0px;
}
#searchFormContainer{
	margin-left:5px;
	margin-top:10px;
	
}
#searchMap{
	color: #415375;
	width:150px;
}
#filterDropDown{
	width:417px;
	position:absolute;
	top:25px;
	left:121px;
	z-index:500;
}
 #filterDropDown span{
	margin-left:5px;
 }

 #filterDropDown table{
	margin-left:10px;
 }
 #selectKommunDiv{
	margin-left:10px;
	margin-top:5px;
 }
#mapTitle{
	float:right;
	margin-right:5px;
	font-weight:bold;
	font-size:16px;
	color:#FFF;
	margin-top:5px;

}
