#header {
	height: 62px;
	width:959px;
	margin:auto;
	background: transparent url(../images/header2b_bkg.png) no-repeat;
}
	.title {
		display: block;
		margin: 7px 0px 0px 10px;
		width: 164px;
		height: 47px;
		float:left;
		text-indent: -9999px;
	}
		.title a {
			display: block;
			height: 100%;
			background: url(../images/header2b_logo.png) no-repeat;
		}
	.make_history{
		display: block;
		margin: 17px 0px 0px 152px;
		width: 304px;
		height: 28px;
		float:left;
		text-indent: -9999px;
	}
		.make_history a{
			display: block;
			width:100%;
			height: 100%;
			background: url(../images/header2b_makehistory.png) no-repeat;
		}
		div.header_right{
			display: block;
			margin: 0px 0px 0px 12px;
			float:right;
			width:300px;
		}
			.header_right .header_search{
				margin: 5px 9px 0px 0px;
				float:right;
				position:relative;
				height:29px;
				width:256px;
			}
				.header_right .header_search .query{
					float:left;
					width:215px;
					margin:1px 0px 0px 0px;
				}
					.header_right .header_search .query.empty{
						background-image: url(../images/headerb2_search_bkg.png);
						background-repeat:no-repeat;
						background-position: 3px 3px;
					}
				.header_right .header_search .querysubmit{
					float:right;
					color:white;
					width:29px;
					background:transparent url(../images/header2b_search_button_sprite.png);
					background-position:0px 0px;
					height:23px;
					border:none;
					text-indent:-9999px;
				}
					.header_right .header_search .querysubmit:hover{
						background-position:0px -23px;
						cursor:pointer;
					}
					.header_right .header_search .querysubmit:active{
						background-position:0px 0px;
						cursor:pointer;
					}
			.header_right .button_container{
				position:relative;
				float:right;
				clear:right;
				width:275px;
				height:23px;
				z-index:6000;
			}
			.header_right .button_container .see_in_streetview{
				position:absolute;
				z-index:5000;
				overflow:visible;
				top:0px;
				left:0px;
			}
				.header_right .button_container .see_in_streetview .button{
					display: block;
					width: 136px;
					height: 28px;
					text-indent:-9999px;
					background: transparent url(../images/header2b_streetview_button.png) no-repeat;
					background-position:0px 0px;
				}
					.header_right .button_container .see_in_streetview .button:hover{
						background-position:0px -28px;
						cursor:pointer;
					}
					.header_right .button_container .see_in_streetview .button.active{
						background-position:0px -28px;
					}
						.header_right .button_container .see_in_streetview .button.active:hover{
							cursor:default;
						}
			.header_right .button_container .add_your_story{
				position:absolute;
				z-index:9999;
				height:28px;
				overflow:hidden;
				top:0px;
				right:0px;
			}
				.header_right .button_container .add_your_story .button{
					display: block;
					width: 140px;
					height: 28px;
					text-indent:-9999px;
					background: transparent url(../images/header2b_addstory_sprite.png) no-repeat;
					background-position:0px 0px;
				}
					.header_right .add_your_story .button:hover{
						background-position:0px -28px;
					}
				.header_right .button_container .add_your_story .dropdown{
					position:absolute;
					z-index:3000;
					top:28px;
					left:0px;
					height:142px;
					overflow:hidden;
				}
					.header_right .button_container .add_your_story .dropdown li{
						z-index:2000;
					}
						.header_right .button_container .add_your_story .dropdown li a{
							z-index:1000;
							display:block;
							width:140px;
							height:28px;
							background-color:transparent;
							background-position:0px 0px;
						}
							.header_right .button_container .add_your_story .dropdown li a:hover{
								background-position:0px -28px;
							}
							.header_right .button_container .add_your_story .dropdown li a.media{
								background-image:url(../images/header2b_dropdown_photos_sprite.png);
							}
							.header_right .button_container .add_your_story .dropdown li a.stories{
								background-image:url(../images/header2b_dropdown_stories_sprite.png);
							}
							.header_right .button_container .add_your_story .dropdown li a.both{
								background-image:url(../images/header2b_dropdown_both_sprite.png);
							}