/* seahawks-nav */
#seahawks-nav {
	opacity: .7;
	position: fixed;
	right: 60px; �/* 0px for hamburger menu version */
	text-align: center;
	top: 55px; /* MULTI-LOCK #1 */
	z-index: 9;
	}

	/* added for logo version */
	#seahawks-nav img {
		height: 32px;
		width: 73px;
		}

#seahawks-nav:hover {
	top: 55px; /* MULTI-LOCK #1 */ /* same # = no move on hover, diff number = move on hover */
	}

	#seahawks-nav-hidden {
		background: #333;
		border-bottom: solid 1px #000;
		box-shadow: 20px 20px 15px rgba(20,20,20, 0.9);
		padding: 59px 0px;
		position: fixed;
		top: -800px;
		transition-duration: .7s;
		width: 100%;
		z-index: 9;
		}

#seahawks-nav:hover + #seahawks-nav-hidden {
	top: 33px; /* MULTI-LOCK #2 */
	}

	#seahawks-nav-hidden:hover {
		top: 33px; /* MULTI-LOCK #2 */
		}
/* seahawks-nav */







/* seahawks-menu */
	#seahawks-menu {
		color: #000;
		font: 14px verdana;
		padding: 0px 0px 14px;
		position: relative;
		text-align: center;
		top: 10px;
		}

		.main-link {
			font-size: 11px;
			letter-spacing: 3px;
			top: -12px;
			position: relative;
			}

		#seahawks-menu hr {
			background: none repeat scroll 0 0 #222;
			margin: 15px auto;
			width: 460px;
			}


		.current {
			left: -1px;
			position: relative;
			}

			.current a:link {text-decoration: none; color: #0f0; }
			.current a:visited {text-decoration: none; color: #0f0; }
			.current a:hover {text-decoration: none; color: #0c0; }
			.current a:active {text-decoration: none; color: #f99; }

	.nfl-hover {
		background: url("../zone/seahawks/image/logo/nfl-hover.png") bottom;
		display: block;
		height: 62px;
		margin: 0px auto;
		opacity: .8;
		text-indent: -99999px;
		width: 80px;
		}

		.nfl-hover:hover {
			opacity: 1;
			}
/* seahawks-menu */


#multi-link {
	bottom: 14px;
	color: #666;
	font: 11px verdana;
	left: 15px;
	text-transform: uppercase;
	}

	#multi-link a:link {text-decoration: none; color: #666; }
	#multi-link a:visited {text-decoration: none; color: #666; }
	#multi-link a:hover {text-decoration: none; color: #0c0; }
	#multi-link a:active {text-decoration: none; color: #0c0; }

