/* Name of Company Goes Here 
 * (c) Name of Company Goes Here -- www.websitehere.org
 * 
 */

ul#navTeacher{
	padding:0px;
	margin:0px;

}
ul#navTeacher {
	position:relative;
	top:8px;
	left:8px;
	width:555px;
	height:28px;
}
ul#navTeacher li {
	padding:0;
	margin:0;
	list-style-type:none;
	float:left;
	text-indent:-9999px;
}
ul#navTeacher li a {
	border:0;
	text-decoration:none;
	display:block;
	background:transparent url(/images/project/nav.jpg) no-repeat;
}
/* Width and height definition */
li#classroomKits a {
	width:101px;
	height:28px;
}
li#lessonPlans a {
	width:91px;
	height:28px;
}
li#submitLesson a {
	width:159px;
	height:28px;
}
li#freeCurriculum a {
	width:109px;
	height:28px;
}
li#teacherLinks a {
	width:95px;
	height:28px;
}

/* Hover and visted */

li#classroomKits a:link, li#classroomKits a:visited {
	background-position:0px 0px;
}
li#classroomKits a:hover, li#classroomKits a:focus {
	background-position:0px -28px;
}

li#lessonPlans a:link, li#lessonPlans a:visited {
	background-position:-101px 0px;
}
li#lessonPlans a:hover, li#lessonPlans a:focus {
	background-position:-101px -28px;
}

li#submitLesson a:link, li#submitLesson a:visited {
	background-position:-192px 0px;
}
li#submitLesson a:hover, li#submitLesson a:focus {
	background-position:-192px -28px;
}

li#freeCurriculum a:link, li#freeCurriculum a:visited {
	background-position:-351px 0px;
}
li#freeCurriculum a:hover, li#freeCurriculum a:focus {
	background-position:-351px -28px;
}

li#teacherLinks a:link, li#teacherLinks a:visited {
	background-position:-460.0px 0px;
}
li#teacherLinks a:hover, li#teacherLinks a:focus {
	background-position:-460px -28px;
}


/* Main navigation "active tabs" */
body#classroomKits ul#navTeacher li#classroomKits a {
	background-position:0px -28px;
}
body#lessonPlans ul#navTeacher li#lessonPlans a {
	background-position:-101px -28px;
}
body#submitLesson ul#navTeacher li#submitLesson a {
	background-position:-192px -28px;
}
body#freeCurriculum ul#navTeacher li#freeCurriculum a {
	background-position:-351px -28px;
}
body#teacherLinks ul#navTeacher li#teacherLinks a {
	background-position:-459.5px -28px;
}