/* CSS 
SubNav at bottom of document */

/*------------*/
/* Start Nav */
#nav_holder {
	clear: both;
	text-align: left;
	padding: 0px 0px 0px 5px;
	margin-bottom: 10px;
	border-left: 1px solid #0071be;
	border-right: 1px solid #0071be;
}
#nav {
	width: 190px;
	font-weight: bold;
	margin-left: 10px;
	padding: 0;
	list-style: none;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#nav li {
	width: 190px;
	margin: 0;
	padding: 0;
	position: relative;
	height: 33px;
	line-height: 33px;
	width: 183px;
}

#nav li a {
	display: block;
	font-size: 1.1em;
	background: url(../images/bg_nav.gif) top left repeat-x;
	height: 33px;
	line-height: 33px;
	text-decoration: none;
	padding-left: 20px;
	margin-left: 0px;
	text-transform: uppercase;
}
	#nav li.home { margin-top: -1px;}
  	#nav li.contact {
  		border: none;
		margin-bottom: -12px;
  		}
#nav li a:hover {
	background: url(../images/bg_nav_hover.gif) top left repeat-x;
	height: 33px;
	line-height: 33px;
	color: #ffffff;
}
	#left_col #nav li a {
	color: #ffffff;
}
  #left_col #nav li a:hover {
	color: #333333;
}
/* second level menu lists if needed */
#nav li ul {
	background: url(../images/bg_nav_dd.gif) top left repeat-y #423b46;
	display: none;
	position: absolute;
	top: 0px;
	left: 184px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: none;
}

/* end 'if needed' lists */
/* define second level/dropdown width - especially for ie7 */

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

/* second and 3rd level lists */
  /* un-comment ie6 & ie7 css fixes for drop downs */
#nav li ul li {
	height: 20px;
	line-height: 20px;
	text-align: left;
	padding: 0;
	margin: 0;
}
/* deletes background image for .sub items */
#nav li a.sub {
	background-image: none;
	background-color: transparent;
	text-align: left;
	margin: 0;
	padding:0;
	text-transform: none;
}
/* drop down background-color info */
  #left_col #nav li a:hover.sub {
  	color: #0071be;
  }
#nav li ul li a {
	display: block;
	padding: 0px;
	margin: 0;
	line-height: 20px;
	border: none;
	color: #ffffff;
}

#nav li ul li a:hover {
	background-image: none;
	line-height: 20px;
	text-decoration: none;
	color: #cccccc;
}

#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: #be4d00 url(../images/bg_nav.gif) top left repeat-x;
	height: 25px;
	z-index: 10;
}

#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;
	text-decoration: underline;
}
/* *** end subnav *** */