#footer div#nav-footer
{
	position: relative;
	margin: auto;

	width: 750px;
	height: 20px;
	border-top: 1px solid #e9e9e9;
}

#nav-footer ul#drop-2
{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -350px;
	width: 750px;
	list-style: none;
	z-index: 10;
	text-align: center;
}

#drop-2 li
{
	float: left;
}

#drop-2 a
{
	font: normal normal bold 10px Verdana;
	text-indent: 20px;
	padding-top: 0px;
	color: #909090;
	display: block;
	color: #909090;
}

#drop-2 li ul a.sub-menu {
	background: url(../images/bg/arrow_2.gif) no-repeat 275px 4px;
}

#drop-2 li { /* all list items */
    float: left;
    position: relative;
}

#drop-2 li ul {
    width: 262px;
	list-style: none;
}

#drop-2 li ul { /* second-level lists */
	position: absolute;
	margin-left: 20px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background: #e9e9e9;
/*	background: #336C84 url(../images/bg/drop_down.gif) repeat-x; */
	font: normal normal bold 9px Arial, sans-serif;
	z-index: 10000;
}

#drop-2 li ul ul { /* third-and-above-level lists */
	margin-left: 300px;
    top: -1px;
	background: #e9e9e9;
}

#drop-2 li li {
    text-indent: 10px;
	border-top: 1px solid #FFF;
	width: 100%;
}

#drop-2 li:hover ul ul,
#drop-2 li.hover ul ul {
	left: -999em;
}

#drop-2 li:hover ul,
#drop-2 li li:hover ul,
#drop-2 li.hover ul,
#drop-2 li li.hover ul { /* lists nested under hovered list items */
	left: 0;
}

#drop-2 li ul a {
    float: none;
    display: block;
    text-align: left;
    text-indent: 10px;
	height: 100%;
	width: 100%;
	padding: 3px 0;
}

#drop-2 li ul a:hover {
	color: #FFF;
	background-color: #1E4D61;
}

#drop-2 li ul a.sub-menu:hover {
	background: #1E4D61 url(../images/bg/arrow.gif) no-repeat 275px 4px;
}

#drop-2 ul#ftr-sub-nav-1 {
	top: -228px;
	width: 300px;
}

#drop-2 ul#ftr-sub-nav-2 {
	top: -209px;
}

#drop-2 ul#ftr-sub-nav-3 {
	top: -57px;
}

#drop-2 ul#ftr-sub-nav-4 {
	top: -76px;
}