#dropdown{
	width:900px;
	height:70px;
	color:#ffffff;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}* {padding:0; margin:0}
#dropdown dt{
	border:0px;
	font-weight:bold; 
	cursor:pointer;
	float:left;
}
#dropdown dt:hover {
	text-decoration:none;
	color:#85973b;
}
#dropdown dt.home {
	padding-top:31px;
	width:87px;
	text-align:center;
}
#dropdown dt.activehome {
	width:87px;
	height:70px;
	text-align:center;
	background-image:url(images/active_home.jpg);
	background-repeat:no-repeat;
	color:#3c3428;
}
#dropdown dt.volunteers {
	width:107px;
	padding-top:31px;
	text-align:center;
}
#dropdown dt.active_volunteers {
	width:107px;
	height:70px;
	text-align:center;
	background-image:url(images/active_volunteers_bg.jpg);
	background-repeat:no-repeat;
	color:#3c3428;
}
#dropdown dt.interns {
	width:85px;
	padding-top:31px;
	text-align:center;
}
#dropdown dt.active_interns {
	width:85px;
	height:70px;
	text-align:center;
	background-image:url(images/active_interns_bg.jpg);
	background-repeat:no-repeat;
	color:#3c3428;
}
#dropdown dt.whychoose {
	width:127px;
	padding-top:31px;
	text-align:center;
}
#dropdown dt.active_whychoose {
	width:127px;
	height:70px;
	text-align:center;
	background-image:url(images/active_why_choose.jpg);
	background-repeat:no-repeat;
	color:#3c3428;
}
#dropdown dt.howapply {
	width:117px;
	padding-top:31px;
	text-align:center;
}
#dropdown dt.active_howapply {
	width:117px;
	height:70px;
	text-align:center;
	background-image:url(images/active_how_apply.jpg);
	background-repeat:no-repeat;
	color:#3c3428;
}
#dropdown dt.browseopp {
	width:167px;
	padding-top:31px;
	text-align:center;
}
#dropdown dt.active_browseopp {
	width:167px;
	height:70px;
	text-align:center;
	background-image:url(images/active_browse_opp.jpg);
	background-repeat:no-repeat;
	color:#3c3428;
}
#dropdown dt.resource {
	width:97px;
	padding-top:31px;
	text-align:center;
}
#dropdown dt.active_resource {
	width:97px;
	height:70px;
	text-align:center;
	background-image:url(images/active_resourecs.jpg);
	background-repeat:no-repeat;
	color:#3c3428;
}
#dropdown dt.contact {
	width:110px;
	padding-top:31px;
	text-align:center;
}
#dropdown dt.active_contact {
	width:110px;
	height:70px;
	text-align:center;
	background-image:url(images/active_contactus.jpg);
	background-repeat:no-repeat;
	color:#3c3428;
}
#dropdown dd {
	position:absolute;
	display:none;
	background:#393226;
	z-index:200px;
	padding-left:0px; 
	margin-top:70px;
	overflow:hidden;
	opacity:0;
}
#dropdown ul {
	 width:150px;
	 border:0px;
	 list-style:none; 
	 margin:0px;
	 padding-bottom:5px;
}
#dropdown li {
	width:150px;
	height:22px;
	font-size:11px;
	padding-top:5px;
	padding-left:18px;
	margin:0px;
}
#dropdown li a {
	color:#ffffff; 
	text-decoration:none;
}
#dropdown li a:hover{
	color:#c6e436; 
	text-decoration:none;
}
#dropdown a, #dropdown a:active, #dropdown a:visited {
	color:#ffffff; 
	text-decoration:none; 
}
#dropdown a:hover{
	color:#c6e436; 
	text-decoration:none;
}
.vounteers_link{
	width:140px;
	margin-left:87px;
	*margin-left:-810px; 
	_margin-left:-810px;
	position:absolute;
}
.interns_link{
	width:145px;
	margin-left:194px;
	*margin-left:-703px; 
	_margin-left:-703px;
	position:absolute;
}
.why_choose_link{
	width:160px;
	margin-left:279px;
	*margin-left:-618px; 
	_margin-left:-618x;
	position:absolute;
}
.how_apply_link{
	width:160px;
	margin-left:406px;
	*margin-left:-491px; 
	_margin-left:-491px;
	position:absolute;
}
.resource_link{
	width:125px;
	margin-left:690px;
	*margin-left:-207px; 
	_margin-left:-207px;
	position:absolute;
}