/* @override http://local.reef.site/stylesheets/navigation.css */

/* @override http://local.reef8.site/_CSS/navigation.css */

#nav {
	color: #fc0;
	font-size: 11px;
	height: 22px;
	width: 750px;
	background: black url(../templates/mordis/nav-bkg.jpg) no-repeat 0 5px;
	text-align: center;
	position: relative;
	background-repeat: no-repeat;
	padding-top: 5px;
}


#nav a, #nav a:link { color: #ffe966; text-decoration: none; 
background-color: #000;
font-size: 12px;
letter-spacing: .05em;
	padding: 5px;
}

#nav a:visited {
	text-decoration: none;
}

#nav a:hover {
	color: white;
	background-color: #414141;
	border-bottom: 4px solid #ff0;
	text-decoration: none;
	padding-bottom: 1px;
	padding-top: 7px;
}

#nav a:active {
	text-decoration: none;
	border-bottom: 4px solid #92cd27;
	background-color: #49503c;
	padding-top: 7px;
	padding-bottom: 1px;
	color: white;
}
input#submit {
	position: relative;
	left: 450px;
	top: 20px;
}

