/* CSS Document */

#home	{
    position: absolute;
	left: 20px;
	top: 180px;
	height: 35px;
	width: 130px;
	background:transparent url(img/menu.gif) no-repeat 0px 0px;
	background-position:0px 0px;
	text-decoration:none;
	overflow:hidden;
	}
	
#home:hover {
	background-position: 0px -35px;
}

#home p {
	visibility:hidden;
	margin:0px;
	font-size:12px;}


#backlist	{
    position: absolute;
	left: 20px;
	top: 230px;
	height: 35px;
	width: 130px;
	background:transparent url(img/menu.gif) no-repeat 0px 0px;
	background-position:0px -70px;
	text-decoration:none;
	overflow:hidden;
	}
	
#backlist:hover {
	background-position: 0px -105px;
}

#backlist p {
	visibility:hidden;
	margin:0px;
	font-size:12px;}

#check	{
    position: absolute;
	left: 20px;
	top: 280px;
	height: 35px;
	width: 130px;
	background:transparent url(img/menu.gif) no-repeat 0px 0px;
	background-position:0px -140px;
	text-decoration:none;
	overflow:hidden;
	}
	
#check:hover {
	background-position: 0px -175px;
}

#check p {
	visibility:hidden;
	margin:0px;
	font-size:12px;}

#commerce	{
    position: absolute;
	left: 20px;
	top: 330px;
	height: 35px;
	width: 130px;
	background:transparent url(img/menu.gif) no-repeat 0px 0px;
	background-position:0px -210px;
	text-decoration:none;
	overflow:hidden;
	}
	
#commerce:hover {
	background-position: 0px -245px;
}

#commerce p {
	visibility:hidden;
	margin:0px;
	font-size:12px;}

#letter  {
    position: absolute;
	left: 20px;
	top: 380px;
	height: 35px;
	width: 130px;
	background:transparent url(img/menu.gif) no-repeat 0px 0px;
	background-position:0px -280px;
	text-decoration:none;
	overflow:hidden;
	}

#letter:hover {
	background-position: 0px -315px;
}

#letter p {
	visibility:hidden;
	margin:0px;
	font-size:12px;}

#logo {
	position: absolute;
	left: 23px;
	top: 420px;
	color: #000000;
	font-size: 12px;
	background: url(img/logo-text-bg.gif) no-repeat;
	width: 140px;
	padding-top: 130px;
	padding-left: 12px;
	height: 240px;
}


