#dropmenudiv{
position:absolute;
background-color: #323713;
font:normal 16px Arial;
line-height:26px;
z-index:100;
border-top: solid 2px #FFFFFF;
border-right: solid 2px #FFFFFF;
border-bottom: solid 1px #FFFFFF;
Width:150px;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 5px;
padding: 1px 0;
text-decoration: none;
color: #FFFFFF;
border-bottom: solid 1px #FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #989B63;
color: #FFFFFF;
}

#navlist {
	background-color: #323713;
	text-align:right;

}

/* Sample CSS definition for the example list. Remove if desired */
#navlist a {
	margin: 0,0,0,0;
    line-height:28px;
	padding-right:10px;
	vertical-align:middle;
	font-size:16px;
	list-style-type:none;
	width: 155px; /* Width of Menu Items */
	color: #FFFFFF;
	text-align:right;
	text-decoration:none;
}

#navlist a:hover {
	background-color: #989B63;      /* gives the active menu items a yellow background */
	color: #FFFFFF;                 /* makes the active menu item text black */ 
	padding-right:10px;
}

#navlist a:hover {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
	display: block;              /* makes the child block visible - one of the most important declarations */
}

.bottomborder {
	border-bottom: solid 1px #FFFFFF
}

.bottomborder:hover {
	border-bottom: solid 1px #FFFFFF;
	background-color:#989B63;
}

#navlist_locations {
	background-color: #989B63;
	text-align:left;

}

#navlist_locations a {
	margin: 0,0,0,0;
    line-height:28px;
	padding-left:5px;
	vertical-align:middle;
	font-size:16px;
	list-style-type:none;
	width: 160px; /* Width of Menu Items */
	color: #FFFFFF;
	text-align:left;
	text-decoration:none;
}

#navlist_locations a:hover {
	background-color: #323713;      /* gives the active menu items a yellow background */
	color: #FFFFFF;                 /* makes the active menu item text black */ 
	padding-left:5px;
}

#navlist_locations a:hover {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
	display: block;              /* makes the child block visible - one of the most important declarations */
}


.MapMenu {
	border-bottom: solid 1px #FFFFFF;
	line-height:28px;
}

.MapMenu:hover {
	border-bottom: solid 1px #FFFFFF;
	line-height:28px;
	background-color:#323713;
}


/*Following are styles used on the mail Locations page with map*/


.MainMapMenu {
	background-color: #989B63;
	margin: 0,0,0,0;
	padding-left:5px;
	vertical-align:middle;
	font-size:16px;
	list-style-type:none;
	color: #FFFFFF;
	text-align:center;
	text-decoration:none;
	border-bottom: solid 1px #FFFFFF;
	border-left:solid 1px #FFFFFF;
	border-right:solid 1px #FFFFFF;
	line-height:28px;
}

.MainMapMenu a {
	margin: 0,0,0,0;
	padding-left:5px;
	vertical-align:middle;
	display:block;
	font-size:16px;
	list-style-type:none;
	color: #FFFFFF;
	text-align:center;
	text-decoration:none;
	line-height:28px;
}

.MainMapMenu:hover {
	border-bottom: solid 1px #FFFFFF;
	line-height:28px;
	background-color:#323713;
}

.TopMenu {
	margin-left:23px;}

