#display-area ul#drop {
	list-style: none;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 489px;
	height: 40px;
	/* background: transparent url(../images/bg/findoutmore.gif) no-repeat; */
	text-align: left;
	z-index: 100;
}

#drop li { /* all list items */
    float: left;
    position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
}

#drop li.padright {
	padding-right: 46px;
}

#drop li ul {
    width: 200px;
	list-style: none;
}

#drop li ul { /* second-level lists */
	position: absolute;
    top: 28px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background: #CECECE;
	font: normal normal bold 11px Arial, sans-serif;
	z-index: 1000;
}

* html #drop li ul { /* second-level lists */
	top: 28px;
}

#drop li ul ul { /* third-and-above-level lists */
	margin-left: 199px;
    top: -12px;
	background: #417B93;
}

#drop li li {
    text-indent: 10px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	width: 100%;
}

#drop li:hover ul ul,
#drop li.sfhover ul ul {
	left: -999em;
}

#drop li:hover ul,
#drop li li:hover ul,
#drop li.sfhover ul,
#drop li li.sfhover ul { /* lists nested under hovered list items */
	left: 0px;
}

#drop li ul a {
    float: none;
    display: block;
    text-align: left;
    text-indent: 10px;
	height: 100%;
	width: 100%;
	padding: 7px 0px;
	color: #000;
}

#drop li ul a:hover {
	background: #B79271;
}

#drop li ul a.sub-menu {
	background: transparent url(../images/bg/arrow.gif) no-repeat 180px 4px;
}

#drop li ul a.sub-menu:hover {
	background: transparent url(../images/bg/arrow.gif) no-repeat 180px 4px;
}

#drop a
{
	float: left;
	height: 40px;
	text-align: left;
	text-indent: -999em;
	text-decoration: none;
	outline: none;
	background-repeat: no-repeat;
	line-height: 0.5;
}

#drop a:hover,
#drop li.hover a#sub-1,
#drop li.hover a#sub-2,
#drop li.hover a#sub-3
{
	background-position: 0 -40px;
}

#drop a#sub-1 {
	width: 163px;
	background: transparent url(../images/nav/aps.gif) no-repeat;
}
#drop a#sub-2 {
	width: 162px;
	background: transparent url(../images/nav/apsd.gif) no-repeat;
}
#drop a#sub-3 {
	width: 164px;
	background: transparent url(../images/nav/apsm.gif) no-repeat;
}
