A.topnav1:link {

	 color :#000000;
	 FONT-SIZE  :11px;
	 FONT-FAMILY : Tahoma,Verdana,Arial ;
	 TEXT-DECORATION  : none ;
}
A.topnav1:active {

	 color :#000000;
	 FONT-SIZE  :11px;
	 FONT-FAMILY : Tahoma,Verdana,Arial ;
	 TEXT-DECORATION  : none ;
}
A.topnav1:visited  {

	 color :#000000;
	 FONT-SIZE  :11px;
	 FONT-FAMILY : Tahoma,Verdana,Arial ;
	 TEXT-DECORATION  : none ;
}
A.topnav1:hover  {

	 color :#000000;
	 FONT-SIZE  :11px;
	 FONT-FAMILY : Tahoma,Verdana,Arial ;
	 TEXT-DECORATION  : underline ;
}
.TopNavText{

	 color :#000000;
	 FONT-SIZE  :12px;
	 FONT-FAMILY : Verdana ;
	 TEXT-DECORATION  : none ;
}
.topnav1bgcolor {

	 background-color :#E7FFCE;
}

/* _menu */
	#nav_top_sprite {
		width: 620px;
		height: 37px;
		position: relative;
		background-image: url(../images/TopBar.png);
		margin: 0;
		padding: 0;
		color:#FFF;
	}

	#nav_top_sprite li {
		float: left;
	}

	#nav_top_sprite li a {
		position: absolute;
		top: 0;
		margin: 0;
		padding: 0;
		display: block;
		height: 37px;
		background-image: url(../images/TopBar.png);
		background-repeat:no-repeat;
		text-indent: -9999px;
		overflow: hidden;
	}

	/*up state of menu*/
	
	li#nav_home a {
		left: 0;
		width: 60px;
		background-position: 0 0;
	}

	li#nav_mailedCourses a {
		left: 60px;
		width: 107px;
		background-position: -60px 0;
	}

	li#nav_onlineCourses a {
		left: 167px;
		width: 104px;
		background-position: -167px 0;
	}

	li#nav_buyTestOnly a {
		left: 271px;
		width: 93px;
		background-position: -271px 0;
	}

	li#nav_guarantee a {
		left: 364px;
		width: 83px;
		background-position: -364px 0;
	}
	
	li#nav_testimonials a {
		left: 447px;
		width: 86px;
		background-position: -447px 0;
	}
	
	li#nav_contactUs a {
		left: 533px;
		width: 87px;
		background-position: -533px 0;
	}

	/*hover state of menu*/

	li#nav_home a:hover {
		background-position: 0 -38px;
	}

	li#nav_mailedCourses a:hover {
		background-position: -60px -38px;
	}

	li#nav_onlineCourses a:hover {
		background-position: -167px -38px;
	}

	li#nav_buyTestOnly a:hover {
		background-position: -271px -38px;
	}

	li#nav_guarantee a:hover {
		background-position: -364px -38px;
	}
	
	li#nav_testimonials a:hover {
		background-position: -447px -38px;
	}
	
	li#nav_contactUs a:hover {
		background-position: -533px -38px;
	}

	/*current state of menu*/

	#body_home li#nav_home a {
		background-position: 0 0px;
	}

	#body_mailedCourses li#nav_mailedCourses a {
		background-position: -60px -76px;
	}

	#body_onlineCourses li#nav_onlineCourses a {
		background-position: -167px -76px;
	}

	#body_buyTestOnly li#nav_buyTestOnly a {
		background-position: -271px -76px;
	}

	#body_guarantee li#nav_guarantee a {
		background-position: -364px -76px;
	}
	
	#body_testimonials li#nav_testimonials a {
		background-position: -447px -76px;
	}
	
	#body_contactUs li#nav_contactUs a {
		background-position: -533px -76px;
	}
/* end of _menu */
