/** THIS IS THE SUB MAP MENU DROP DOWN STYLING **/
.mapnavul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#mapnav a {
	height: 20px;
	font-family: verdana,arial,helvetica,times new roman;
	font-size: 10px;
	font-weight: strong;
	color: #000000;
}

#mapnav a {
	font-size: 10px;
	text-decoration: none;
	padding:0px 0px 0px 0px;
}

#mapnav a:hover {
	color: #000000;
	background-color: transparent;
}

#mapnav li li {
	height: 26px;
}

#mapnav li li a {
	height: 26px;
	display: block;
	font-size: 10px;
	color: #000000;
	padding: 0px;
	padding-left:10px;
	border: 0px solid #737373;
	border-width: 0px 0px 1px 0px;
	width: 16em;
	vertical-align: middle;
}

#mapnav li li a:hover {
	border: 0px solid #737373;
	border-width: 0px 0px 1px 0px;
	color: #000000;
	background-color:#DDDDDD;
	background-image:url('/images/menu_bg_light.gif');
	bacground-repeat:repeat-x;
	width: 16em;
	padding: 0px;
	padding-left:10px;
}

#mapnav li ul {
	z-index:9999;
}

.mapnavli {
	float: left;
	position: relative;
	text-align: left;
	cursor: default;
	background-color: transparent;
	border: 1px solid #737373;
	border-width: 0px 0;
	cursor: pointer;
}

.mapnavli ul {
	display: none;
	position: absolute;
	top: 100%;
	font-weight: normal;
	background-color:#BBBBBB;
	border-top: solid 0px #737373;
	border-right: solid 1px #737373;
	border-bottom: solid 0px #737373;
	border-left: solid 1px #737373;
}

.mapnavli>ul {
	top: auto;
}

.mapnavli li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

.mapNavMenuDiv {
	position:relative;
	text-align:center;
	height:20px;
	vertical-align:middle;
}

.mapNavMenuDiv a {
	position:relative;
	top:5px;
}

/**END MAP MENU STYLING**/

#mapReadingPane ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#mapReadingPane ul li {
	cursor: pointer;
	font-family: verdana,arial,helvetica,times new roman;
	font-size: 10px;
	color: #000000;	
	padding: 0px;	
	border-color: #737373;
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	background-color: #ffffff;
}

#mapReadingPane ul li a {
	height: 26px;
	display: block;
	font-size: 10px;
	color: #000000;
	padding: 0px;
	padding-left:5px;
	width: 16em;
	vertical-align: middle;
	padding:4px;
}

#mapReadingPane ul li a table tr td {
	font-size: 10px;
}

#locList li a:hover {
	background-color:#879eae;
}


#tripList li a:hover {
	background-color:#f8f366;
}

#panoList li a:hover {
	background-color:#879eae;
}

#usgsList li a:hover {
	background-color:#fbb700;
}

#otherList li a:hover {
	background-color:#bf1515;
	color:#ffffff;
}

#mapMenuDiv {
	background: url('/images/tab_bg_dark.gif') repeat-x;
	background-position: 0px 0px;
	background-color:#BBBBBB;	
}

.mapNavDark {
	background: url('/images/tab_bg_dark.gif') repeat-x;
	background-position: 0px 0px;
	background-color:#BBBBBB;
}

.mapNavLight {
	background: url('/images/tab_bg_light.gif') repeat-x;
	background-position: 0px 0px;
	background-color:#DDDDDD;
}

#quickNavMenu {
	position:absolute;
	top:215px;
	left:70px;
}

#wizardQuickNavMenu {
	position:absolute;
	top:300px;
	left:70px;
}
#navHistoryPanel {
	right: 0px;
	height: 24px; 
	width: 200px;
}
#navHistoryPanel div { 
	float: left;
	margin: 0px;
}
