/* NAV ///////////////////////////////////////////////// */

#nav{
	height: 32px;
	background-image:url(../images/menu_bkgrd.jpg);
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
}

#nav ul {
	margin:0;
	float:left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

#nav li {
list-style:none;
display:inline;
float:left;
padding:0;
margin:0;
}

#nav li a {
text-decoration:none;
line-height: 3em;
text-align:center;
}

#nav li a:hover {
}

/* home ///// */

.link1_ImageReplace { 
display:inline;
margin:0;
}

a.link1_ImageReplace {
	display:block; /*allows anchor to take width and height*/
	width:96px; /*equal to image width*/
	height:32px; /*the image*/
	overflow:hidden;
	text-decoration:none;
	color: #333333;
	background-image: url(../images/home_btn_off.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a.link1_ImageReplace:hover {
	color:#FFFFFF;
	background-image: url(../images/home_btn_on.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.active .link1_ImageReplace {
	color:#FFFFFF;
	background-image: url(../images/home_btn_on.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
}

/* find a club ///// */

.link2_ImageReplace { 
display:inline;
padding:0;
margin:0;
}

a.link2_ImageReplace {
	display:block; /*allows anchor to take width and height*/
	width:147px; /*equal to image width*/
	height:32px; /*the image*/
	overflow:hidden;
	padding:0;
	margin:0;
	text-decoration:none;
	color: #333333;
	background-image: url(../images/find_btn_off.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a.link2_ImageReplace:hover {
	color:#FFFFFF;
	background-image: url(../images/find_btn_on.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
}

.active .link2_ImageReplace {
	color:#FFFFFF;
	background-image: url(../images/find_btn_on.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
}

/* instructors///// */

.link3_ImageReplace { 
display:inline;
padding:0;
margin:0;
}

a.link3_ImageReplace {
	display:block; /*allows anchor to take width and height*/
	width:158px; /*equal to image width*/
	height:32px; /*the image*/
	overflow:hidden;
	padding:0;
	margin:0;
	text-decoration:none;
	color: #333333;
	background-image: url(../images/instruct_btn_off.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a.link3_ImageReplace:hover {
	color:#FFFFFF;
	background-image: url(../images/instruct_btn_on.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
}

.active .link3_ImageReplace {
	color:#FFFFFF;
	background-image: url(../images/instruct_btn_on.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
}

/* news///// */

.link4_ImageReplace { 
display:inline;
padding:0;
margin:0;
}

a.link4_ImageReplace {
	display:block; /*allows anchor to take width and height*/
	width:115px; /*equal to image width*/
	height:32px; /*the image*/
	overflow:hidden;
	padding:0;
	margin:0;
	text-decoration:none;
	color: #333333;
	background-image: url(../images/news_btn_off.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a.link4_ImageReplace:hover {
	color:#FFFFFF;
	background-image: url(../images/news_btn_on.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
}

.active .link4_ImageReplace {
	color:#FFFFFF;
	background-image: url(../images/news_btn_on.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
}

/* gallery///// */

.link5_ImageReplace { 
display:inline;
padding:0;
margin:0;
}

a.link5_ImageReplace {
	display:block; /*allows anchor to take width and height*/
	width:116px; /*equal to image width*/
	height:32px; /*the image*/
	overflow:hidden;
	padding:0;
	margin:0;
	text-decoration:none;
	color: #333333;
	background-image: url(../images/gallery_btn_off.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a.link5_ImageReplace:hover {
	color:#FFFFFF;
	background-image: url(../images/gallery_btn_on.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
}

.active .link5_ImageReplace {
	color:#FFFFFF;
	background-image: url(../images/gallery_btn_on.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
}


/* contact///// */

.link6_ImageReplace { 
display:inline;
padding:0;
margin:0;
}

a.link6_ImageReplace {
	display:block; /*allows anchor to take width and height*/
	width:121px; /*equal to image width*/
	height:32px; /*the image*/
	overflow:hidden;
	padding:0;
	margin:0;
	text-decoration:none;
	color: #333333;
	background-image: url(../images/contact_btn_off.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a.link6_ImageReplace:hover {
	color:#FFFFFF;
	background-image: url(../images/contact_btn_on.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
}

.active .link6_ImageReplace {
	color:#FFFFFF;
	background-image: url(../images/contact_btn_on.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
}


/* NAV END ///////////////////////////////////////////////// */

.clear{
clear:both;
}
