@charset "UTF-8";
/* CSS Document */


#menu-home {
	width:66px;
	height:36px;
	float:left;
	position:relative;
}

#menu-home a {
	width:66px;
	height:36px;
	background:url(images/menu-img-sprite.jpg) -0px -0px no-repeat;
	float:left;
	position:relative;
	display:block;
}

#menu-home a:hover {
	width:66px;
	height:36px;
	background-position:-0px -36px;
	position:relative;
	float:left;
	}

#home #menu-home a{
	width:66px;
	height:36px;
	background-position:-0px -36px;
	position:relative;
	float:left;
	}

#menu-works {
	width:107px;
	height:36px;
	float:left;
	position:relative;
	}

#menu-works a {
	width:107px;
	height:36px;
	background:url(images/menu-img-sprite.jpg) -66px 0px no-repeat;
	float: left;
	position: relative;
	display:block;
	}

#menu-works a:hover {
	width:107px;
	height:36px;
	background-position: -66px -36px;
	position: relative;
	float: left;
	}

#works #menu-works a {
	width:107px;
	height:36px;
	background-position: -66px -36px;
	position: relative;
	float: left;
	}

#menu-order {
	width:107px;
	height:36px;
	position: relative;
	float: left;
}

#menu-order a {
	width:107px;
	height:36px;
	background:url(images/menu-img-sprite.jpg) -173px 0px no-repeat;
	position: relative;
	float: left;
	display:block;
}

#menu-order a:hover{
	width:107px;
	height:36px;
	background-position: -173px -36px;
	position: relative;
	float: left;
}

#order #menu-order a{
	width:107px;
	height:36px;
	background-position: -173px -36px;
	position: relative;
	float: left;
}

#menu-test {
	width:94px;
	height:36px;
	position: relative;
	float: left;
}

#menu-test a {
	width:94px;
	height:36px;
	background:url(images/menu-img-sprite.jpg) -280px 0px no-repeat;
	position: relative;
	display:block;
	float: left;
}

#menu-test a:hover {
	width:94px;
	height:36px;
	background-position: -280px -36px;
	position: relative;
	float: left;
}

#testpage #menu-test a {
	width:94px;
	height:36px;
	background-position: -280px -36px;
	position: relative;
	float: left;
}


#menu-reseller{
	width:143px;
	height:36px;
	position: relative;
	float:right;
}

#menu-reseller a {
	width:143px;
	height:36px;
	background:url(images/menu-img-sprite.jpg) -374px 0px no-repeat;
	position: relative;
	display:block;
	float: right;
}

#menu-reseller a:hover {
	width:143px;
	height:36px;
	background-position: -374px -36px;
	position: relative;
	float:right;
}

#reseller #menu-reseller a{
	width:143px;
	height:36px;
	background-position: -374px -36px;
	position: relative;
	float:right;
}

