#nav {
	/*float: right; */
	width: 970px;
	padding: 0;
	font-size: 1.0em;
	background: #01327f;
}
#nav ul {
	width: 970px;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 8px;
	padding-bottom: 7px;
	text-align: center;
}
#nav ul li {
	/*float: left; */
	display: inline;
	padding: 7px 24px;
	text-align: center;
	background: url(../images/line20.gif) top left no-repeat;
}
#nav li.first {
	background: none;
	/*margin-left: 180px; */
}
#nav li.firstsel {
	background: none;
	/*margin-left: 180px; */
	color: #a3e9f9;
}
* html #nav li.first {
	display: inline;
}
#nav a {
	text-decoration: none;
	color: #fff;
}
#nav a:hover {
	color: #a3e9f9;
}
#nav li.sel {
	color: #a3e9f9;
}

#subnav {
	clear:left;
	float: left;
	width: 970px;
	padding: 0;
	font-size: 0.8em;
}
#subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
}
#subnav ul li {
	float: left; 
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 2px;
	text-align:center;
	background:url(../images/line15.gif) top left no-repeat;
}
#subnav li.first {
	margin-left: 120px;
	background: none;
}
/* pushes the profile sub-menu further from left */
#subnav li.first2 {
	margin-left: 260px;
	background: none;
}
* html #subnav li.first, * html #subnav li.first2 {
	display: inline;
}
#subnav a {
	text-decoration: none;
	color: #01327f;
}
#subnav a:hover {
	color: #000;
}
#subnav li.sel2 {
	color: #000; 
	/*font-weight:bold; */
}
