/* Drop Down Menu __________________________________________________________________________________________________________________________*/

 .dropdown, .dropdown dt, .dropdown dd, .dropdown ul, .dropdown li {padding:0; margin:0}
.dropdown {
	/*letter-spacing: 0.3ex;*/
	padding-right:0px;
	color: #FFFFFF;
	font-size: 12px;
	position:absolute;
	font-weight: lighter;
	z-index:200;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.dropdown dt {
	width:108px;
	height:20px;
	border:0px solid #FFFFFF;
	/*font-weight:bold; */
 	cursor:pointer;
	z-index:200;
	background-color: #506927;
	padding-left: 0px;
	padding-top: 8px;
  }
  
  
  
.dropdown dt:hover {
	/*background:url(images/header_over.gif)*/
}

/* Controls Drop Down Box */
.dropdown dd {
	position:absolute; 
	overflow:hidden; 
	width:180px; 
	display:none;
	background:#fff; 
	z-index:200; 
	opacity:0;
	
	}
/* End */
	
.dropdown ul {
	/*Box Width*/
	width:180px; 
	border:1px solid #cccccc; 
	list-style:none;
	border-bottom:none; 
	border-top:none;
	z-index:200;
	}

.dropdown li {
	display:inline
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block; 
	
	padding:4px; 
	color:#333; 
	text-decoration:none; 
	background: #FFFFFF;
	width:180px;
	z-index:200;
	
	}
.dropdown a:hover {
	background: #DDDDDD; 
	color:#cccccc
}
.dropdown .underline {
	border-bottom:1px solid #DDDDDD
}

/* Buttons */
/*
#homebutton {
	width:130px;
	height:30px;
	position:absolute;
	left: 0px;
	top: 0px;
	z-index:200;
	}
*/
#partnerbutton {
	width:108px;
	height:30px;
	position:absolute;
	left: 4px;
	top: 170px;
	z-index:200;
	}

#communitybutton {
	width:108px;
	height:30px;
	position:absolute;
	left: 114px;
	top: 170px;
	z-index:200;
	}

#economicbutton {
	width:148px;
	height:30px;
	position:absolute;
	left: 224px;
	top: 170px;
	z-index:200;
	}
	
#visitbutton {
	width:108px;
	height:30px;
	position:absolute;
	left: 374px;
	top: 170px;
	z-index:200;
	}
	
#retirebutton {
	width:108px;
	height:30px;
	position:absolute;
	left: 484px;
	top: 170px;
	z-index:200;
	}
	
#servicesbutton {
	width:148px;
	height:30px;
	position:absolute;
	left: 594px;
	top: 170px;
	z-index:200;
	}
	
#memberbutton {
	width:148px;
	height:30px;
	position:absolute;
	left: 744px;
	top: 170px;
	z-index:200;
	}
	
#contactbutton {
	width:108px;
	height:30px;
	position:absolute;
	left: 1440px;
	top: 170px;
	z-index:200;
	}
/*End Buttons */
/*End Drop Down __________________________________________________________________________________________________________________________*/	

/* Drop Down Menu __________________________________________________________________________________________________________________________*/

 .dropdown2, .dropdown2 dt, .dropdown2 dd, .dropdown2 ul, .dropdown2 li {padding:0; margin:0}
.dropdown2 {
	/*letter-spacing: 0.3ex;*/
	padding-right:0px;
	/*font-family: "Times New Roman", Times, serif;*/
	color: #FFFFFF;
	font-size: 12px;
	position:absolute;
	font-weight: lighter;
	z-index:200;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.dropdown2 dt {
	width:148px;
	height:20px;
	border:0px solid #FFFFFF;
	/*font-weight:bold; */
 	cursor:pointer;
	z-index:200;
	background-color: #506927;
	padding-left: 0px;
	padding-top: 8px;
  }
  
  
  
.dropdown2 dt:hover {
	/*background:url(images/header_over.gif)*/
}

/* Controls Drop Down Box */
.dropdown2 dd {
	position:absolute; 
	overflow:hidden; 
	width:170px; 
	display:none;
	background:#fff; 
	z-index:200; 
	opacity:0;
	
	}
/* End */
	
.dropdown2 ul {
	/*Box Width*/
	width:170px; 
	border:1px solid #cccccc; 
	list-style:none;
	border-bottom:none; 
	border-top:none;
	z-index:200;
	}

.dropdown2 li {
	display:inline
}
.dropdown2 a, .dropdown2 a:active, .dropdown2 a:visited {
	display:block; 
	
	padding:4px; 
	color:#333; 
	text-decoration:none; 
	background: #FFFFFF;
	width:170px;
	z-index:200;
	
	}
.dropdown2 a:hover {
	background: #DDDDDD; 
	color:#cccccc
}
.dropdown2 .underline {
	border-bottom:1px solid #DDDDDD
}
