.nav1, .nav2, .nav3, .nav4, .nav5{
	background-image: url(img/title_link.gif);
	background-position:top;
	/*background-color:#3F0000;*/
	height: 35px;
	width: 158px;
	padding: 0px;
	text-align: center;
	vertical-align: baseline;
	font-size:10px;
	font-weight: bolder;
	font-family:"lr SVbN", "Osaka|";
	white-space: normal;
	padding: 0px;
	line-height:25pt;
}

.nav1 a:link, .nav1 a:visited, .nav2 a:link, .nav2 a:visited, .nav3 a:link, .nav3 a:visited, .nav4 a:link, .nav4 a:visited, .nav5 a:link, .nav5 a:visited{
	color: #FFF;
	text-decoration:none;
}

.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{
	color: #FFF;
	text-decoration: underline;
}

.nav1{
	position: absolute;
	top: 61px;
	left: 0px;
}
.nav2{
	position: absolute;
	top: 61px;
	left: 158px;
}
.nav3{
	position: absolute;
	top: 61px;
	left: 316px;
}
.nav4{
	position: absolute;
	top: 61px;
	left: 474px;
}
.nav5{
	position: absolute;
	top: 61px;
	left: 632px;
}

#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(img/title_link.gif) top repeat-y;*/
}

#fontcontrol{
	background: none;
	width: 66px;
	height: 18px;
	position: absolute;
	top: 30px;
	left: 640px;
}
#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;
}