@charset "utf-8";
/* CSS Document */

/* Rounded Corners */
.rounded {
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.rounded-top {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius:4 px;
}

.textShadow {
	text-shadow:1px 1px 2px #393939;
}

/* Drop Down Menu */
#map_jump_dropdown_container {
	display:inline;
	background-image:url(../images/sprites/dropdown.png);
	background-repeat:no-repeat;
	width:130px;
	height:27px;
	float:right;
	margin-top:-4px;
	margin-right:0px;
}

#map_jump_dropdown_label {
	height:27px;
	line-height:27px;
	padding-left:9px;
	position:absolute;
	z-index:1;
	width:130px;
}

#map_jump_dropdown {
	background-color:#FFFFFF;
	cursor:pointer;
	display:inline;
	height:27px;
	margin-top:2px;
	-moz-opacity: 0;
	filter:alpha(opacity: 0);
	opacity:0;
	padding-top:8px;
	position:absolute;
	width:130px;
	z-index:2;
}
