/* HomePage Tabs */
#header-tabs ul {
margin:0;
padding:0 0 0 154px;
}

#header-tabs li {
margin:0;
padding:0 3px 0 0;
list-style:none;
float:left;
}

#header-tabs span {
display:none;
}

#header-tabs a {
float:left;
}	

/* InsidePage Tabs */
#header-tabs-in ul {
margin:0;
padding:0 0 0 240px;
}

#header-tabs-in li {
margin:0;
padding:0 3px 0 0;
list-style:none;
float:left;
}

#header-tabs-in span {
display:none;
}

#header-tabs-in a {
float:left;
}		

/* Tab Navigation */
#tab-join {
width: 112px;
height: 28px;
background-image:url(../images/tab-join-off.gif);
background-repeat:no-repeat;
}

#tab-join a {
padding: 0 112px 28px 0;
}

#tab-join a:hover {
background:url(/images/tab-join-on.gif) top left no-repeat;
}

#tab-support {
width: 112px;
height: 28px;
background-image:url(/images/tab-support-off.gif);
background-repeat:no-repeat;
}

#tab-support a {
padding: 0 112px 27px 0;
}

#tab-support a:hover {
background:url(/images/tab-support-on.gif) top left no-repeat;
}

#tab-donate {
width: 112px;
height: 28px;
background-image:url(/images/tab-donate-off.gif);
background-repeat:no-repeat;
}

#tab-donate a {
padding: 0 112px 27px 0;
}

#tab-donate a:hover {
background:url(/images/tab-donate-on.gif) top left no-repeat;
}

/* Header Photo Gallery */
#gallery-link ul {
margin:0;
padding:0 0 0 62px;
}

#gallery-link li {
margin:0;
padding:0 3px 0 0;
list-style:none;
float:left;
}

#gallery-link span {
display:none;
}

#gallery-link a {
float:left;
}	

#link-photo-gallery {
width: 131px;
height: 22px;
background-image:url(/images/gallery-off.gif);
background-repeat:no-repeat;
}

#link-photo-gallery a {
padding: 0 131px 22px 0;
}

#link-photo-gallery a:hover {
background:url(/images/gallery-on.gif) top left no-repeat;
}