ul.topmenu {
	width: 914px;
	height: 42px;
	background:url(/images/spriteLayoutPractice.jpg) no-repeat;
	position: absolute;    
	top: 0px;
    left: 0px;

}

.topmenu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	display:inline;
}

.topmenu li a:link, .topmenu li a:visited {
    position: absolute;
    top: 0;
    height: 42px;
    text-indent: -9000px;
    overflow: hidden;	
	overflow: hidden;
	z-index: 10;

}

/*Panel 1b*/
.topmenu .panel1b a:link, .topmenu .panel1b a:visited {
	left: 0px;
	width: 103px;
}

.topmenu .panel1b a:hover, .topmenu .panel1b a:focus {
	background:url(/images/spriteLayoutPractice.jpg) 0px -63px no-repeat;
}
.topmenu .panel1b a:active {
	background:url(/images/spriteLayoutPractice.jpg) 0px -63px no-repeat;
}

.current-panel1b .panel1b a:link, .current-panel1b .panel1b a:visited {
		background:url(/images/spriteLayoutPractice.jpg) no-repeat 0px -63px;
		cursor: default;
}

.nav-panel1b, .nav-panel1b-click {
		position: absolute;
		top: 0;
		left: 0px;
		width: 103px;
		height: 42px;
		background:url(/images/spriteLayoutPractice.jpg) no-repeat 0px -63px;
	}
.nav-panel1b-click {
		background:url(/images/spriteLayoutPractice.jpg) no-repeat 0px -63px;
}


/*Panel 2b*/
.topmenu .panel2b a:link, .topmenu .panel2b a:visited {
	left: 103px;
	width: 168px;
}

.topmenu .panel2b a:hover, .topmenu .panel2b a:focus {
	background:url(/images/spriteLayoutPractice.jpg) -103px -63px no-repeat;
}
.topmenu .panel2b a:active {
	background:url(/images/spriteLayoutPractice.jpg) -103px -63px no-repeat;
}

.current-panel2b .panel2b a:link, .current-panel2b .panel2b a:visited {
	background:url(/images/spriteLayoutPractice.jpg) -103px -63px no-repeat;
	cursor: default;
}
.nav-panel2b, .nav-panel2b-click {
	position: absolute;
	top: 0;
	left: 103px;
	width: 168px;
	height: 42px;
	background:url(/images/spriteLayoutPractice.jpg) -103px -63px no-repeat;
}
.nav-panel2b-click {
	background:url(/images/spriteLayoutPractice.jpg) -103px -63px no-repeat;
}


/*Panel 3b*/
.topmenu .panel3b a:link, .topmenu .panel3b a:visited {
	left: 271px;
	width: 129px;
}

.topmenu .panel3b a:hover, .topmenu .panel3b a:focus {
	background:url(/images/spriteLayoutPractice.jpg) -271px -63px no-repeat;
}
.topmenu .panel3b a:active {
	background:url(/images/spriteLayoutPractice.jpg) -271px -63px no-repeat;
}

.current-panel3b .panel3b a:link, .current-panel3b .panel3b a:visited {
	background:url(/images/spriteLayoutPractice.jpg) -271px -63px no-repeat;
	cursor: default;
}
.nav-panel3b, .nav-panel3b-click {
	position: absolute;
	top: 0;
	left: 271px;
	width: 129px;
	height: 42px;
	background:url(/images/spriteLayoutPractice.jpg) -271px -63px no-repeat;
}
.nav-panel3b-click {
	background:url(/images/spriteLayoutPractice.jpg) -271px -63px no-repeat;
}

/*Panel 4b*/
.topmenu .panel4b a:link, .topmenu .panel4b a:visited {
	left: 400px;
	width: 134px;
}

.topmenu .panel4b a:hover, .topmenu .panel4b a:focus {
	background:url(/images/spriteLayoutPractice.jpg) -400px -63px no-repeat;
}

.topmenu .panel4b a:active {
	background:url(/images/spriteLayoutPractice.jpg) -400px -63px no-repeat;
}

.current-panel4b .panel4b a:link, .current-panel4b .panel4b a:visited {
	background:url(/images/spriteLayoutPractice.jpg) -400px -63px no-repeat;
	cursor: default;
}
.nav-panel4b, .nav-panel4b-click {
	position: absolute;
	top: 0;
	left: 400px;
	width: 134px;
	height: 42px;
	background:url(/images/spriteLayoutPractice.jpg) -400px -63px no-repeat;
}
.nav-panel4b-click {
	background:url(/images/spriteLayoutPractice.jpg) -400px -63px no-repeat;
}


/*these are for the standard on positions without the bottom panel*/

.topmenu .panel1b a.on {
	background:url(/images/spriteLayoutPractice.jpg) 0px -131px no-repeat;
	width: 103px;
	height: 42px;
	position:absolute;
	z-index:11;
}

.panel2b a.on {
	background: url(/images/spriteLayoutPractice.jpg) -103px -131px no-repeat;
}

.panel3b a.on {
	background: url(/images/spriteLayoutPractice.jpg) -271px -131px no-repeat;
}

.panel4b a.on {
	background: url(/images/spriteLayoutPractice.jpg) -400px -131px no-repeat;
}