h1{

	margin-top: 14px !important;

}

#lupenav{

	display: block;
	text-align: center;
	margin-top: 39px;

}

#lupenav li{

	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	padding-top: 5px;
	padding-bottom: 5px;

}

#lupenav li:not(:last-of-type){

	background: url(http://www.lupetalk.com/html/images/nav_divider.png) right no-repeat;

}

#lupenav a{

	height: 13px;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	padding: 0 5px 0 5px;
	margin: 0 10px 0 14px;
	text-indent: -9999px;
	
	*display:inline;
	*font-size: 0;
	*line-height: 0;
	*text-indent: 0 !important;

}

#lupenav a.news{

	width: 46px;
	background: url(http://www.lupetalk.com/html/images/nav_news_off.png) no-repeat;

}

#lupenav a.news.on, #lupenav a.news:hover{

	width: 46px;
	background: url(http://www.lupetalk.com/html/images/nav_news_on.png) no-repeat;

}

#lupenav a.forum{

	width: 58px;
	background: url(http://www.lupetalk.com/html/images/nav_forum_on.png) no-repeat;
	background: url(http://www.lupetalk.com/html/images/nav_forum_off.png) no-repeat;

}

#lupenav a.forum.on, #lupenav a.forum:hover{

	width: 58px;
	background: url(http://www.lupetalk.com/html/images/nav_forum_on.png) no-repeat;

}


.kanyenav{

	display: none;

}