div#top-nav {
	position: absolute;
	top: 70px;
	left: 0px;
	width: 778px;
	height: 30px;
	z-index: 100;
}

ul#drop {
	padding-top: 6px;
}

* html #top-nav ul#drop
{
	bottom: 0;
}

#drop a {
	color: #fff;
}

#drop li { /* all list items */
    float: left;
    position: relative;
	list-style: none;
}


#drop li ul {
    width: 150px;
	list-style: none;
}

#drop li ul { /* second-level lists */
	position: absolute;
    top: 20px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background: #502A10;
	font: normal normal bold 11px Arial, sans-serif;
	z-index: 1000;
}

#drop li ul ul { /* third-and-above-level lists */
	margin-left: 262px;
    top: -3px;
	background: #417B93;
}

#drop li li {
    text-indent: 10px;
	border-bottom: 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 lisf.hover 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: 10px 0;
}

#drop li ul a:hover {
	background: #B79271;
}

#drop li ul a.sub-menu {
	background: url(../images/bg/arrow.gif) no-repeat 245px 4px;
}

#drop li ul a.sub-menu:hover {
	background: #1E4D61 url(../images/bg/arrow.gif) no-repeat 245px 4px;
}

#drop a
{
	float: left;
	height: 20px;
	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#nav-1,
#drop li.hover a#nav-2,
#drop li.hover a#nav-3,
#drop li.hover a#nav-4,
#drop li.hover a#nav-5,
#drop li.hover a#nav-6,
#drop li.hover a#nav-7,
#drop li.hover a#nav-8
{
	background-position: 0 -20px;
}


#drop a#nav-1 {
	width: 62px;
	background-image: url(../images/nav/home.gif);
}

#drop a#nav-2 {
	width: 121px;
	background-image: url(../images/nav/about.gif);
}

#drop a#nav-3 {
	width: 120px;
	background-image: url(../images/nav/practice.gif);
}

#drop a#nav-4 {
	width: 171px;
	background-image: url(../images/nav/verdicts.gif);
}

#drop a#nav-5 {
	width: 70px;
	background-image: url(../images/nav/articles.gif);
}

#drop a#nav-6 {
	width: 86px;
	background-image: url(../images/nav/directions.gif);
}

#drop a#nav-7 {
	width: 81px;
	background-image: url(../images/nav/contact.gif);
}

#drop a#nav-8 {
	width: 58px;
	background-image: url(../images/nav/links.gif);
}
