/* begin navigation */

table#nav   { background-color: #fff; padding-top: 1em; padding-bottom: 1em }
#one, #two, #three, #four, #five, #six, #seven, #last  { font-size: 12px }

table#nav td { 
	background-color: #fff;
	text-align: center;
	border-top: 1px solid #a1a5a9;
	border-bottom: 1px solid #a1a5a9;
	}

table#nav td a {
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 3px 15px 3px 15px;
	background-image: url(../images/nav1/bg_link.gif);
	}

table#nav td a:link, #nav td a:visited {
	color: #000;
	text-decoration: none;
	}

table#nav td a:hover {
	color: #000;
	background-image: url(../images/nav1/bg_hover.gif);
	display: block;
	text-decoration: none;
	}

#one a:link, #one a:visited { border-left: 1px solid #a1a5a9; }

#last a:link, #last a:visited { border-right: 1px solid #a1a5a9; }

body#sectionone #nav td#one a, 
body#sectiontwo #nav td#two a,
body#sectionthree #nav td#three a,
body#sectionfour #nav td#four a,
body#sectionfive #nav td#five a,
body#sectionsix #nav td#six a,
body#sectionseven #nav td#seven a,
body#sectionlast #nav td#last a {
	background-image: url(../images/nav1/bg_active.gif);
	color: #000;
	border-right: 1px solid #a1a5a9;
	border-left: 1px solid #a1a5a9;
	}
	
/* end navigation */