* {padding: 0px; margin: 0px;}

.top-menu {
	width:535px;
	height:80px;
	position:absolute;
	right:48px;
	top:328px
}

.top-menu ul {
   margin: 0px 0px 0px 0px;
   list-style-type: none;
   padding:0px
}

.top-menu ul li {
   float: left;
   text-align: center;
}

.top-menu ul li	a {
	display: block;
	position:relative;
	line-height:80px;
	text-align: center;
	overflow: hidden;
	color:#000;
	padding:0px;
	margin:0px;
	cursor:pointer;
	font-size:73%;
}

a.menu_01 {width:131px;}
.menu_01 span { background:url(../img/menu/menu_01.png) no-repeat top left; width:131px; height:80px; position: absolute; top:0; left: 0; }
.menu_01:hover span { background:url(../img/menu/menu_01.png) no-repeat bottom left;}
li.active a.menu_01 span { background:url(../img/menu/menu_01.png) no-repeat bottom left; width:131px; height:80px; position: absolute; top:0; left: 0;}

a.menu_02 {width:137px; }
.menu_02 span { background:url(../img/menu/menu_02.png) no-repeat top left; width:137px; height:80px; position: absolute; top:0; left: 0; }
.menu_02:hover span { background:url(../img/menu/menu_02.png) no-repeat bottom left;}
li.active a.menu_02 span { background:url(../img/menu/menu_02.png) no-repeat bottom left; width:137px; height:80px; position: absolute; top:0; left: 0;}

a.menu_03 {width:151px; }
.menu_03 span { background:url(../img/menu/menu_03.png) no-repeat top left; width:151px; height:80px; position: absolute; top:0; left: 0; }
.menu_03:hover span { background:url(../img/menu/menu_03.png) no-repeat bottom left;}
li.active a.menu_03 span { background:url(../img/menu/menu_03.png) no-repeat bottom left; width:151px; height:80px; position: absolute; top:0; left: 0;}

a.menu_04 {width:116px; }
.menu_04 span { background:url(../img/menu/menu_04.png) no-repeat top left; width:116px; height:80px; position: absolute; top:0; left: 0; }
.menu_04:hover span { background:url(../img/menu/menu_04.png) no-repeat bottom left;}
li.active a.menu_04 span { background:url(../img/menu/menu_04.png) no-repeat bottom left; width:116px; height:80px; position: absolute; top:0; left: 0;}

