/* CSS adallasdwilawyer.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: 30px;
	margin-bottom: 5px;
}

#nav {
	font-weight: bold;
	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: 30px;
	line-height: 30px;
}

#nav li a {
	line-height: 30px;
	color: #c0b597;
	text-decoration: none;
	padding: 5px 25px;
}

#nav li a:hover {
	color: #c8b082;
	background: url(../images/bg_nav_hover.gif) top center repeat-x;
}
/* second level menu lists if needed */
#nav li ul {
	background: url(../images/bg_nav_dd.gif) top center repeat-x;
	display: none;
	position: absolute;
	top: 30px;
	left: 0px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: none;
}
/* end 'if needed' lists */
/* define second level width - especially for ie7 Also define new padding info, add margin: 0 for ie6 */

#nav li.information ul,
#nav li.information ul li {
	width: 200px;
	padding-left: 5px;
	margin: 0;
}

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

#nav li ul li a {
	display: block;
	padding: 0;
	line-height: 18px;
	border: none;
	color: #666666;
}

#nav li ul li a:hover {
	color: #333333;
	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;
	text-align: center;
	background: url(../images/bg_nav.gif) top center repeat-x;
	height: 30px;
	z-index: 1000;
}

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

#sub_nav li {
	display: inline;
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
}

#sub_nav li a {
	line-height: 30px;
	color: #c0b597;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 25px;
}

#sub_nav li a:hover {
	color: #c8b082;
	background: url(../images/bg_nav_hover.gif) top center repeat-x;
}

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