#divNav {
		background: #FFFFFF url(/images/tee.jpg) no-repeat right top;
		margin: 0;
		padding: 0;
		height: 152px;
		width: 768px;
		
	}

	#nav {
	position: relative;
	top: 58px;
	height: 45px;
	width: 768px;
	margin:0px;
        padding-left:0px;
	
}

	#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;
		padding-right: 15px;
				
	}

	#nav li ul {
		display: none;
	}

	#nav li.off ul, #nav li.on ul  { /*put the subnav below*/
		position: absolute;
		top: 24px;
		background: #224d6f;
		height: 24px;
		width: 753px;
		padding-left: 15px;
		left:0px;
		
		
	}

	#nav li.on ul {
		background: #47b4e0;
		
		
	}

	#nav li.on:hover ul, #nav li.over ul { /*for ie*/
		background: #224d6f;
		
	}

	#nav li a {
		color: #224d6f;
		font-weight: bold;
		display: block;
		width: 93px;
		padding: 0;
		
		
	}

	#nav li.on a {
		color: #00A2D8;
		
	}

	#nav li.on ul a, #nav li.off ul a {
	border: 0;
	float: left;
	color: #47B4E0;
	width: auto;
	margin-right: 15px;
	height:18px;
	padding-top:3px;
	}

	#nav li.on:hover ul a, #nav li.over ul li a { /*for ie - the specificity is necessary*/
		background: #224d6f;
	}

	#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: #47b4e0;
		
	}

	/*do the image replacement*/

	#nav li span {
		position: absolute;
		left: -9384px;
	}

	#navItem01 a, #navItem02 a, #navItem03 a, #navItem04 a, #navItem05 a {
		display: block;
		position: relative;
		height: 24px;
		background: url(/images/bk-dropdownMap.gif) no-repeat;
		
		/*contains all hover states*/
	}

/*first, put the initial states in place*/

#navItem01 a {
	background-position: 0 0;
}

#navItem02 a {
	background-position: -102px 0;
}

#navItem03 a {
	background-position: -204px 0;
}

#navItem04 a {
	background-position: -306px 0;
	
}

#navItem05 a {
	background-position: -408px 0;
}

/*active area - for this demo - the code could be based on a body class, and probably work better.*/
#navItem01.on a {
 	background-position: 0px -37px;
 } #navItem02.on a {
 	background-position: -102px -37px;
 } 
 #navItem03.on a {
 	background-position: -204px -37px;
 } 
 #navItem04.on a {
 	background-position: -306px -37px;
 } #navItem05.on a {
 	background-position: -408px -37px;
 } /*add selectors for the other li's and background-positions*/

/*hover states*/

#navItem01 a:hover, #navItem01:hover a, #navItem01.over a {
	background-position: 0 -73px;
}

#navItem02 a:hover, #navItem02:hover a, #navItem02.over a {
	background-position: -102px -73px;
}

#navItem03 a:hover, #navItem03:hover a, #navItem03.over a {
	background-position: -204px -73px;
}

#navItem04 a:hover, #navItem04:hover a, #navItem04.over a {
	background-position: -306px -73px;
}

#navItem05 a:hover, #navItem05:hover a, #navItem05.over a {
	background-position: -408px -73px;
}

/*subnav formatting*/

#nav li.off ul a, #nav li.on ul a {
	display: block;
	left:0;
	background: #224d6f;
	color: #fff;
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
	font-size: 0.7em;	
}		

#nav li.on ul a {
	background: #47B4E0;	
}

#centeredLinks {
        padding-left: 145px;
}

