.menu-1
{
    background: url("en/btn_01_nav_home.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: block;
    height: 50px;
    overflow: hidden;
    text-indent: -999em;
    width: 101px;
    z-index: 1;
    position: relative;
    cursor:pointer;
}
.menu-1:hover
{
	background: url("en/btn_01_nav_home.png") no-repeat scroll 0 -50px transparent!important;
}
.menu-1.active
{
	background: url("en/btn_01_nav_home.png") no-repeat scroll 0 -100px transparent!important;
}

.menu-2
{
    background: url("en/btn_02_nav_account.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: block;
    height: 50px;
    overflow: hidden;
    text-indent: -999em;
    width: 104px;
    z-index: 1;
    position: relative;

}

.menu-2:hover
{
	background-position: 0 -50px !important;
}
.menu-2.active
{
	background-position:0 -100px !important;
	height:50px!important;
}
.menu-3
{
    background: url("en/btn_03_nav_intro.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: block;
    height: 50px;
    overflow: hidden;
    text-indent: -999em;
    width: 104px;
    z-index: 1;
    position: relative;

}
.menu-3:hover
{
	background-position: 0 -50px !important ;
}
.menu-3.active
{
	background-position: 0 -100px !important;
	height:50px!important;	
}
.menu-4
{
    background: url("en/btn_04_nav_member.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: block;
    height: 50px;
    overflow: hidden;
    text-indent: -999em;
    width: 104px;
    z-index: 1;
    position: relative;

}
.menu-4:hover
{
	background-position: 0 -50px !important;
}
.menu-4.active
{
	background-position: 0 -100px !important;
	height:50px!important;	
}
.menu-5
{
    background: url("en/btn_05_nav_infos.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: block;
    height: 50px;
    overflow: hidden;
    text-indent: -999em;
    width: 104px;
    z-index: 1;
    position: relative;

}
.menu-5:hover
{
	background-position: 0 -50px !important;
}
.menu-5.active
{
	background-position: 0 -100px !important;
	height:50px!important;	
}
.menu-6
{
    background: url("en/btn_06_nav_action.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: block;
    height: 50px;
    overflow: hidden;
    text-indent: -999em;
    width: 104px;
    z-index: 1;
    position: relative;

}
.menu-6:hover
{
	background-position: 0 -50px !important;
}
.menu-6.active
{
	background-position: 0 -100px !important;
	height:50px!important;		
}
.page-top-info
{
	/*background: url("en/nav_bg.png") no-repeat scroll 0 0 transparent;*/
	background: url("nav_bg_new.png") no-repeat scroll 0 0 transparent;
	width:1000px;
	height:112px;
	margin:0 auto;
}
.page-top
{
	/*background: url("new_style/en/img_banner_1280x450.png") no-repeat scroll 0 -0 transparent;*/
}
.search-input
{
	background: url("en/img_input_search.png") no-repeat scroll 0 0 transparent;
	border:1px solid #999999;
	height: 21px;
    width: 227px;

}
.logout-btn
{

}
.login-text
{
	background: url("en/img_account_no.png") no-repeat scroll transparent;
	background-position:center;
	background-color:#ffffff;

}
.login-text:focus
{
	background:none;
	background-color:#ffffff;
}
.password-text
{
	background: url("en/img_account_pw.png") no-repeat scroll transparent;
	background-position:center;
	background-color:#ffffff;	
}
.password-text:focus
{
	background:none;
	background-color:#ffffff;
}