
/*대메뉴*/

ol, ul,dl  {list-style:none;}	


#menu 
{ 
  width: 1020px; height:95px;
  background-image:url(/img/menu/menu_bg.png);
  background-position: left top;
  margin:auto 0; padding:0px;
}
#menu li
{float:left; position:relative; height:72px; margin:0; padding:0px; }


#menu li a 
{
	display:block; width:160px; height:72px; margin:0; padding:0; overflow:hidden; text-indent:-99999px; }



#menu li ul {display:none; position:absolute; top:72px;  margin-left:0px; margin-top:0px; width:500px; text-align:center; padding:0px;}
#menu li ul li {float:left; display:block; text-align:center;}
#menu li ul li a {display:block; background:none; width:auto; height:auto; text-indent:0; white-space:nowrap; color:#fff; margin:2px 5px; 
padding:4px 0px 1px; text-decoration:none; font-family:'Nanum Gothic'; font-weight:800; font-size:11px;}
#menu li ul li a:hover,
#menu li ul li a.current {background; color:#a8bcda;}

/*

.menuSubBar
{ text-align:center;
	width:950px;
	height 23px;
	margin-top:72px;
	background-color:#09C;}
	
*/

.menu00
{
   width:200px;
   background-image:url(/img/menu/logo.png);
   background-repeat: no-repeat;
   background-position: center top;
  	}	

.menu00 a { width:200px; !important }

.menu01 
{ width:160px;
  background-image:url(/img/menu/menu01.png);
   background-repeat: no-repeat;
   background-position: center top;
   }
.menu01 a:hover
{ background-image:url(/img/menu/menu01_O.png);
 background-repeat: no-repeat;
   background-position: center top; }

.menu01sub
{ background-image:url(/img/menu/menu01_O.png);
 background-repeat: no-repeat;
   background-position: center top; }
   
   
.menu02
{ width:160px;
  background-image:url(/img/menu/menu02.png);
   background-repeat: no-repeat;
   background-position: center top
   }
.menu02 a:hover
{ background-image:url(/img/menu/menu02_O.png);
 background-repeat: no-repeat;
   background-position: center top; }
   
.menu03
{ width:160px;
  background-image:url(/img/menu/menu03.png);
   background-repeat: no-repeat;
   background-position: center top
   }
.menu03 a:hover
{ background-image:url(/img/menu/menu03_O.png);
 background-repeat: no-repeat;
   background-position: center top; }
   
.menu04 
{ width:160px;
  background-image:url(/img/menu/menu04.png);
   background-repeat: no-repeat;
   background-position: center top;
  }
.menu04 a:hover
{ background-image:url(/img/menu/menu04_O.png);
 background-repeat: no-repeat;
   background-position: center top; }
   
.menu05 
{ width:160px;
  background-image:url(/img/menu/menu05.png);
   background-repeat: no-repeat;
   background-position: center top;
   }
.menu05 a:hover
{ background-image:url(/img/menu/menu05_O.png);
 background-repeat: no-repeat;
   background-position: center top; }
   
