/* use table while nav is being worked out */
#nav {
	background: url(../art/bg_nav.gif) no-repeat;
	height:27px;
	margin:0;
    padding:12px 0 0 0;
	width:948px;   
    }
#nav ul {
	list-style:none;
	height:16px;
	margin:0;
    padding:0;
	position:relative;
	width:730px;
    }
#nav li {
    display:inline;
    margin:0;
    padding:0;
    }

/* main navigation */
#nav li a {
    display: block;
    height:16px;
	background: url(../art/nav.gif) no-repeat;
	position:absolute;
	text-indent:-9999px;
	text-transform:uppercase;
}
li#home a {
    background-position: 0 0;
	left:0px;
	width:73px;
}
li#home a:hover, #homepage li#home a {
    background-position: 0 -16px;
}
li#action a {
    background-position: -73px 0;
	left:73px;
	width:105px;
}
li#action a:hover, #actionpage li#action a {
    background-position: -73px -16px;
}
li#issue a {
    background-position: -178px 0px;
	left:178px;
	width:135px;
}
li#issue a:hover, #issuepage li#issue a {
    background-position: -178px -16px;
}
li#spread a {
    background-position: -313px 0px;
	left:313px;
	width:144px;
}
li#spread a:hover, #spreadpage li#spread a {
    background-position: -313px -16px;
}

li#getInv a {
    background-position: -470px 0px;
	left:470px;
	width:86px;
}
li#getInv a:hover, #getInvPage li#getInv a {
    background-position: -470px -16px;
}


li#factMap a {
    background-position: -583px 0px;
	left:583px;
	width:67px;
}
li#factMap a:hover, #factMapPage li#factMap a {
    background-position: -583px -16px;
} 

li#resCenter a {
    background-position: -670px 0px;
	left:670px;
	width:117px;
}
li#resCenter a:hover, #resCenterPage li#resCenter a {
    background-position: -670px -16px;
}


/* do not change, tom gamble 8/13/2009

li#movement a {
    background-position: -457px 0px;
	left:457px;
	width:156px;
}
li#movement a:hover, #movementpage li#movement a {
    background-position: -457px -16px;
} 
li#archive a {
    background-position: -613px 0px;
	left:613px;
	width:117px;
}
li#archive a:hover, #archivepage li#archive a {
    background-position: -613px -16px;
} 

li#resCenter a {
    background-position: -670px 0px;
	left:586px;
	width:117px;
}
li#resCenter a:hover, #resCenterPage li#resCenter a {
    background-position: -670px -16px;
}


li#factMap a {
    background-position: -583px 0px;
	left:730px;
	width:67px;
}
li#factMap a:hover, #factMapPage li#factMap a {
    background-position: -583px -16px;
} 
 */
