/* NAVIGATION */
#nav {
	position:absolute;
	top:161px;
	left:368px;
	width:461px;
	height:22px;
	background:transparent url(nav.jpg) no-repeat 0px 0px; 
	}

#nav li {
	display:block;
	float:left;
	padding:0;
	margin:0;
	text-indent:-9999px;	
	}

#nav ul {
	margin: 0px;
	padding: 0px;
}

#nav ul li a {
	border: 0px;
	display: block;
	text-decoration: none;
	overflow: hidden;
	background:transparent url(nav.jpg) no-repeat;  
	}
	
#nav li#nav_button1 a { width:88px; height:22px; }
#nav li#nav_button2 a { width:42px; height:22px; }
#nav li#nav_button3 a { width:47px; height:22px; }
#nav li#nav_button4 a { width:58px; height:22px; }
#nav li#nav_button5 a { width:58px; height:22px; }

#nav li#nav_button1 a:link, #nav li#nav_button2 a:visited { background-position: 0px 0px;}
#nav li#nav_button2 a:link, #nav li#nav_button2 a:visited { background-position:-88px 0px;}
#nav li#nav_button3 a:link, #nav li#nav_button3 a:visited { background-position:-130px 0px;}
#nav li#nav_button4 a:link, #nav li#nav_button4 a:visited { background-position:-177px 0px;}
#nav li#nav_button5 a:link, #nav li#nav_button5 a:visited { background-position:-235px 0px;}

#nav li#nav_button1 a:hover { background: transparent url(nav.jpg) no-repeat 0px -22px; }
#nav li#nav_button2 a:hover { background: transparent url(nav.jpg) no-repeat -88px -22px; }
#nav li#nav_button3 a:hover { background: transparent url(nav.jpg) no-repeat -130px -22px; }
#nav li#nav_button4 a:hover { background: transparent url(nav.jpg) no-repeat -177px -22px; }
#nav li#nav_button5 a:hover { background: transparent url(nav.jpg) no-repeat -235px -22px; }

body#home1 #nav li#nav_button1 a { background: transparent url(nav.jpg) no-repeat 0px -44px; }
body#home2 #nav li#nav_button2 a { background: transparent url(nav.jpg) no-repeat -88px -44px; }
body#home3 #nav li#nav_button3 a { background: transparent url(nav.jpg) no-repeat -130px -44px; }
body#home4 #nav li#nav_button4 a { background: transparent url(nav.jpg) no-repeat -177px -44px; }
body#home5 #nav li#nav_button5 a { background: transparent url(nav.jpg) no-repeat -235px -44px; }
