
/*---------------------
	Colon Navigation 
-----------------------*/
#colNav {
	width:162px;
	float:left;
	border-top:solid 7px #E20A16;
	margin:0 15px;
	padding-top:0.45em;
	font-size:0.92em;
}
	#colNav p {
		padding-top:0.2em;
	}
	/*Second navigation*/
	#colNav ul a {
		/*font-weight:bold;*/
		padding-top:0.4em;
		padding-bottom:0.3em;
		display:block;
		width:100%;
		line-height:1.2em
	}
	/*Third navigation*/
		#colNav ul ul {
			border-top:solid 1px #E20A16;
			font-weight:normal;
			display:block;
			width:100%;
			padding:0
		}
		#colNav ul ul a{
			font-weight:normal;
			padding-left:13px;
			border-bottom:solid 1px #CCCCCC;
			width:149px;
		}
	/*Forth navigation*/
				#colNav ul ul ul {
					border:0;
				}
				#colNav ul ul ul a{
					width:136px;
					padding-left:26px;
				}
	/*Fifth navigation*/
					#colNav ul ul ul ul a{
						width:123px;
						padding-left:39px;
					}
	/*Sixth navigation*/
						#colNav ul ul ul ul ul a{
							width:110px;
							padding-left:52px;
						}