@media (min-width: 992px) {


ul.navigation {
	list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}

ul.navigation {
	height: 2.25em;
	padding: 0 2em 0 2em;
	width: 62em;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

ul.navigation li {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	float: left;
	width: 14.125em;
	margin: 0 .3125em 0 0;
	background-color: #f2f2f2;
	border: solid 1px #b1c0d8;
	position: relative;
	z-index: 1;
}

ul.navigation li.selected {
	z-index: 3;
}

ul.navigation li.shadow {
	width:62em;
	height: .125em;
	position: absolute;
	bottom: -.1875em;
	left: 0;
	border: none;
	background: none;
	z-index: 2;
	-webkit-box-shadow: #111 0 -2px 12px;
	-moz-box-shadow: #111 0 -2px 12px;
	box-shadow: #111 0 -2px 12px;
}

ul.navigation li a:link, ul.navigation li a:visited {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	display: block;
	text-align: center;
	width: 14.125em;
	height: 2.5em;
	line-height: 2.25em;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', arial, sans-serif;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	color: #666666;
	outline: none;
	float: left;
	background: #f2f2f2;
	-webkit-transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	-o-transition: background-color 0.3s linear;
}

ul.navigation li a:hover {
	background-color: #FC6;
}

ul.navigation li.selected a:link, ul.navigation li.selected a:visited {
	color: #666666;
	border: solid 1px #fff;
	-webkit-transition: background-color 0.2s linear;
	background: -webkit-gradient(linear,left bottom,left top,color-stop(.2, #ffffff),color-stop(.8, #f2f2f2));
	background-color: #ffffff;
}
}