@charset "UTF-8";
/* CSS Document */

/* this is the BR top nav */


#nav {
	padding:0px;
	margin: 0px;
	/* top: 140px; */
	left: 0px;
	/* position:absolute; */	
	z-index: 20;
}

ul.topnav {
	background-color: #000000;
	height: 30px;
	float:left;
	list-style: none;
	width: 998px;
	padding: 0 0 0 26px;
	margin: 0px;
}

ul.topnav li {
	float:left;
	list-style-image: none;
	position: relative;
	background: url(/css/_images/arrow_nav_grn.gif) no-repeat 0 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	padding: 8px 26px 0 0;
}

ul.topnav li a {
	padding-left: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	text-decoration:none;
}

ul.topnav li a:hover {
	color: #98c414;
}

/*flyout*/

ul.topnav li ul {
	display: none;
	position: absolute; 
	top: 20px;
	left: 0px;
	_left: -30px;
	list-style: none;
	padding: 0;
	background-color: #296ca5;
	width: 200px;
	border-top: 10px solid #000000;
}


>body ul.topnav li ul {  /* this is a hack for IE7 */
	left: -30px;
}

ul.topnav li:hover ul, ul.topnav li.sfhover ul  { 
	display: block;
}

ul.topnav li ul li {
	display:block;
	width: 200px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	border-bottom: 1px dotted #ffffff;
	background: none;
	padding: 0;
	
}

ul.topnav li ul li a {
	display:block;
	padding: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

ul.topnav li ul li a:hover {
	color: #ffffff;
	background-color: #94b6d2;
}

/* end flyout */

/* this makes link different color on active page */

body#home #tn_home a {
	color: #98c414;
	
}
/*
body#about #tn_about a {
	color: #98c414;
	
}

body#registration #tn_registration a {
	color: #98c414;
	
}

body#programs #tn_programs a {
	color: #98c414;
	
}

body#news #tn_news a {
	color: #98c414;
	
}

body#results #tn_results a {
	color: #98c414;
	
}
*/
body#contact #tn_contact a {
	color: #98c414;
	
}

/* search */

#search {
	position: absolute;
	top: 3px;
	left: 785px;
	width: 200px;
}

img#go {
	float: left;
	border: 0;
	padding-left: 7px;
}
