@charset "UTF-8";

ul,li,th , td { 
	margin: 0;
	padding: 0;
}
.headermenu {
float:right;
}
			.headermenu ul li {
				float: left;
				position: relative;
				width: 100px;
				height: 25px;
			}
				.headermenu ul li table {
					
					border: none;
					border-spacing: 0;
					padding: 0;
					position: absolute;
					top: 0;
					left: 0;
				}
				
			.headermenu ul li ul {
				visibility: hidden;
				overflow: hidden;
				position: absolute;
				top: 25px;
				left: 0px;
				width: 100px;
				height: 0;
				z-index: 100;
			}
				.headermenu ul li ul li {
					margin-bottom: 0;
					width: 100px;
					height: 20px;
				}
			
			.headermenu ul li a {
				display: block;
				text-indent: -9999px;
				text-decoration:none;
				color:#FFF;
	
			}
			
			.headermenu ul li a:hover {
				position: relative;
				z-index: 100;
			}
			
			.headermenu ul li:hover ul ,
			.headermenu ul li a:hover ul {
				visibility: visible;
				overflow: visible;
				height: auto;
				z-index: 10;
			}


.headermenu li.about {
	background:url(/img-menu/bt_about_o.gif) no-repeat;
	margin-left:0px;
	}
.headermenu li.about a {
	height:25px;
	background:url(/img-menu/bt_about.gif) no-repeat;
	overflow:hidden;
	}
.headermenu li.about a:hover {
	background:none;
	}

.headermenu li.top {
	background:url(/img-menu/bt_top_o.gif) no-repeat;
	margin-left:0px;
	}
.headermenu li.top a {
	height:25px;
	background:url(/img-menu/bt_top.gif) no-repeat;
	overflow:hidden;
	}
.headermenu li.top a:hover {
	background:none;
	}

.headermenu li.farrow {
	background:url(/img-menu/bt_farrowball_o.gif) no-repeat;
	margin-left:6px;
	}
.headermenu li.farrow a {
	height:25px;
	background:url(/img-menu/bt_farrowball.gif) no-repeat;
	}
.headermenu li.farrow a:hover {
	background:none;
	}

.headermenu li.furniture {
	background:url(/img-menu/bt_furniture_o.gif) no-repeat;
	margin-left:6px;
	}
.headermenu li.furniture a {
	height:25px;
	background:url(/img-menu/bt_furniture.gif) no-repeat;
	}
.headermenu li.furniture a:hover {
	background:none;
	}

.headermenu li.product {
	background:url(/img-menu/bt_product_o.gif) no-repeat;
	}
.headermenu li.product a {
	height:20px;
	background:url(/img-menu/bt_product.gif) no-repeat;
	}
.headermenu li.product a:hover {
	background:none;
	}

.headermenu li.ordermade {
	background:url(/img-menu/bt_ordermade_o.gif) no-repeat;
	}
.headermenu li.ordermade a {
	height:20px;
	background:url(/img-menu/bt_ordermade.gif) no-repeat;
	}
.headermenu li.ordermade a:hover {
	background:none;
	}


.headermenu li.reform {
	background:url(/img-menu/bt_reform_o.gif) no-repeat;
	margin-left:6px;
	}
.headermenu li.reform a {
	height:25px;
	background:url(/img-menu/bt_reform.gif) no-repeat;
	}
.headermenu li.reform a:hover {
	background:none;
	}

.headermenu li.shop {
	background:url(/img-menu/bt_shop_o.gif) no-repeat;
	}
.headermenu li.shop a {
	height:20px;
	background:url(/img-menu/bt_shop.gif) no-repeat;
	}
.headermenu li.shop a:hover {
	background:none;
	}

.headermenu li.house {
	background:url(/img-menu/bt_house_o.gif) no-repeat;
	}
.headermenu li.house a {
	height:20px;
	background:url(/img-menu/bt_house.gif) no-repeat;
	}
.headermenu li.house a:hover {
	background:none;
	}


.headermenu li.diary {
	background:url(/img-menu/bt_diary_o.gif) no-repeat;
	margin-left:6px;
	}
.headermenu li.diary a {
	height:25px;
	background:url(/img-menu/bt_diary.gif) no-repeat;
	}
.headermenu li.diary a:hover {
	background:none;
	}
