#nav {
	position:absolute;
	bottom:6px;
	right:0px;
	text-align:right;
}
#nav span {
	display:none;
}

#nav a {
	display: block;
	float:left;
}

#nav-inside {
	background: url(img/nav-inside.png) no-repeat;
	width:132px;
	height:26px;
}
#nav-join {
	background: url(img/nav-join.png) no-repeat;
	width:70px;
	height:26px;
}
#nav-renew {
	background: url(img/nav-renew.png) no-repeat;
	width:60px;
	height:26px;
}
#nav-logout {
	background: url(img/nav-logout.png) no-repeat;
	width:60px;
	height:26px;
}
#nav-login {
	background: url(img/nav-login.png) no-repeat;
	width:95px;
	height:26px;
	margin-right:10px;
}


#left-nav {
	margin-top: 36px;
}
#left-nav ul {
	list-style:none;
	margin:0;
}
#left-nav li {
	display:block;
	height: 34px;
	border-bottom:2px solid #000;
	font-family: Tahoma;
}
#left-nav li a {
	display:block;
	text-decoration: none;
	padding: 0 10px;
}
#left-nav li a span {
	margin-left:-1000px;
}

#left-nav li a:hover {
	background-color: #0a0d12;
}

#menu-home a {
	background: url(img/menu-home.png) no-repeat;
	line-height:34px;
	height:34px;
}
#menu-clubs a {
	background: url(img/menu-clubs.png) no-repeat;
	line-height:34px;
	height:34px;
}
#menu-teams a {
	background: url(img/menu-teams.png) no-repeat;
	line-height:34px;
	height:34px;
}
#menu-programs a {
	background: url(img/menu-programs.png) no-repeat;
	line-height:34px;
	height:34px;
}
#menu-resources a {
	background: url(img/menu-resources.png) no-repeat;
	line-height:34px;
	height:34px;
}
#menu-events a {
	background: url(img/menu-events.png) no-repeat;
	line-height:34px;
	height:34px;
}
#menu-rules a {
	background: url(img/menu-rules.png) no-repeat;
	line-height:34px;
	height:34px;
}
#menu-press a {
	background: url(img/menu-press.png) no-repeat;
	line-height:34px;
	height:34px;
}
#menu-contribute a {
	background: url(img/menu-contribute.png) no-repeat;
	line-height:34px;
	height:34px;
}
#menu-website a {
	background: url(img/menu-website.png) no-repeat;
	line-height:34px;
	height:34px;
}
#menu-memberhome a {
	background: url(img/menu-home.png) no-repeat;
	line-height:34px;
	height:34px;
}
#menu-join a {
	background: url(img/menu-join.png) no-repeat;
	line-height:34px;
	height:34px;
}
#menu-member a {
	background: url(img/menu-member.png) no-repeat;
	line-height:34px;
	height:34px;
}
#menu-clubreg a {
	background: url(img/menu-clubreg.png) no-repeat;
	line-height:34px;
	height:34px;
}
#menu-search a {
	background: url(img/menu-search.png) no-repeat;
	line-height:34px;
	height:34px;
}
#menu-memberforms a {
	background: url(img/menu-memberforms.png) no-repeat;
	line-height:34px;
	height:34px;
}
#menu-messageboard a {
	background: url(img/menu-messageboard.png) no-repeat;
	line-height:34px;
	height:34px;
}
#menu-clubadmin a {
	background: url(img/menu-clubadmin.png) no-repeat;
	line-height:34px;
	height:34px;
}
#menu-zoneadmin a {
	background: url(img/menu-zoneadmin.png) no-repeat;
	line-height:34px;
	height:34px;
}
#menu-coachtools a {
	padding:0px;
	margin:0;
	background: url(img/menu-coachtools.png) no-repeat;
	line-height:47px;
	width:110px;
	height:47px;
}
#menu-coachtools a:hover {
	background: url(img/menu-coachtools.png) no-repeat;
	line-height:47px;
	width:110px;
	height:47px;
	opacity:0.7;
	filter:alpha(opacity=70);
}


.pagination{

}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
}

.pagination li {
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 3px 8px;
border: 1px solid #506A85;
text-decoration: none; 
color: #fff;
}

.pagination a:hover, .pagination a:active{
color: #000;
background-color: #cfe5fd;
}

.pagination a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: #111;
cursor: default;
color: #aaa;
border-color: #444;
font-weight: normal !important;
}

.pagination a.prevnext{
	font-weight:bold;
}