/* CSS aminneapolisinjuryattorney.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 #b17f2f;
	padding-left: 90px;
	height: 25px;
	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: 25px;
	line-height: 25px;
	margin-top: 2px;
}

#nav li a {
	height: 25px;
	line-height: 25px;
	color: #ffffff;
	text-decoration: none;
	border-left: double #cccccc;
	padding: 2px 25px;
}
  #nav li a.contact { border-right: double #cccccc; }

#nav li a:hover {
	color: #cccccc;
	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: 24px;
	left: 4px;
	padding-top: 10px;
	padding-bottom: 5px;
	list-style: none;
}
/* end 'if needed' lists */
/* define second level width - especially for ie7 */

#nav li.about ul,
#nav li.about ul li {
	width: 150px;
	padding-left: 5px;
	margin: 0;
}
#nav li.practice ul,
#nav li.practice ul li {
	width: 150px;
	padding-left: 5px;
	margin: 0;
}

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

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

#nav li ul li a:hover {
	color: #000000;
	background-image: none;
}
	
#nav li:hover ul, #nav li.over ul { display: block; }

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

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

/* Start SubNav */
#sub_nav_holder {
	clear: both;
	text-align: center;
	background: url(../images/bg_nav.gif) top center repeat-x #b17f2f;
	height: 25px;
	z-index: 100;
}

#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: 25px;
	line-height: 25px;
}

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

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

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