#topnav {
	font: normal 12px/12px arial,helvetica,sans-serif;
	background:#369;
	text-transform:uppercase;
	text-align:left;
	margin:0 auto; padding:0 0 0 10px;
	height:23px;
	border:0;
	clear:both;
	}


#topnav ul {
	list-style: none;
	border:0; margin:0;
	text-align:center;
	display:inline;
	}
		
#topnav li {
	list-style: none;
	margin:0; /* margin-left:1px; */
	line-height:normal;
	float:left;
	width: 190px;
	}

	#topnav li.long { width:250px; }
	
	#topnav li.med {width:100px; }

	#topnav li.short { width:70px; }
	
/* below is where you specify the height of the block and the display */
		
#topnav li a {
		display: block;
		color: #fff; font-weight:bold;
		text-align:center;
		text-decoration: none;
		padding:5px 5px 3px 5px; margin:0 0 0 0;
		height:15px;
		}

	html>body #topnav li a {
		width: auto;
		}

		#topnav li.last a {
		margin-right:0;
		}

	#topnav li a:hover {
		color:#f80;
		display:block;
		}

	#topnav li#active a {
		color: #f80;
		text-align:center;
		text-decoration: none;
		border-color:#000;
		background:#dde5ee;
		}
		





#secnav {
	font: normal 12px/12px arial,helvetica,sans-serif;
	background:#dde5ee;
	text-transform:uppercase;
	text-align:left;
	margin:0 auto; padding:0;
	height:23px;
	border:0;
	float:left;
	width:860px;
	}


#secnav ul {
	list-style: none;
	border:0; margin:0;
	text-align:center;
	display:inline;
	}

#secnav li {
	list-style: none;
	margin:0; /* margin-left:1px; */
	line-height:normal;
	float:left;
	width: 260px;
	padding: 0;
	}

#secnav li.short {
	width: 130px;
}

#secnav li.medium {
	width: 240px;
	}

#secnav li.keynotes {
	padding-left: 120px;
}

#secnav li.med {
	padding-left: 150px;
}

#secnav li.about {
	padding-left: 340px;
}


	
/* below is where you specify the height of the block and the display */
		
#secnav li a {
		display: block;
		color: #369; font-weight:bold;
		text-align:center;
		text-decoration: none;
		padding:5px 5px 3px 5px; margin:0;
		height:15px;
		}

	html>body #secnav li a {
		width: auto;
		}

		#secnav li.last a {
		margin-right:0;
		}

	#secnav li a:hover {
		color:#f80;
		display:block;
		}

	#secnav li#subactive a {
		color: #f80;
		text-align:center;
		text-decoration: none;
		border-color:#000;
		}
		
