 /* 
  nav_style.css -- a collection of style rules for controlling the look of the spankin' new nav panel.
  created 21 September 2006 by sms.
 */

div.navbanner
{
	width: 100%;
	height: 37px;
  background: url('/images/nav_bknd.jpg');
	position: relative;
	font: bold 10pt Arial,Sans-serif;
	color: #eeeeee;
	text-align: center;
}

.navbanner div
{
	width: 668px;
	height: 24px;
	position: relative;
	margin: 0 auto;
}

div.navlink
{
	cursor: pointer;
	width: 110px;
	height: 24px;
	margin: 0 5px 0 5px;
  position: relative;
	float: right;
	padding-top: 3px;
}

