	#divNav {
	margin: 0;
	padding: 0;}

	#nav {
	position: relative;
	top: 5px;
	height: 70px;
	width: 718px;
	}

	#nav li ul, #nav li ul {
		margin: 0;
		padding: 0;
	}

	#nav a {
		text-decoration: none;
	}

	#nav li { /*float the main list items*/
		margin: 0;
		float: left;
		display: block;
	}

	#nav li ul {
		display: none;

	}

	#nav li.off ul
	{ /*put the subnav below SUB WIDTH*/
		position: absolute;
		top: 28px;
		left: 0;
		padding-top: 5px;
		background-color: #000;
		height: 20px;
		width: 658px;
		padding-left: 60px;
	}
	
	#nav li.on ul  { /*put the subnav below SUB WIDTH*/
		position: absolute;
		top: 28px;
		left: 0;
		padding-top: 5px;
		background-color: #666;
		height: 20px;
		width: 658px;
		padding-left: 60px;
	}


	#nav li.off:hover ul { /*for ie*/
		background-color: #000;

	}

	#nav li.on:hover ul, #nav li.over ul { /*for ie*/
		background-color: #666;
	}

	#nav li a {
		display: block;
		padding: 0;
	}
#nav li ul li a {
	display: block;
	height: 15px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	background-color: #000;

	}
	#nav li.on a {
		color: #fff;
	}

	#nav li.on ul a, #nav li.off ul a {
		border: 0;
		float: left; /*ie doesn't inherit the float*/
		color: #666;
		width: auto;
		margin-right: 15px;
		
	}

	#nav li.on:hover ul a, 
	{ /*for ie - the specificity is necessary*/
		background-color: #666;
	}
	
	#nav li.over ul li a { /*for ie - the specificity is necessary*/
		background-color: #666;
	}

	#nav li.on ul {
		display: block;
		
	}

	#nav li.off:hover ul, #nav li.over ul {
		display: block;
		z-index: 6000;
	}

	#nav li.off a:hover, #nav li.on a:hover {
	color: #FF0000;
	
	}
	
	#nav li.off ul li a:hover{
	color: #FF0000;
	background-color: #000;


	}
	#nav li.on ul lu a:active {
	color: #fff;}
	/*do the image replacement*/

	#nav li span {
		position: absolute;
		left: -9384px;
	}

	#liHome a, #liStudents a, #liEducators a, #liEmployers a, #liDigital a {
	display: block;
	position: relative;
	height: 28px; /*contains all hover states*/
	background-image: url(../images/buttons.jpg);
	background-repeat: no-repeat;
	}

/*first, put the initial states in place*/

#liHome a {
	background-position: 0 0;
	width: 75px;
}

#liStudents a {
	background-position: -82px 0;
	width: 90px;
}

#liEducators a {
	background-position: -179px 0;
	width:94px;
}

#liEmployers a {
	background-position: -279px 0;
	width: 90px;
}


/*active area - for this demo - the code could be based on a body class, and probably work better.*/

  #liHome.on a {
 	background-position: 0 -43px;
	cursor: default;
 } 
   #liHome.on a:hover, #liHome.on:hover a, #liHome.on.over a {
 	background-position: 0 -43px;
	cursor: default;
 }

  #liStudents.on a {
 	background-position: -82px -43px;
 } 
   #liStudents.on a:hover, #liStudents.on:hover a, #liStudents.on.over a {
 	background-position: -82px -43px;
 } 
 
  #liEducators.on a {
 	background-position: -179px -43px;
 } 
   #liEducators.on a:hover, #liEducators.on:hover a, #liEducators.on.over a {
 	background-position: -179px -43px;
 } 
   #liEmployers.on a {
 	background-position: -279px -43px;
	cursor: default;
 } 
   #liEmployers.on a:hover, #liEmployers.on:hover a, #liEmployers.on.over a {
 	background-position: -279px -43px;
	cursor: default;
 }
 /*add selectors for the other li's and background-positions*/

/*hover states*/

#liHome a:hover, #liHome:hover a, #liHome.over a {
	background-position: 0 -82px;
}

#liStudents a:hover, #liStudents:hover a, #liStudents.over a {
	background-position: -82px -82px;
}

#liEducators a:hover, #liEducators:hover a, #liEducators.over a {
	background-position: -179px -82px;
}

#liEmployers a:hover, #liEmployers:hover a, #liEmployers.over a {
	background-position: -279px -82px;
}



/*subnav formatting*/

#nav li.off ul a {
    background-color: #000;
	display: block;
	color: #fff;
	font-family: arial, verdana, sans-serif;
	font-size: small;
	background-image: url(../images/line.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 15px;
}		
#nav li.off ul a:link {
    background-color: #000;
	display: block;
	color: #fff;
	font-family: arial, verdana, sans-serif;
	font-size: small;
	background-image: url(../images/line.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 15px;
}	

#nav li.off ul a:visited {
    background-color: #000;
	display: block;
	color: #fff;
	font-family: arial, verdana, sans-serif;
	font-size: small;
	background-image: url(../images/line.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 15px;
}		

#nav li.off ul a:active   {
    background-color: #000;
	display: block;
	color: #fff;
	font-family: arial, verdana, sans-serif;
	font-size: small;
	background-image: url(../images/line.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 15px;
}		

#nav li.on ul a {
	display: block;
	color: #fff;
	font-family: arial, verdana, sans-serif;
	font-size: small;
	background-color: #666;
	background-image: url(../images/line.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 15px;
}
#nav li.on ul a:link {
	color: #fff;
	font-family: arial, verdana, sans-serif;
	font-size: small;
	background-color: #666;
	background-image: url(../images/line.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 15px;
}
#nav li.on ul a:hover {
	color: #FF0000;
	font-family: arial, verdana, sans-serif;
	font-size: small;
	background-color: #666;
	background-image: url(../images/line.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 15px;
}
#nav li.on ul a:visited {
	color: #FFF;
	font-family: arial, verdana, sans-serif;
	font-size: small;
	background-color: #666;
	background-image: url(../images/line.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 15px;
}
#nav li.on ul a:active {
	color: #FFF;
	font-family: arial, verdana, sans-serif;
	font-size: small;
	background-color: #666;
	background-image: url(../images/line.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 15px;
}