/* CSS acriminaldefenselawyer.com 
SubNav at bottom of document */

/*------------*/
/* Start Nav */
#nav_holder {
	clear: both;
	text-align: center;
	background: url(../images/bg_nav.gif) top center repeat-x;
	padding-left: 45px;
	height: 20px;
	margin-bottom: 0px;
}

#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	height: 20px;
	line-height: 20px;
	b/ackground-color: #336699;
}

#nav li a {
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	padding: 2px 20px;
	b/ackground-color: #663366;
}

#nav li a:hover {
	color: #002341;
	background: url(../images/arrow.gif) top left no-repeat;
	line-height: 18px;
}
/* second level menu lists if needed */
#nav li ul {
	background: url(../images/bg_nav_dd.gif) top center repeat-x;
	display: none;
	position: absolute;
	left: 0px;
	top: 20px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: none;
}
/* deletes background image for .sub items */
#nav a.sub {
	background-image: none;
	text-align: left;
	margin: 0;
	padding:0;
}
/* end 'if needed' lists */
/* define second level width for ie7 & Opera */

#nav li.information ul,
#nav li.information ul li {
	width: 155px;
	padding-left: 5px;
	margin: 0;
}
#nav li.practice ul,
#nav li.practice ul li {
	width: 155px;
	padding-left: 5px;
	margin: 0;
}
#nav li.faq ul,
#nav li.faq ul li {
	width: 105px;
	padding-left: 5px;
	margin: 0;
}

/* second and 3rd level lists */
#nav li ul li {
	height: 20px;
	line-height: 20px;
	text-align: left;
	background-image: none !important;
}

#nav li ul li a {
	display: block;
	padding: 0;
	line-height: 20px;
	border: none;
	b/ackground-color: #ff6600;
}

#nav li ul li a:hover {
	background-color: #c9cc9a;
	background-image: none;
	margin: 0 5px 0 0;
}

#nav li:hover ul, #nav li.over ul { display: block; }

/*  end second & 3rd level lists */
/***********/
/* END NAV */
/***********/

/*****BEGIN SUBNAV ****/

/* Start Nav */
#sub_nav_holder {
	clear: both;
	width: 770px;
	margin: auto;
	text-align: center;
	height: 20px;
	z-index: 100;
}

#sub_nav {
	font-weight: bold;
	margin: 0;
	padding: 0;
	list-style: none;
	font: 11px Arial, Helvetica, sans-serif;
}

#sub_nav li {
	margin: 0;
	padding: 0;
	height: 20px;
	line-height: 20px;
	display: inline;
	b/ackground-color: transparent;
}

#sub_nav li a {
	line-height: 20px;
	color: #002341;;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 25px;
	b/ackground-color: transparent;
}

#sub_nav li a:hover {
	color: #333333;
}

/* *** end subnav *** */