.navigation li .sub {
	background:#f5f5f5;
	position: absolute; /*--Important--*/
	z-index: 999;
	top: 40px; left: 0;	
	padding: 10px 20px 20px 20px;	
	float: left;
	border:1px solid #a5a5a4;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/	
}
.navigation li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.navigation li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
}
.navigation .sub ul li {
	width: 33.3%; /*--Override parent list item--*/
	color: #fff;
	float: left;
}

.navigation .sub ul li.heading {
	width: 100%; /*--Override parent list item--*/
	color: #fff;
}

.navigation .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;	
	font-weight: normal;
	margin-right:5px;
}
.navigation .sub ul li h2 {background:url('../images/bigNavHeadBorder.jpg') repeat-x bottom left;margin-bottom:5px;}
.navigation .sub ul li h2 { /*--Sub nav heading link style--*/
	padding:5px 0;
	color:#000;
	text-shadow:0 1px 0 #ededec;	
	font-size: 12px;
	font-weight:bold;
	border:none;
}
.navigation .sub ul li h2 a:hover{color:#000;}
.navigation .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	background: url('../images/triangle.jpg') no-repeat left center;
	padding: 0px 0 5px 10px;
	display: block;
	text-decoration: none;
	color: #0088CC;	
	font-size:11px;
	font-weight:normal;
	text-transform:none;
	border:none;
}
.navigation .sub ul li a:hover {
	color: #444;	
}