#nav {
	width: 843px;
	height: 50px;
	background: url(../images/linkbar.png);
	margin: 0 auto; 
	padding: 0;
	position: relative;
	clear: both;
	}

#nav li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}

#nav li, #nav a {height: 50px; display: block;}

#link1 { left: 0; width: 95px; }
#link2 { left: 95px; width: 105px; }
#link3 { left: 200px; width: 127px; }
#link4 { left: 327px; width: 166px; }
#link5 { left: 493px; width: 205px; }
#link6 { left: 698px; width: 145px; }

#link1 a:hover { background: transparent url(../images/linkbar.png) 0px -50px no-repeat; }
#link2 a:hover { background: transparent url(../images/linkbar.png) -95px -50px no-repeat; }
#link3 a:hover { background: transparent url(../images/linkbar.png) -200px -50px no-repeat; }
#link4 a:hover { background: transparent url(../images/linkbar.png) -327px -50px no-repeat; }
#link5 a:hover { background: transparent url(../images/linkbar.png) -493px -50px no-repeat; }
#link6 a:hover { background: transparent url(../images/linkbar.png) -698px -50px no-repeat; }

/*=====Side Links=====*/

#rightlinks{
	width: 250px;
	min-height: 120px; 
	margin: 0 0 20px 0;
	padding: 0;
	position: relative;
	}

#rightlinks li{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	}

#rightlinks li, #rightlinks a{ 
	width: 250px;
	height: 24px;
	display: block;
	padding: 6px 0px 0px 0px;
	color: #0164B2;
	text-decoration: none;
	}

#rightlinks a {
	padding-left: 5px
	}

#rightlinks1 {top: 0;}
#rightlinks2 {top: 30px;}
#rightlinks3 {top: 60px;}
#rightlinks4 {top: 90px;}

#rightlinks a:hover {
	background: #0164B2;
	color: #FFF;
	text-decoration: none;
	text-shadow: #000 1px 1px 2px;
	}

body#rtlink1 a#rtlink1nav,
body#rtlink2 a#rtlink2nav,
body#rtlink3 a#rtlink3nav,
body#rtlink4 a#rtlink4nav {
	background: #0164B2;
	color: #FFF;
	text-decoration: none;
	text-shadow: #000 1px 1px 2px;
	}

