/* use table while nav is being worked out */

ul {
    margin:0;
    padding:0;
    list-style:none;
    }
#nav li {
    display:inline;
    margin:0;
    padding:0;
    }

/* top roll overs */
#navigation td a {
    background-position: 0 12px;
	background-repeat:no-repeat;
	display: block;
    height: 18px;
	margin-right:21px;
	width:58px;
}
#navigation td#nav_about a {
	width:35px;
}
#navigation td#nav_contact a {
	width:47px;
}
#navigation td a:hover {
	background-image: url(../art/selected_gallery.gif);
}
#navigation td#nav_about a:hover {
	background-image: url(../art/selected_about.gif);
}
#navigation td#nav_contact a:hover {
	background-image: url(../art/selected_contact.gif);
}

/* rollover state */
#nav li a:hover {
    background-position: 0 -35px;
}

/* down state */
#gallery_1 td#nav_gall1 a,
#gallery_2 td#nav_gall2 a,
#gallery_3 td#nav_gall3 a,
#gallery_4 td#nav_gall4 a,
#gallery_5 td#nav_gall5 a {
	background-image: url(../art/selected_gallery.gif);
}
#gallery_0 td#nav_about a {
	background-image: url(../art/selected_about.gif);
}
#contact_page td#nav_contact a {
	background-image: url(../art/selected_contact.gif);
}



/* subnav */

/* roll overs */
#subnav td a {
    background-position: 0 40px;
	background-repeat:no-repeat;
	display: block;
    height: 46px;
	width:39px;
}

/* rollover state */
#subnav td a:hover {
	background-image: url(../art/selected_bott.gif);
}

/* down state */
.image_1 td#thumb_1 a,
.image_2 td#thumb_2 a,
.image_3 td#thumb_3 a,
.image_4 td#thumb_4 a,
.image_5 td#thumb_5 a,
.image_6 td#thumb_6 a,
.image_7 td#thumb_7 a,
.image_8 td#thumb_8 a,
.image_9 td#thumb_9 a,
.image_10 td#thumb_10 a {
	background-image: url(../art/selected_bott.gif);
}

/*hide text*/
.invisible {
	display:none;
}
