/* CSS 
SubNav at bottom of document */

/*------------*/
/* Start Nav */
#nav_holder {
	clear: both;
	text-align: left;
	padding-left: 5px;
	margin-bottom: 5px;
}
#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 {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	height: 33px;
	line-height: 33px;
	border-bottom: 1px solid #314251;
	width: 183px;
}

#nav li a {
	display: block;
	color: #314251;
	font-size: 1.1em;
	height: 33px;
	line-height: 33px;
	text-decoration: none;
	padding-left: 20px;
	margin-left: 0px;
}
	#nav li.home { 
		margin-top: -8px;
		}
  	#nav li.contact {
  		border: none;
		margin-bottom: -10px;
  		}
#nav li a:hover {
	display: block;
	background: url(../images/bg_nav_hover.gif) left no-repeat;
	height: 34px;
	line-height: 34px;
}
  /* define left_col a colors */
	#left_col #nav li a { color: #314251;} 
  	#left_col #nav li a:hover { color: #666666; }
	
	
/* 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: -1px;
	left: 184px;
	text-align: left;
	padding-top: 5px;
	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: 140px;
	padding-left: 5px;
	margin: 0;
}
#nav li.practice ul,
#nav li.practice ul li {
	width: 140px;
	padding-left: 5px;
	margin: 0;
}

#nav li ul li {
	border: none;
}

/* 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: 0px;
	margin: 0;
	height: 20px;
	line-height: 20px;
	border: none;
	color: #ffffff;
}

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

/* deletes background image for .sub items */
#nav li a.sub {
	background-image: none;
	background-color: transparent;
	text-align: left;
	margin: 0;
	padding:0;
}
/* drop down a color info */
  #left_col #nav li a.sub {
  	color: #ffffff;
  }
/* drop down a color info define height for IE */
  #left_col #nav li a:hover.sub {
  	color: #cccccc; height: 20px; line-height: 20px;
  }


/* left_col drop down hover color */
	#left_col #nav li ul li a { color: #ffffff; }
	#left_col #nav li ul li a:hover { 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;
	border-top: 1px solid #314251;
	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: 20px;
}

#sub_nav li a {
	line-height: 25px;
	color: #404040;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 25px;
}
#sub_nav li a:hover {
	color: #333333;
	text-decoration: underline;
}
/* *** end subnav *** */