/* Hey, you. This is used in many places. If you need a change, override it in an internal stylesheet first. */
#mapnavbox 	{position:relative
			;z-index:5
			;text-align:left
			;background-color:#F2FBFA
			;padding:4px
			;border:1px solid #666666
			;width: 99%
			;height:24px
			;clear:both}
.mapnav 	{position:relative
			;z-index:5
			;text-align:right
			;background-color:#F2FBFA
			;padding:4px
			;width: 130px
			;float:right}
/*on hover over mapnav elements, bring div children back from banishment to off-stage left. */
.mapnav:hover div
			{left:0; top:-3px}
/*banish mapnav div child to off-stage left. */
.hiddenmenu	{background-color:#F2FBFA !important
			;border:solid #666666 1px
			;position:absolute
			;left:-9999px /* Hide off-screen when not needed (this is more accessible than display:none;) */}

#gv_marker_list_static
        	{text-align:left
			;width:215px !important
			;max-width:215px !important 
			;height:auto !important
			;margin-bottom:10px
			;margin-top:5px
			;background-color:inherit}
#gmap_div 	{border:1px solid #666666; height:520px; width:100% !important; margin:0px; padding:0px; background-color:#ffffff; overflow:hidden;}
