#nav {
	float:left;
	width:400;
	margin: 23px 0 0;
	padding: 0;
	position: relative; /* tmp insert by phil for frameset view */
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
	margin-left:15px;	
}

#nav li {
	list-style-type: none;
	display: inline;
	color: #FFFFFF;
	margin:0;
	font-family: Tahoma, Verdana, Arial;
	font-size: 0.6em;
	white-space: nowrap;
	font-weight: bold;
	text-decoration: none;
	position: relative; /* tmp insert by phil for frameset view */

}
	
#nav li a{
	color: #ffffff;
	padding: 0.7em 6px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #026060;	
	border-left-width: 1px;
	border-left-color: #029e90;	
}


#nav li a:hover {
	color: #23d3c2;
	padding: .9em 6px .7em;
}

#nav li a.active {
	color: #23d3c2;
	padding: 0.7em 6px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #026060;	
	border-left-width: 1px;
	border-left-color: #029e90;;
}

#subnav {
	float:left;
	width:300;
	position: relative; /* tmp insert by phil for frameset view */
	font-weight:bold;
	height:55px;	
	padding:0 0 0 145px;
	margin:9px 0 0 0;
	color:#FFFFFF;
}

#subnav li {
	list-style-type: none;
	display: inline;
	color: #FFFFFF;
	margin:0;
	font-family: Tahoma, Verdana, Arial;
	font-size: 0.6em;
	white-space: nowrap;
	font-weight: bold;
	text-decoration: none;
	position: relative; /* tmp insert by phil for frameset view */

}
	
#subnav li a{
	color: #ffffff;
	padding: 0.7em 6px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #707776;	
	border-left-width: 1px;
	border-left-color: #d8d8d8;	
}


#subnav li a:hover {
	color: #707776;
	padding: .9em 6px .7em;
}

#subnav li a.active {
	color: #707776;
	padding: 0.7em 6px;
	text-decoration: none;
}
