/*====Top Links=====*/

#topnav {
	width: 869px;
	height: 41px;
	background: url(../images/linkbar-top.png);
	margin: 0px; 
	padding: 0;
	position: relative;
	}

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

#topnav li, #topnav a {height: 41px; display: block;}
	
#home { left: 0; width: 76px; }
#about { left: 76px; width: 138px; }
#faq { left: 214px; width: 60px; }
#contact { left: 274px; width: 87px; }	
#viewcart { left: 361px; width: 125px; }
#perform { left: 486px; width: 383px; }

#home a:hover { background: transparent url(../images/linkbar-top.png) 0 -41px no-repeat; }
#about a:hover { background: transparent url(../images/linkbar-top.png) -76px -41px no-repeat; }
#faq a:hover { background: transparent url(../images/linkbar-top.png) -214px -41px no-repeat; }
#contact a:hover { background: transparent url(../images/linkbar-top.png) -274px -41px no-repeat; }
#viewcart a:hover { background: transparent url(../images/linkbar-top.png) -361px -41px no-repeat; }


/*=====Side Links=====*/

#sidenav {
	width: 192px;
	height: 311px;
	background: url(../images/linkbar-side.png);
	margin: 1px 0px; 
	padding: 0;
	position: relative;
	}

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

#sidenav li, #sidenav a {width: 192px; height: 39px; display: block;}

#products { top: 0; }
#studies { top: 39px;}
#training { top: 78px;}
#diet { top: 117px;}	
#articles { top: 156px;}
#blog { top: 195px;}
#askus { top: 234px;}
#affiliate { top: 273px;}

#products a:hover { background: transparent url(../images/linkbar-side.png) 0px -507px no-repeat;}
#studies a:hover { background: transparent url(../images/linkbar-side.png) -1px -546px no-repeat;}
#training a:hover { background: transparent url(../images/linkbar-side.png) 0px -585px no-repeat; }
#diet a:hover { background: transparent url(../images/linkbar-side.png) 0px -624px no-repeat; }
#articles a:hover { background: transparent url(../images/linkbar-side.png) 0px -663px no-repeat; }
#blog a:hover { background: transparent url(../images/linkbar-side.png) 0px -702px no-repeat; }
#askus a:hover { background: transparent url(../images/linkbar-side.png) 0px -741px no-repeat; }
#affiliate a:hover { background: transparent url(../images/linkbar-side.png) 0px -780px no-repeat; }

