/* CSS Document */

#ul#nav_main
{
	float: left;
	height:30px;
	width: 800px;
	clear: none;
	margin-left: 0px;
	text-decoration: none;
	list-style: none;
}
li#nm_1 {
	float: left;
	background-image: url(../images/navigation/who_we_are.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 80px;
	text-decoration: none;
	list-style: none;
	background-position: bottom;
	clear: right;
	margin-top: 0px;
}

li#nm_2 {
	float: left;
	background-image: url(../images/navigation/what_we_do.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 30px;
	width: 82px;
	text-decoration: none;
	list-style: none;
	clear: right;
	margin-top: 0px;
}

li#nm_3 {
	float: left;
	background-image: url(../images/navigation/why_kpscholars.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 30px;
	width: 97px;
	text-decoration: none;
	list-style: none;
	clear: right;
	margin-top: 0px;
}

li#nm_4 {
	float: left;
	background-image: url(../images/navigation/become_a_scholar.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 30px;
	width: 103px;
	text-decoration: none;
	list-style: none;
	clear: right;
	margin-top: 0px;
}

li#nm_5 {
	float: left;
	background-image: url(../images/navigation/become_a_mentor.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 30px;
	width: 108px;
	text-decoration: none;
	list-style: none;
	margin-left: 0px;
	clear: right;
	margin-top: 0px;
}

li#nm_6 {
	float: left;
	background-image: url(../images/navigation/kp_speakers_bureau.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 30px;
	width: 108px;
	text-decoration: none;
	list-style: none;
	clear: right;
	margin-top: 0px;
}

ul#nav_main a {
	height: 30px;
	text-indent: -9999px;
	text-decoration: none;
	display: block;
	overflow: hidden;

}

li#nm_1 a:hover {background: url(../images/navigation/who_we_are_over.png) no-repeat; }
li#nm_2 a:hover {background: url(../images/navigation/what_we_do_over.png) no-repeat; }
li#nm_3 a:hover {background: url(../images/navigation/why_kpscholars_over.png) no-repeat; }
li#nm_4 a:hover {background: url(../images/navigation/become_a_scholar_over.png) no-repeat; }
li#nm_5 a:hover {background: url(../images/navigation/become_a_mentor_over.png) no-repeat; }
li#nm_6 a:hover {background: url(../images/navigation/kp_speakers_bureau_over.png) no-repeat; }
