.tabber {
 margin:0;
 overflow:hidden;
}

ul.club-nav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #62a6d2;
 font: normal 12px Verdana, sans-serif;
}

ul.club-nav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.club-nav li a
{
 color: #000;
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #62a6d2;
 border-bottom: none;
 background: #d0e1ec;
 text-decoration: none;
}

ul.club-nav li a:hover
{
 color: #000;
 background: #e7eff5;
 border-color: #62a6d2;
}

ul.club-nav li.active a
{
 color: #000;
 background-color: #e7eff5;
 border-bottom: 1px solid #e7eff5;
}

ul.club-nav li.active a:hover
{
 color: #000;
 background: #e7eff5;
 border-bottom: 1px solid #e7eff5;
}

.club-block {
 background: #e7eff5;
 padding:5px;
 margin:0;
 border:1px solid #62a6d2;
 border-top:0;
}
input[type="submit"] {
	text-align:center;
    background:#ffffff;
	text-decoration: none;
	color:#222222;
	font-size: 11px;
	font-weight: bold;
    height: 26px;
	border: 1px solid #62a6d2;
	margin:0px;
	padding:0px;
	cursor:pointer;
}

input[type="submit"]:hover {
	text-align:center;
    background:#d0e1ec;
	text-decoration: none;
	color:#222222;
	font-size: 11px;
	font-weight: bold;
    height: 26px;
	border: 1px solid #62a6d2;
	margin:0px;
	padding:0px;
	cursor:pointer;
}

input[type="submit"]:active {
	text-align:center;
    background:#62a6d2;
	text-decoration: none;
	color:#ffffff;
	font-size: 11px;
	font-weight: bold;
    height: 26px;
	border: 1px solid #62a6d2;
	margin:0px;
	padding:0px;
	cursor:pointer;
}



