#nav
{
	background: #016893;
	height: 29px;
	border-bottom: 1px solid black;
	padding-left: 182px;
	width: 618px;
}

#nav ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#nav li
{
	margin: 0;
	padding: 6px 0 4px 0;
	display: block;
	float: left;
	height: 19px;
}

#nav a
{
	display: block;
	color: #fff;
	font-weight: bold;
	padding: 0 8px;
	border-right: 2px solid white;
	font-size:9pt;
}

#nav li ul
{
	position: absolute;
	left: -999em;
	background: #016893;
	border: 1px solid black;
	border-top: 0;
	z-index: 1001;
	padding-bottom: 3px;
}

#nav li:hover ul
{
	left: 257px;
	top: 145px;
}

#attorney:hover ul
{
	left: 371px !important;
}

#attorney li
{
	width: 195px !important;
}

#firm:hover ul
{
	left: 186px !important;
}

#firm li
{
	width: 165px !important;
}

#news:hover ul
{
	left: 482px !important;
}

#news li
{
	width: 140px !important;
}

#nav li ul li
{
	clear: both;
	margin: 1px 0;
	padding: 0;
	width: 367px;
	height: 15px;
	overflow:hidden;
}

#nav li ul a
{
	border: 0;
	font-size: 8pt;
}
