#menu{
	width: 100%;
	min-width: 1020px;
	height: 139px;
	background: url('../img/menu/bg_header.png') repeat-x 0 0;
	z-index: 10;
	position: absolute;
}

#menu1{
	width: 90%;/*100%;
	max-width: 1020px;*/
	height: 85px;
	margin: 0 auto;
	position: relative;
}
#logo{
	width: 149px;
	height: 45px;
	margin: 20px 0;
	text-decoration: none;
	border: 0;
	float:left;
}
.menu1_txt {
	line-height: 20px;
	font-size: 15px;
	/*font-size: .938rem;*/
	font-weight: 600;
	text-decoration: none;
	float: right;
	vertical-align: bottom;
	color: #7E8082;
	margin-top: 45px;
}
.menu1_txt:hover {
	color: #EB1A47;
}

.menu1_blank {
	padding-right:40px;
}

#menu1 .active {
	color: #EB1A47;
}

#menu2{
	/*text-align: center;*/
	width: 90%;/*100%;
	max-width: 1020px;*/
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	position: relative;
}
#menu2 ul{
	list-style: none;
}
.topMenuLi, .topMenuOn{
	float: left;
	width: 14%;
	min-width: 100px;
}
.topMenuOn a, .topMenuLi a{
	font-size:17px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
.topMenuOn a {
	opacity: .6;
	filter: Alpha(Opacity=60);
}
.topMenuOn a, .menuLink:hover {
	color: #CC0033;/*#C7002E;#C90032;*/
}
.topMenuLi a {
	color: #545454;
}

.submenu {
	position: absolute;
	width: 14%;
	min-width: 100px;
	height: 0px;
	overflow: hidden;
	background: url('../img/menu/submenu_bg.png');*//*#CACBCC;*/
	z-index: 10;
	transition: height .2s; /* height¸¦ º¯È­ ½ÃÄ×À» ¶§ 0.2ÃÊ°£ º¯È­ µÇµµ·Ï ¼³Á¤(±âº») */
	-webkit-transition: height .2s; /* height¸¦ º¯È­ ½ÃÄ×À» ¶§ 0.2ÃÊ°£ º¯È­ µÇµµ·Ï ¼³Á¤(±¸¹öÀü Å©·Ò/»çÆÄ¶ó¤Ó) */
	-moz-transition: height .2s; /* height¸¦ º¯È­ ½ÃÄ×À» ¶§ 0.2ÃÊ°£ º¯È­ µÇµµ·Ï ¼³Á¤(±¸¹öÀü ÆÄÆø) */
	-o-transition: height .2s; /* height¸¦ º¯È­ ½ÃÄ×À» ¶§ 0.2ÃÊ°£ º¯È­ µÇµµ·Ï ¼³Á¤(±¸¹öÀü ¿ÀÆä¶ó) */
}
.submenuLi a {
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	vertical-align: middle;
	/**margin-top: -1px;/*IE7*/
	/*margin-top: -1px; /* À§ Ä­ÀÇ ÇÏ´Ü Å×µÎ¸®¿Í ¾Æ·¡Ä­ÀÇ »ó´Ü Å×µÎ¸®°¡ °ãÃÄÁöµµ·Ï ¼³µ¢ */
	/*border: solid 1px #CCCCCC; /* Å×µÎ¸®¸¦ ¼³Á¤ */
	color: #7E8082; /* ±Û¾¾ »öÀ» RGB(2D2D2D)·Î ¼³Á¤ */
	opacity: 1.0;
	filter: Alpha(Opacity=100);
}
.submenuLi:hover a {
	color: #EB1A47;
}
.topMenuLi:hover .submenu, .topMenuLi:active .submenu, .topMenuLi:visited .submenu, .topMenuLi:link .submenu,
.topMenuOn:hover .submenu, .topMenuOn:active .submenu, .topMenuOn:visited .submenu, .topMenuOn:link .submenu,
.submenu:hover {
	height: auto;
	/*padding-top: 3px;*/
	padding-bottom: 15px;
	z-index: 10;
	border-top: 3px solid #EB1A47;
	/*border-bottom: 1px solid #7E8082;
	border-left: 1px solid #7E8082;
	border-right: 1px solid #7E8082;*/
}