#nav {
	width: 466px;
	height: 29px;
	background: url(../images/linkbar.png);
	margin: 0; 
	padding: 0;
	position: relative;
	float: right;
	clear: right;
	}

#nav li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}

#nav li, #nav a {height: 29px; display: block;}

#link1 { left: 0; width: 88px; }
#link2 { left: 88px; width: 52px; }
#link3 { left: 140px; width: 95px; }
#link4 { left: 235px; width: 120px; }
#link5 { left: 355px; width: 65px; }	
#link6 { left: 420px; width: 46px; }

#link1 a:hover { background: transparent url(../images/linkbar.png) 0px -29px no-repeat; }
#link2 a:hover { background: transparent url(../images/linkbar.png) -88px -29px no-repeat; }
#link3 a:hover { background: transparent url(../images/linkbar.png) -140px -29px no-repeat; }
#link4 a:hover { background: transparent url(../images/linkbar.png) -235px -29px no-repeat; }
#link5 a:hover { background: transparent url(../images/linkbar.png) -355px -29px no-repeat; }
#link6 a:hover { background: transparent url(../images/linkbar.png) -420px -29px no-repeat; }


/*=====Member Files=====*/

ul.memberlinks li a {
	border-bottom: 1px solid #000;
	color: #28829C;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 20px 0 20px 40px;
	text-decoration: none !important;
	}

ul.memberlinks li a.pdf {background: transparent url(../images/sitephotos/pdf.png) no-repeat scroll 0 15px;}
ul.memberlinks li a.doc {background: transparent url(../images/sitephotos/doc.png) no-repeat scroll 0 15px;}
ul.memberlinks li a.html {background: transparent url(../images/sitephotos/html.png) no-repeat scroll 0 15px;}
ul.memberlinks li a.audio {background: transparent url(../images/sitephotos/audio.png) no-repeat scroll 0 15px;}
ul.memberlinks li a.ppt {background: transparent url(../images/sitephotos/ppt.png) no-repeat scroll 0 15px;}
ul.memberlinks li a.xls {background: transparent url(../images/sitephotos/xls.png) no-repeat scroll 0 15px;}
ul.memberlinks li a.exe {background: transparent url(../images/sitephotos/exe.png) no-repeat scroll 0 15px;}

ul.memberlinks li a:hover {
	background-color: #FFF;
	color: #000;
	}

/*=====Left Links=====*/

#leftlinks {
	width: 240px;
	font-size: 11px;
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	font-size: 14px;
	}

#leftlinks li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	}

#leftlinks li, #leftlinks a { 
	width: 233px;
	height: 23px;
	display: block;
	padding-top: 7px;
	color: #555;
	text-decoration: none;
	}

#leftlinks a {padding-left: 7px;}

#leftlinks1, #piclinks0 {top: 0;}
#leftlinks2, #piclinks1 {top: 30px;}
#leftlinks3, #piclinks2 {top: 60px;}
#leftlinks4, #piclinks3 {top: 90px;}
#leftlinks5, #piclinks4 {top: 120px;}
#leftlinks6, #piclinks5 {top: 150px;}
#leftlinks7, #piclinks6 {top: 180px;}

#leftlinks a:hover {
	color: #FFF;
	background-color: #145797;
	text-decoration: none;
	}

body#new a#newnav,
body#pilot a#pilotnav,
body#members a#membersnav,
body#safety a#safetynav,
body#forms a#formsnav {
	background: #4E9BF2;
	color: #000;
	}
