div#secondaryNav {
	height: 160px;
	position: relative;
	}
	#secondaryNav ul {
		margin: 0;
		padding: 0;
		list-style: none;
		}
		#secondaryNav li {
			position: absolute;
			text-indent: -9999px;
			}
		li.unexpected {
			top: 10px;
			left: 138px;
			}
			.unexpected a {
				background: #000 url(../images/unexpected.gif) 0 3px no-repeat;
				width: 226px;
				height: 63px;
				}
				.unexpected a:hover {
					background: #000 url(../images/unexpected.gif) 0 -63px no-repeat;
					}				
		li.sophisticated {
			top: 10px;
			left: 440px;
			}
			.sophisticated a {
				background: #000 url(../images/sophisticated.gif) 0 3px no-repeat;
				top: 23px;
				left: 440px;
				width: 253px;
				height: 66px;
				}
				.sophisticated a:hover {
					background: #000 url(../images/sophisticated.gif) 0 -64px no-repeat;
					}
		li.innovative {
			top: 85px;
			left: 35px;
			}
			.innovative a {
				background: #000 url(../images/innovative.gif) 0 3px no-repeat;
				width: 211px;
				height: 64px;
				}
				.innovative a:hover {
					background: #000 url(../images/innovative.gif) 0 -61px no-repeat;
					}
		li.authentic {
			top: 85px;
			left: 316px;
			}
			.authentic a {
				background: #000 url(../images/authentic.gif) 0 3px no-repeat;
				width: 259px;
				height: 62px;
				}
				.authentic a:hover {
					background: #000 url(../images/authentic.gif) 0 -59px no-repeat;
					}
		li.discover {
			top: 85px;
			left: 605px;
			}
			.discover a {
				background: #000 url(../images/discover.gif) 0 3px no-repeat;
				width: 180px;
				height: 59px;
				}
				.discover a:hover {
					background: #000 url(../images/discover.gif) 0 -59px no-repeat;
					}
		#secondaryNav a {
			display: block;
			}