.menu_outer_div
{
	position: absolute;
	top: 35px;
	left: 0px;
	width: 100%;
	height: auto;
	z-index: 999;
}

.menu_inner_div
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 760px;
	height: auto;
	z-index: 1000;
}

.menu td { text-align: left; }

/* footer link styles */
#footer-container { margin: 0 auto 20px auto; padding: 15px; background: #e8e2d5; width: 920px; }
#footer-text { margin: 0 15px 0 0; padding: 8px 15px 0 0; border-right: 1px solid #d5d0c5; float: left; display: block; width: 34.5%; text-align: justify; }
#footer-text h3 { margin: 0; padding: 0; font-size: 12px; }
#footer-text p { font-weight: normal; line-height: 1.3em; margin-top: 0; }
#footer-text p a { color: #595959; font-family: helvetica, arial, Sans-Serif; }
#footer-links { margin: 0; padding: 0; float: left; display: block; width: 61.5%; text-align: left; font: bold helvetica, arial, Sans-Serif; }

