#nav {
	width: 170px;
	height: 352px;
	background: url(../images/linkbar.png);
	margin: 0; 
	padding: 0;
	position: relative;
	}

#nav li {margin: 0; padding: 0; list-style: none; position: absolute;}

#nav li, #nav a {width: 170px; height: 34px; display: block;}

#link1 { top: 0px; height: 39px;}
#link2 { top: 39px;}
#link3 { top: 73px;}
#link4 { top: 107px;}	
#link5 { top: 141px;}
#link6 { top: 175px;}
#link7 { top: 209px;}
#link8 { top: 243px;}
#link9 { top: 277px; }
#link10 { top: 312px; height: 40px}

#link1 a:hover { background: transparent url(../images/linkbar.png) 0px -352px no-repeat; height: 39px;}
#link2 a:hover { background: transparent url(../images/linkbar.png) 0px -391px no-repeat;}
#link3 a:hover { background: transparent url(../images/linkbar.png) 0px -425px no-repeat; }
#link4 a:hover { background: transparent url(../images/linkbar.png) 0px -459px no-repeat; }
#link5 a:hover { background: transparent url(../images/linkbar.png) 0px -493px no-repeat; }
#link6 a:hover { background: transparent url(../images/linkbar.png) 0px -527px no-repeat; }
#link7 a:hover { background: transparent url(../images/linkbar.png) 0px -561px no-repeat; }
#link8 a:hover { background: transparent url(../images/linkbar.png) 0px -595px no-repeat; }
#link9 a:hover { background: transparent url(../images/linkbar.png) 0px -629px no-repeat; }
#link10 a:hover { background: transparent url(../images/linkbar.png) 0px -664px no-repeat; height: 40px}

