/* SEO Experts Nav Stylesheet
    Author: Matt Radel on June 13th 2008 */

#navCol {
		float: left;
		width: 199px;
		border-top: 1px solid #a7a6a6;
		border-right: 1px solid #a7a6a6;
		border-left: 1px solid #a7a6a6;
		margin: 4px 0 4px 4px;
	}
	
		#navCol h2 {
			margin: 2px 0 2px 2px;
			padding: 0;
			background: url(/images/nav_title.gif) no-repeat;
			width: 195px;
			height: 34px;
			overflow: hidden;
			text-indent: -999em;
		}
		
		#navCol ul {
			margin: 0;
			padding: 0;
			list-style: none;
			border-top: 1px solid #a7a6a6;
		}
		
			#navCol ul li a {
				display: block;
				padding: 6px 8px;
				border-bottom: 1px solid #a7a6a6;
				text-decoration: none;
				font-weight: bold;
			}
			
			#navCol ul li a:hover {
				background-color: #E8E8E8
			}
			
			#navCol ul li a.on {
				color: #fff;
				background-color: #013e7f;
			}
			
			/* Level 2 */
		
			#navCol ul ul {
				border-top: none;
			}
		
			#navCol ul ul li a {
				display: block;
				padding: 6px 8px 6px 17px !important;
				border-bottom: 1px solid #a7a6a6;
				text-decoration: none;
				font-weight: normal;
				background-color: #e5ebf2 !important;
				color: #013e7f !important;
			}
			
			#navCol ul ul li a:hover {
				background-color: #fff !important
			}
			
			#navCol ul ul li a.on {
				background-color: #fff !important;
				color: #F08A1D !important;
				font-weight: bold;
			}
			
			/* Level 3 */
			
			#navCol ul ul ul {
				border-top: none;
			}
		
			#navCol ul ul ul li a {
				display: block;
				padding: 6px 8px 6px 27px !important;
				border-bottom: 1px solid #a7a6a6;
				text-decoration: none;
				font-weight: normal;
				background-color: #D1DFEF !important;
				color: #013e7f !important;
			}
			
			#navCol ul ul ul li a:hover {
				background-color: #fff !important
			}
			
			#navCol ul ul ul li a.on {
				background-color: #fff !important;
				color: #F08A1D !important;
				font-weight: bold;
			}
			
			/* Level 4 */
			
			#navCol ul ul ul ul {
				border-top: none;
			}
		
			#navCol ul ul ul ul li a {
				display: block;
				padding: 6px 8px 6px 40px !important;
				border-bottom: 1px solid #a7a6a6;
				text-decoration: none;
				font-weight: normal;
				background-color: #C2D8EF !important;
				color: #013e7f !important;
			}
			
			#navCol ul ul ul ul li a:hover {
				background-color: #fff !important
			}
			
			#navCol ul ul ul ul li a.on {
				background-color: #fff !important;
				color: #F08A1D !important;
				font-weight: bold;
			}
			
			/* Level 5 */
			
			#navCol ul ul ul ul ul {
				border-top: none;
			}
		
			#navCol ul ul ul ul ul li a {
				display: block;
				padding: 6px 8px 6px 52px !important;
				border-bottom: 1px solid #a7a6a6;
				text-decoration: none;
				font-weight: normal;
				background-color: #B3D0EF !important;
				color: #013e7f !important;
			}
			
			#navCol ul ul ul ul ul li a:hover {
				background-color: #fff !important
			}
			
			#navCol ul ul ul ul ul li a.on {
				background-color: #fff !important;
				color: #F08A1D !important;
				font-weight: bold;
			}
			
			
			
			
