/*nav*/
ul		 																	{list-style:none;}
#nav ul								 	    						{ list-style:none; /*background:#D9D9D9; border-top:9px solid #D9D9D9;*/}
#nav li								 	    						{ text-align:center; float:left; }
#nav li a							 	    						{ height:33px; padding:16px 0;  color:#666; font: bold 12px arial;  text-transform:uppercase;  display:block;}
#nav a.selected			 	 		   							{ color:#7FA629; text-decoration:underline;  }

.nav1 a:hover			 	 	   						  	{ text-decoration:none; background: #fff url(/wp-content/themes/kleispublishing/images/nav-over.jpg) no-repeat; }
.nav2 a:hover			 	 	   						  	{ text-decoration:none; background: #fff url(/wp-content/themes/kleispublishing/images/nav-over2.jpg) no-repeat; }

.nav1 a.selected			 	 		   							{ color:#7FA629; text-decoration:underline; background: #fff url(/wp-content/themes/kleispublishing/images/nav-active.jpg) no-repeat; }
.nav2 a.selected			 	 		   							{ color:#7FA629; text-decoration:underline; background: #fff url(/wp-content/themes/kleispublishing/images/nav-active2.jpg) no-repeat; }

.nav1																		{width:127px; background: #fff url(/wp-content/themes/kleispublishing/images/nav-up.jpg) no-repeat;}
.nav2																		{width:127px; background: #fff url(/wp-content/themes/kleispublishing/images/nav-up2.jpg) no-repeat;}
