/*

#navigation
{	margin: 0;
	padding: 0;
	z-index: 30}

#navigation li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#navigation li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 60px;
	background: #5970B2;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#navigation li a:hover
{	background: #49A3FF}
*/
ul.navigation {
white-space:nowrap;
}
#navigation li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	font: bold 16px arial}
#navigation li div
{	
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	white-space:nowrap;
	/*background: #4070a3 !important;
	
	border: 1px solid #5970B2;*/
	}

	#navigation li div a
	{	position: abslute;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		/*background: #4070a3 !important;
		color: #fff !important;*/
		background-image:none !important;
		padding-left: 5px !important;
		font: 14px arial
	}




.about-menu {
	background: #4070a3 !important;
	color: #fff !important;	
	width:165px !important; /* FF on Mac */
	
}
.about-menu:hover {
	background: #1eb8ff !important;
	color: #fff !important;
}
.get-involved-menu {
	background: #3D873C !important;
	color: #fff !important;
	width:165px !important;/* FF on Mac */
}
.get-involved-menu:hover {
	background: #4dad2c !important;
	color: #fff !important;
}
.goodwill-you-menu {
	background: #f9901d !important;
	color: #fff !important;
	width:165px !important;/* FF on Mac */
}
.goodwill-you-menu:hover {
	background: #e09c57 !important;
	color: #fff !important;
}

.business-solutions-menu {
	background: #9b3232 !important;
	color: #fff !important;
	width:165px !important; /* FF on Mac */
}
.business-solutions-menu:hover {
background: #c8141e !important;
	color: #fff !important;
}
