		#quickNav {
			float: left;
			padding-top: 9px;
			background: transparent left -10px repeat-x url(../img/backgrounds/block-seperator.jpg);
			}
		
		div#pageTrail {
			display: block; float: left; clear: both;
			width: 888px; font-size: 11px;
			background: #f1f1ef url(../img/backgrounds/sorted-bg.jpg) repeat-x scroll left top; border: 1px solid #e5e5e3;			
			}

		div.trailItems {
			width: 728px; position: relative; display: block; float: left; padding: 7px;
			line-height: 14px; height: 14px;
			}	

		#quickNav a.quickNavBtn {
			width: 80px; position: relative; display: block; float: right; padding: 7px;
			line-height: 14px; height: 14px;
			background: #CCCCCC url(../img/backgrounds/navbg.jpg) repeat-x scroll left center;
			border-left: 1px solid #cacaca;
			color: #4d4d4f;
			text-align: center;
			cursor: pointer;
			font-size: 11px;
			}
			
		div#quickNavItemWrapper {
			width: 890px;
			position: relative; float: left;
			display: none;
			}

			div#quickNavItems {
				position: relative; display: block; float: left;
				width: 888px; background: #fff;
				border-left: 1px solid #e5e5e3;
				}
				
			div#quickNav .siblings a {
				font-size: 11px; width: 207px;
				padding: 5px 7px; border-right: 1px solid #e5e5e3; float: left;
				border-bottom: 1px solid #e5e5e3;
				}
				
				div#quickNav .siblings a:hover {
					background: #f5f5f4; color: #4d4d4f;
					}