#container #nav-container{
	height: 120px;
}
/*
body #nav-container, body#home #nav-container{ background: url(images/nav2010/nav_bghome.jpg) left top no-repeat;}
body#puzzles #nav-container{ background: url(images/nav2010/nav_bgpuzzles.jpg) left top no-repeat;}
body#games #nav-container{ background: url(images/nav2010/nav_bggames.jpg) left top no-repeat;}
body#cards #nav-container{ background: url(images/nav2010/nav_bgplayingcards.jpg) left top no-repeat;}
body#childrens #nav-container{ background: url(images/nav2010/nav_bgchildren.jpg) left top no-repeat;}
body#news #nav-container{ background: url(images/nav2010/nav_bgnews.jpg) left top no-repeat;}
*/
body#about #nav-container{ /*background: url(images/nav2010/nav_bgtrade.jpg) left top no-repeat;*/}

#container #nav-container ul{
margin-top: 43px;
margin-left: 36px;
}
li.home, li.puzzles, li.games, li.playing-cards, li.childrens, li.news, li.about{
	float:left;
	display: block;
    margin-left:10px;
    
}

#container #nav-container li a{
	display: block;
	height: 35px;
    color:#fff;
	/*text-indent: -9999px;*/
    width: 120px;
    
   
}
/*
#container #nav-container li.home a, li.home{
	width: 75px;
	height: 35px;
} 

li.home{
	top: 40px;
	left: 50px;
}*/
