/* top navi */
#navitop {
	width: 100%;
	height: 255px;
	text-align: left;
	margin-top: 20px;
}
#navitop ul {
	list-style-type: none;
	float: right;
  margin-top:25px;
}
#navitop li {
	display: block;
	height: 40px;
	text-align: left;
	width: 120px;
}
#navitop li#bt1 a {
	background-image: url(../images/top/top-home_bt.gif);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	background-position: 0px 0px;
	text-decoration: none;
	font-size: 5px;
}
#navitop li#bt1 a:hover,#navitop li #bt1 a:active{
	background-image: url(../images/top/top-home_bt.gif);
	background-repeat: no-repeat;
	background-position: 0px -40px;
}
#navitop li#bt2 a {
	background-image: url(../images/top/top-menu_bt.gif);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	background-position: 0px 0px;
	font-size: 5px;
	text-decoration: none;
}
#navitop li#bt2 a:hover,#navitop li #bt2 a:active{
	background-image: url(../images/top/top-menu_bt.gif);
	background-repeat: no-repeat;
	background-position: 0px -40px;
}
#navitop li#bt3 a {
	background-image: url(../images/top/top-access_bt.gif);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	background-position: 0px 0px;
	text-decoration: none;
	font-size: 5px;
}
#navitop li#bt3 a:hover,#navitop li #bt3 a:active{
	background-image: url(../images/top/top-access_bt.gif);
	background-repeat: no-repeat;
	background-position: 0px -40px;
}
#navitop li#bt4 a {
	background-image: url(../images/top/top-contact_bt.gif);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	background-position: 0px 0px;
	font-size: 5px;
	text-decoration: none;
}
#navitop li#bt4 a:hover,#navitop li #bt4 a:active{
	background-image: url(../images/top/top-contact_bt.gif);
	background-repeat: no-repeat;
	background-position: 0px -40px;
}
#navitop li#bt5 a {
	background-image: url(../images/top/top-online_bt.gif);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	background-position: 0px 0px;
	font-size: 5px;
	text-decoration: none;
}
#navitop li#bt5 a:hover,#navitop li #bt5 a:active{
	background-image: url(../images/top/top-online_bt.gif);
	background-repeat: no-repeat;
	background-position: 0px -40px;
}
#navitop #bt1 em,#navitop #bt2 em,#navitop #bt3 em,#navitop #bt4 em,#navitop #bt5 em {
	font-size: 5px;
	visibility: hidden;
}

