/*
light blue: #A9B7CE;
page bg: #E6EAF1
deep purple: 1A2039
*/

div#nav {
	background: url(../images/sitewide/header-02.gif) no-repeat top center;

	width: 100%;
	height: 88px;
		height: 148px;

	position: absolute;
	top: 0;
	left: 0;
	}


#nav ul {
	display: block;
	width: 720px;
	width: 960px;
	margin: 88px auto 0 auto;
	padding: 0 0 0 0px; /* 20 */
	
	/* links will inherit these characterists */
	font: 90% 'Lucida Grande',Geneva,'Univers Condensed',Verdana,sans-serif;
	text-align: center;
	}
	
	* html #nav ul {
		padding: 0 0 0 0px; /* IE 5 */
		padd\ing: 0 0 0 0px; /* IE 6 */
		}

	
#nav ul li {
	list-style-type: none;

	float: left;
	
	width: 143px;
	width: 136px;
	background: #616B83;
	
	border: solid #333;
	border-width: 0px 1px 1px 0;
	}
/*	* html #nav ul li {	width: 143px; w\idth: 143px; } */
#nav ul li a,
#nav ul li a:link,
#nav ul li a:visited {
	display: block; /* so rollover works */
	
	text-decoration: none;
	color: #fff;
	background: #616B83;
	
	z-index: 100;
	height: 1.6em;
	padding: 0px 3px 0px 3px;
	
	/* moves the button text down */
	line-height: 1.6em;
	height: 25px;
	line-height: 25px;	
	}
	#nav ul li a:hover {
	background: #FBF344;
	color: #000;
	}



/* down states */
div#nav ul li#navdown,
div#nav ul li#navdown a:visited,
div#nav ul li#navdown a:link,
div#nav ul li#navdown a:hover {
	color: #1A2039 !important;
	background-color: #E6EAF1 !important;
	cursor: default;
	}
#nav ul li#navdown {
	border: solid #1A2039;
	border-width: 0px 1px 0 0px;
	}



/* bot nav */

div#botnav {
	text-align: center;
	clear: both;
	color: #fff;
	margin: 2.6em auto 0em auto;
	padding: 1.2em 0;
	background: url(../images/sitewide/botnav-bg.gif) #3F4A74 top center repeat-x;
	width: 720px;
	width: 960px;
	}

div#botnav p {
	font-size: 90%;
	}
div#botnav p a.credit {
	font-size: 80%;
	color: #3F4A74;
	}

div#botnav p a:link, div#botnav p a:visited {
	text-decoration: none;
	color: #fff;

	}

div#botnav p a:hover {
	text-decoration: underline;
	background: none;
	}