#nav_drop {
	position:absolute;
	top:40px;
	width:727px;
}

#nav_drop a {
	display:block;
	padding:3px;
	width:auto;
	height:auto;
	color:#3F3C3C;
	font-size:10px;
	text-decoration:none;
	text-transform:uppercase;
}

#nav_drop a:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
	background-color:#fff;
}

#drop_1, #drop_2, #drop_3, #drop_4 {
	position:absolute;
	visibility:hidden;
	width:auto;
	background-color:#CAC9B5;
}

#drop_1 {
	left:334px;
	width:154px;
	height:147px;
	background-repeat:no-repeat;
	background-image:url(images/general_drop.gif);
}

#drop_4 {
	left:630px;
	width:154px;
	height:147px;
	background-repeat:no-repeat;
	background-image:url(images/help_drop.gif);
}

#drop_3 {
	left:519px;
	width:154px;
	height:147px;
	background-repeat:no-repeat;
	background-image:url(images/locations_drop.gif);
}











