/*

	-- -- -- -- -- -- --
	css sprites2
	nav style, with style for scripted elements

	http://www.alistapart.com/articles/sprites2
	-- -- -- -- -- -- --
	
*/

#container a, #container a:hover, #container a:visited{
	text-decoration:none;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}

#container ul{
	padding: 0px;margin: 0px;
}
.nav {
	width: 990px;
	height: 60px;
	background: url(../images/menu.jpg) no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0px solid red;
}
.nav li {
	display: inline;padding: 0px;margin: 0px;
}
.nav li a:link, .nav li a:visited {
	position: absolute;
	top: 0;
	line-height: 60px;
	/*text-indent: -9000px;*/
	text-align:center;
	color: #fff;
	overflow: hidden;
	z-index: 10;
}
	.nav .home a:link, .nav .home a:visited {
		left: 0px;
		width: 165px;
	}
	.nav .home a:hover, .nav .home a:focus {
		background: url(../images/menu.jpg) no-repeat -0px -60px;
	}
	.nav .home a:active {
		background: url(../images/menu.jpg) no-repeat -0px -120px;
	}
	.current-home .home a:link, .current-home .home a:visited {
		background: url(../images/menu.jpg) no-repeat -0px -180px;
		cursor: default;
	}
	.nav-home, .nav-home-click {
		position: absolute;
		top: 0;
		left: 0px;
		width: 165px;
		height: 60px;
		background: url(../images/menu.jpg) no-repeat -0px -60px;
	}
	.nav-home-click {
		background: url(../images/menu.jpg) no-repeat -0px -120px;
	}



	.nav .menu1 a:link, .nav .menu1 a:visited {
		left: 165px;
		width: 165px;
	}
	.nav .menu1 a:hover, .nav .menu1 a:focus {
		background: url(../images/menu.jpg) no-repeat -165px -60px;
	}
	.nav .menu1 a:active {
		background: url(../images/menu.jpg) no-repeat -165px -120px;
	}
	.current-menu1 .menu1 a:link, .current-menu1 .menu1 a:visited {
		background: url(../images/menu.jpg) no-repeat -165px -180px;
		cursor: default;
	}
	.nav-menu1, .nav-menu1-click {
		position: absolute;
		top: 0;
		left: 165px;
		width: 165px;
		height: 60px;
		background: url(../images/menu.jpg) no-repeat -136px -60px;
	}
	.nav-menu1-click {
		background: url(../images/menu.jpg) no-repeat -136px -120px;
	}


.nav .menu2 a:link, .nav .menu2 a:visited {
		left: 330px;
		width: 165px;
	}
	.nav .menu2 a:hover, .nav .menu2 a:focus {
		background: url(../images/menu.jpg) no-repeat -330px -60px;
	}
	.nav .menu2 a:active {
		background: url(../images/menu.jpg) no-repeat -330px -120px;
	}
	.current-menu2 .menu2 a:link, .current-menu2 .menu2 a:visited {
		background: url(../images/menu.jpg) no-repeat -330px -180px;
		cursor: default;
	}
	.nav-menu2, .nav-menu2-click {
		position: absolute;
		top: 0;
		left: 330px;
		width: 165px;
		height: 60px;
		background: url(../images/menu.jpg) no-repeat -330px -60px;
	}
	.nav-menu2-click {
		background: url(../images/menu.jpg) no-repeat -330px -120px;
	}




	.nav .menu3 a:link, .nav .menu3 a:visited {
		left: 495px;
		width: 165px;
	}
	.nav .menu3 a:hover, .nav .menu3 a:focus {
		background: url(../images/menu.jpg) no-repeat -495px -60px;
	}
	.nav .menu3 a:active {
		background: url(../images/menu.jpg) no-repeat -495px -120px;
	}
	.current-menu3 .menu3 a:link, .current-menu3 .menu3 a:visited {
		background: url(../images/menu.jpg) no-repeat -495px -180px;
		cursor: default;
	}
	.nav-menu3, .nav-menu3-click {
		position: absolute;
		top: 0;
		left: 495px;
		width: 165px;
		height: 60px;
		background: url(../images/menu.jpg) no-repeat -495px -60px;
	}
	.nav-menu3-click {
		background: url(../images/menu.jpg) no-repeat -495px -120px;
	}


	
	.nav .menu4 a:link, .nav .menu4 a:visited {
		left: 660px;
		width: 165px;
	}
	.nav .menu4 a:hover, .nav .menu4 a:focus {
		background: url(../images/menu.jpg) no-repeat -660px -60px;
	}
	.nav .menu4 a:active {
		background: url(../images/menu.jpg) no-repeat -660px -120px;
	}
	.current-menu4 .menu4 a:link, .current-menu4 .menu4 a:visited {
		background: url(../images/menu.jpg) no-repeat -660px -180px;
		cursor: default;
	}
	.nav-menu4, .nav-menu4-click {
		position: absolute;
		top: 0;
		left: 660px;
		width: 165px;
		height: 60px;
		background: url(../images/menu.jpg) no-repeat -660px -60px;
	}
	.nav-menu4-click {
		background: url(../images/menu.jpg) no-repeat -660px -120px;
	}
	
	
	.nav .menu5 a:link, .nav .menu5 a:visited {
		left: 825px;
		width: 165px;
	}
	.nav .menu5 a:hover, .nav .menu5 a:focus {
		background: url(../images/menu.jpg) no-repeat -825px -60px;
	}
	.nav .menu5 a:active {
		background: url(../images/menu.jpg) no-repeat -825px -120px;
	}
	.current-menu5 .menu5 a:link, .current-menu5 .menu5 a:visited {
		background: url(../images/menu.jpg) no-repeat -825px -180px;
		cursor: default;
	}
	.nav-menu5, .nav-menu5-click {
		position: absolute;
		top: 0;
		left: 825px;
		width: 165px;
		height: 60px;
		background: url(../images/menu.jpg) no-repeat -825px -120px;
	}
	.nav-menu5-click {
		background: url(../images/menu.jpg) no-repeat -825px -180px;
	}


