/*

STYLES SPECIFIC TO THE NAV REGION

*/


#Nav {
	margin: 15px 0px 0px;
	color: #996600;
	padding: 0px;
}

#Nav #NavHeader {
	width: 770px;
	/*background: url('/images/layout/nav/nav2_noPaper.gif') top no-repeat;
	height: 143px;
	background: url('/images/layout/nav/nav2_wLinks.gif') top no-repeat;
	height: 180px;*/
}

#Nav .paperTop {
	background: url('/images/layout/Paper_top2.gif') bottom no-repeat;
	height: 22px;
	width: 770px;
}

/*
The Nav Links are now part of the header graphic
*/
/*
#Nav .NavLinks {
	text-align: right;
	padding: 0px 10px;
	position: relative;
	margin: -35px 20px 15px;
}

#Nav .NavLinks ul {
	text-align: right;
	margin: 0px 10px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}

#Nav .NavLinks li {
	display: inline;
}

#Nav .NavLinks a,
#Nav .NavLinks a:link {
	color: #333  ;
	text-decoration: none;
	border: none;
	padding: 0px 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em; 
	font-weight: bold;
	border-right: 1px solid #876853;
}

#Nav .NavLinks a:hover {
	margin: -1px;
	text-decoration: none;
	border: 1px solid #666;
	color: #645846;
}
*/
