#navCont {
	background: black url(../images/generic/menuBackdrop.gif) top left no-repeat;
	position: relative;
	height: 62px;
}

ul#nav {
	position: relative;
	top: 0px;
	left: 160px;
	width: 500px;
	margin: 0;
	height: 62px;
	list-style-type: none;
	overflow: hidden;
}

ul#nav li a {
	position: absolute;
	top: 0;
	text-indent: -9000px;
	text-decoration: none;
	padding: 62px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:62px; /* IE5/Win */

	background: transparent url(../images/generic/menu.gif) no-repeat;
}

li#home a 			{ background-position: 0 0; width: 74px; left: 0; }
li#home a:hover	{ background-position: 0 -62px; }
body#page-home li#home a  { background-position: 0 -124px !important; }

li#audio a 			{ background-position: -74px 0px !important; width: 73px; left: 74px; }
li#audio a:hover	{ background-position: -74px -62px !important; }
body#page-audio li#audio a  { background-position: -74px -124px !important; }

li#video a 			{ background-position: -147px 0px !important; width: 77px; left: 147px; }
li#video a:hover	{ background-position: -147px -62px !important; }
body#page-video li#video a  { background-position: -147px -124px !important; }

li#gigs a 			{ background-position: -224px 0px !important; width: 67px; left: 224px; }
li#gigs a:hover	{ background-position: -224px -62px !important; }
body#page-gigs li#gigs a  { background-position: -224px -124px !important; }

li#gallery a 			{ background-position: -291px 0px !important; width: 100px; left: 291px; }
li#gallery a:hover	{ background-position: -291px -62px !important; }
body#page-gallery li#gallery a  { background-position: -291px -124px !important; }

li#bio a 			{ background-position: -391px 0px !important; width: 56px; left: 391px; }
li#bio a:hover	{ background-position: -391px -62px !important; }
body#page-bio li#bio a  { background-position: -391px -124px !important; }
