/*THIS PART IS FOR THE NAVIGATION LINKS*/
/* .nav1 a:link, .nav1 a:visited, .nav2 a:link, .nav2 a:visited, .nav3 a:link, .nav3 a:visited{ */
#navigation ul li a
{
position: absolute;
top: 2px;
	color: #4E4E4E;
	width: 80px;
	height: 20px;
	line-height: 20px;
	background: url(images/01_linkbg2.gif) top repeat-y;
	padding: 0;
}

.nav1 a { left: 14px; }
.nav2 a { left: 96px; }
.nav3 a { left: 178px; }
.nav4 a { left: 260px; }
.nav5 a { left: 342px; }

/*HOVER EFFECTS*/
.nav1 a:hover
, .nav1 a:active
, .nav2 a:hover
, .nav2 a:active
, .nav3 a:hover
, .nav3 a:active
, .nav4 a:hover
, .nav4 a:active
, .nav5 a:hover
, .nav5 a:active{
	background: url(images/01_linkbg1.gif) top repeat-y;
	margin-top: 2px;
}
/*USE A DIFFERENT COLOR WHEN USER IS ON THAT PAGE*/
#home .nav1 a:link
, #home .nav1 a:visited
, #itempage .nav1 a:link
, #itempage .nav1 a:visited
, #archives .nav2 a:link
, #archives .nav2 a:visited{
	background: url(images/01_linkbg1.gif) top repeat-y;
}
/* THIS IS FOR THE NEW ARTICLE NAVIGATION LINKS (JERPH) */
.articleNavigation {
	position: relative;
	z-index: 5;
	margin: 0;
	padding: 2px 0 0 20px;
}
.articleNavigation dt {
	display: none;
}
.articleNavigation dd {
	display: inline;
	margin: 0;
	padding: 0 15px;
}

/*THE FOLLOWING PART IS FOR THE FONT CONTROL*/
#fontcontrol{
	background: none;
	width: 66px;
	height: 18px;
	position: absolute;
	top: 18px;
	left: 615px;
}
#fontcontrol ul{
	background: none;
	list-style: none;
	padding: 0;
	margin: 0;
}
#fontcontrol li{
	background: none;
}
#fontcontrol i{
	display: block;
	visibility: hidden;
}
.font1 a:link, .font1 a:visited{
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(images/01_font1.gif) no-repeat;
}
.font2 a:link, .font2 a:visited{
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	left: 22px;
	background: url(images/01_font2.gif) no-repeat;
}
.font3 a:link, .font3 a:visited{
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	left: 44px;
	background: url(images/01_font3.gif) no-repeat;
}
.font1 a:hover, .font1 a:active{
	background-position: 0 -18px;
}
.font2 a:hover, .font2 a:active{
	background-position: 0 -18px;
}
.font3 a:hover, .font3 a:active{
	background-position: 0 -18px;
}