﻿@charset 'utf-8';
/* 탭메뉴  */
#nlogin .tap_menu_layout {
	position:absolute;
	top:35px;
	/*left:257px;*/
	left:150px;	
	width:702px;
	height:63px;
	clear:both;
}
#nlogin .tap_menu {
	height:30px;
	overflow:hidden;
	margin:0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	float:left;
}
*:first-child+html #nlogin .tap_menu {
	height:30px;
	overflow:hidden;
	margin:0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	float:left;
}
*html #nlogin .tap_menu {
	height:30px;
	overflow:hidden;
	margin:0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	float:left;
}
#nlogin .tap_menu li {
	display:inline;
}
#nlogin .tap_menu  a { 
	float: left;
	padding: 30px 0 0 0; 
	overflow: hidden;
	height: 0px !important;
	height:30px;
}
#nlogin .tap_menu a:hover {
	background-position:0 -30px;
	height:30px;
}
#nlogin .tap_menu_01 a{
	width:82px;
	background:url(../images/img/login_menu_01.gif) top left no-repeat;
}
#nlogin .tap_menu_02 a{
	width:105px;
	background:url(../images/img/login_menu_02.gif) top left no-repeat;
}
#nlogin .tap_menu_03 a{
	width:77px;
	background:url(../images/img/login_menu_03.gif) top left no-repeat;
}	
#nlogin .tap_menu_04 a{
	width:102px;
	background:url(../images/img/login_menu_04.gif) top left no-repeat;
}	
#nlogin .tap_menu_05 a{
	width:102px;
	background:url(../images/img/login_menu_05.gif) top left no-repeat;
}
#nlogin .tap_menu_06 a{
	width:117px;
	background:url(../images/img/login_menu_06.gif) top left no-repeat;
}
#nlogin .tap_menu_07 a{
	width:82px;
	background:url(../images/img/login_menu_07.gif) top left no-repeat;
}
#nlogin .tap_menu_08 a{
	width:104px;
	background:url(../images/img/login_menu_08.gif) top left no-repeat;
}
#nlogin .tap_menu_01 .selected, #nlogin .tap_menu_02 .selected,  #nlogin .tap_menu_03 .selected,  #nlogin .tap_menu_04 .selected, #nlogin .tap_menu_05 .selected, #nlogin .tap_menu_06 .selected, #nlogin .tap_menu_07 .selected, #nlogin .tap_menu_08 .selected {
	background-position:0 -30px;
}
