/* === navigation below masthead === */

#nav {
	height: 38px;
	background: transparent url(/images/nav-background-grey.gif) repeat-x top left; }
  
#nav-inner {
  width: 900px;
	margin: 0px auto;
	padding: 0px 30px;  }

#nav ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto; } 

#nav ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0; }

#nav ul li a {
  font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
  font-size: 12px;	
  display: block;
	float: left;
	color: #3F3E3C;
	text-decoration: none;
  padding: 10px 16px 9px;	
  border-bottom: none;
  font-weight: bold;
  line-height: normal;
	background: transparent url(/images/nav-divider-grey.gif) no-repeat top right; }

#nav ul li a:hover {
  color: #FFFFFF;
  background: #7793B5;
  border-bottom: 1px solid #7793B5; }

#nav ul li.active a {
  background: #FFFFFF none repeat scroll 0 0;
  border-bottom: 1px solid #A8A8A5;
  border-left: 1px solid #A8A8A5;
  border-right: 1px solid #A8A8A5;
  color: #476B8E; }



