#sidenav {
	width: 212px;
	height: 365px;
	background: url(../images/linkbar.jpg);
	margin: 0; 
	padding: 0;
	float: left;
	position: relative;
	}

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

#sidenav li, #sidenav a {width: 212px; display: block;}

#link1 { top: 0; height: 40px; }
#link2 { top: 40px; height: 41px; }
#link3 { top: 81px; height: 39px; }
#link4 { top: 120px; height: 40px; }	
#link5 { top: 160px; height: 41px; }
#link6 { top: 201px; height: 40px; }
#link7 { top: 241px; height: 43px; }
#bottom { top: 284px; height: 81px; }

#link1 a {height: 40px;}
#link2 a {height: 41px;}
#link3 a {height: 39px;}
#link4 a {height: 40px;}
#link5 a {height: 41px;}
#link6 a {height: 40px;}
#link7 a {height: 43px;}

#link1 a:hover { background: transparent url(../images/linkbar.jpg) 0px -365px no-repeat; height: 40px; }
#link2 a:hover { background: transparent url(../images/linkbar.jpg) 0px -405px no-repeat; height: 41px; }
#link3 a:hover { background: transparent url(../images/linkbar.jpg) 0px -446px no-repeat; height: 39px; }
#link4 a:hover { background: transparent url(../images/linkbar.jpg) 0px -485px no-repeat; height: 40px; }
#link5 a:hover { background: transparent url(../images/linkbar.jpg) 0px -525px no-repeat; height: 41px; }
#link6 a:hover { background: transparent url(../images/linkbar.jpg) 0px -566px no-repeat; height: 40px; }
#link7 a:hover { background: transparent url(../images/linkbar.jpg) 0px -606px no-repeat; height: 43px; }
