/* CSS Document */
/* Main Menu Container */
#menu_container {
	height: 30px;
	margin: 0;
	padding: 65px 10px 0 0;
	z-index: 800;
	position: relative;
	min-height:1px;
	}

#menu {
	list-style: none;
	color: #fff;
	padding: 0;
	margin: 0;
	height: 30px;
	font-size: 11px;
	float:right;
	z-index: 800;
	}
	
#menu li {
	float: left;
	position: relative;
	height: 25px;
	background: url(menu_li.gif) no-repeat right center;
	padding: 0px;
	}
	
#menu li.last {
	background: none;
	}
	
#menu a {
	display: block;
	color: #7ecceb;
	text-align: right;
	text-decoration: none;
	line-height:12px; 
	float: left;
	height:	25px;
	position: relative;
	padding: 0 0 0 20px;
	margin:0;
	z-index:900;
	}
			
#menu a strong {
	color: #fff !important;
	display: block;
	font-weight: bold;
	cursor: pointer;
	font-size: 17px;
	display:block;
	padding:0;
	margin:0;
	line-height:15px;
	position:relative;
	}
	
* html #menu strong {
	height:1px;
	}
	
#menu a span{
	position: relative;
	right: 0;
	z-index: 950;
	min-height: 1px;
}

* html #menu a span{
	position: relative;
	height: 1px;
	right: 0;
}

* html #menu a{
	width:75px;	
	height: 1px;
	}
	
* html #donations_link{
	width: 80px !important;
}

* html #resources_link{
	width: 85px !important;
}

* html #get_found_link{
	width: 80px !important;
}
	
* html #whats_on_link{
	width:90px !important;	
	}

#menu a:hover{
	color: #0f6f95;
	background:none;
	}

/** drop down **/

#menu li.over {
	z-index: 10;
	}
	
#menu li.over a,
#menu li.has_sub_over a
 {
	z-index: 20;
	padding-bottom: 0;
	background: none;
	color: #0f6f95;
	}
		
#menu ul a:hover,
#menu ul li.over a:hover,
#menu ul li.has_sub_over a:hover
 {
	background: #eee;
	padding: 5px 10px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #555;
	}

#menu li.over ul, #menu li.has_sub_over ul {
	display: none;
	}
		
#menu ul li.over ul {
	display: none;
	}


#menu li.has_sub_over ul ul{
	display: none;
	}

#menu li.has_sub_over ul li.has_sub_over ul {
	display: block;
	}

#menu ul {
	position: absolute;
	display: none;
	padding: 5px;
	margin: 0;
	top: 28px;
	left: 0px;
	width: 200px;
	background: #fff;
	border: 1px solid #ccc;
	}
	

#menu ul ul {
	top: 0;
	left: 200px;
	background: #fff;
	}
	
#menu ul li {
	display: block;
	float: left;
	position: relative;
	width: 200px;
	background: none;
	padding: 0;
	height: auto;
	}
	
#menu ul li.last {
	border-bottom: none !important;
	}
	
#menu li.has_sub_over ul a {
	display: block;
	padding: 5px 10px;
	width: auto;
	position: relative;
	height: auto;
	min-height: 12px;
	line-height: 12px;
	text-align: left;
	float: none;
	margin: 0;
	border: 1px solid #fff;
	color: #777;
	background: none;
	}
	
* html #menu li.over ul a {
	height: 1px;
	}
	