@charset "UTF-8";
/* CSS Document */

/*
************************************************************************
 *  Author: Lois Jones | jonesloism.net | jonesloism@gmail.com
 *  History: Created 2014-June
 *  Description:
 *
 *
 *
 ************************************************************************
 */


nav {
	height: 40px;
	width: 100%;
	background: #455868;
	background: rgba(69,88,104,.7);
	font-size: 11pt;
	font-family: 'PT Sans', Arial, sans-serif;
	font-weight: bold;
	position: relative;
	//border: 2px solid #467289;
	//border: 2px solid #8c99a5;
	border-bottom: 2px solid #283744;
	border-bottom: 4px solid #467289;
	border-top: 4px solid #467289;
	border-left: 1px groove #000000;
	border-right: 5px groove #000000;
	margin-bottom: 13px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 600px;
	height: 40px;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	display: inline-block;
	width: 100px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	text-shadow: 1px 1px 0px #283744;
	letter-spacing: 1px;
}
nav li a {
	//border-right: 1px solid #576979;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav li a:link, a:visited {
	color: white;
	//color: red;
	//color: HERE;
	padding: 0;
}		
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	background-color: #8c99a4;
	//background-color: #purple;
	//background-color: HERE;
	padding: 0;
}
nav a#pull {
	display: none;
	color: orange;
	color: white;
	border-top: 4px solid #467289;
	padding: 0;
}
