
/*

	-- -- -- -- -- -- --
	css sprites2
	nav style, with style for scripted elements

	http://www.alistapart.com/articles/sprites2
	-- -- -- -- -- -- --
	
*/




.nav {
	width:100%;
	height: 49px;
	text-align:center;
	font-size:16px;
	 font-weight:bold;
	
	
}
.nav li {
	display:inline;
	float:left;
	background:  #59c3fb repeat;
	width:120px;
	height:49px;
	line-height:49px;
	position:relative;
	
}

	.nav .home a:link
	{
	width:120px;
	height:49px;
	color:#444; text-decoration:none;
	
	}
   .nav .home a:visited
   {
    width:120px;
	height:49px;
	color:#444;
	 text-decoration:none;
   }
   .nav .home a:hover
   {
    width:120px;
	height:49px;
	color:#59c3fb;
	 text-decoration:none;
   }
   .nav .home a:active
   {
    width:120px;
	height:49px;
	color:#59c3fb;
	 text-decoration:none;
   }
	
.nav-home{
	
		
		width: 120px;
		height: 49px;
		background: white repeat;
		position:absolute;
		top:0px;
		left:0px;
		z-index:-1;
}

 
