.clubnav {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(nav_bg.html);
	background-repeat: repeat-x;
	background-position: top;
	padding-left: 0px;
	display: block;
	height: 30px;
	    font-size:10pt;
    font-weight:bold;

}
.mainNav
{
	padding-right: 2px;
	display: block;
	padding-left: 2px;
	font-weight: bold;
	background-image: url(nav_up.gif);
	color: #ffffff;
	line-height: 30px;
	background-repeat: no-repeat;
	height: 30px;
	text-align: center;
    font-size:10pt;
    font-weight:bold;
}
a.mainNav:visited, a.mainNav:active, a.mainNav:link {
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	height: 30px;
	line-height: 30px;
	padding-right: 2px;
	padding-left: 2px;
	background-image: url(nav_up.gif);
	background-repeat: no-repeat;
		text-decoration: none;
    font-size:10pt;
    font-weight:bold;
		
}
a.mainNav:hover {
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	height: 30px;
	line-height: 30px;
	padding-right: 2px;
	padding-left: 2px;
	background-image: url(nav_over.gif);
	background-repeat: no-repeat;
		text-decoration: none;
    font-size:10pt;
    font-weight:bold;
		
}
