/* CSS Document */
#wrapper {
	width: 780px;
	overflow: hidden;
	text-align: center;
	margin: 0 10px;
	}

/* menu */
ul {
	list-style:none;
	position:relative;
	padding: 0;
	margin: 0;
	text-align: center;
	width: 780px;
	}

span.alt {
	display:none;
	}

li {
	display:block;
	position: top center;
	_display: inline;
	}

a.up {
	color: #569AD2;
	width:148px;
	height:37px;
	background:  url(../img/navi/topmenu.jpg) no-repeat;
}

a.normal {
	font-size: 14;
	width:28;
	height:16;
	background:  url(img/spacer.gif) no-repeat;
}

a.category {
	font-size: 12;
	width:190;
	height:16;
	background:  url(img/spacer.gif) no-repeat;
}

a.image {
	font-size: 14;
	width:30;
	height:10;
	background:  url(img/spacer.gif) no-repeat;
}

#menu1 a {
	background-position:0px 0px;
	position:absolute;
	top:0px;
	left: 0px;
	}

#menu2 a {
	background-position:-148px 0px;
	position:absolute;
	top:0px;
	left: 148px;
	}

#menu3 a {
	background-position:-296px 0px;
	position:absolute;
	top:0px;
	left: 296px;
	}

#menu4 a {
	background-position:-444px 0px;
	position:absolute;
	top:0px;
	left: 444px;
	}

#menu5 a {
	background-position:-592px 0px;
	position:absolute;
	top:0px;
	left: 592px;
	}

#menu1 a:hover {
	background-position:0px -37px;
	}

#menu2 a:hover {
	background-position:-148px -37px;
	}

#menu3 a:hover {
	background-position:-296px -37px;
	}

#menu4 a:hover {
	background-position:-444px -37px;
	}

#menu5 a:hover {
	background-position:-592px -37px;
	}

#menubg_1 {
	background-image: url(../img/navi/bg_menu.jpg);
	background-repeat: no-repeat;
	height: 58px;
	_margin: 0 10px;
	padding: 0;
	}

.border_tbr {
	border-bottom:1px #ff0000 solid;
	border-top:1px #ff0000 solid;
		border-right:1px #ff0000 solid;
	} 
.border_tb {
	border-bottom:1px #ff0000 solid;
	border-top:1px #ff0000 solid;
	} 
.border_r {
		border-right:1px #666666 solid;
		}

