/*Header*/
.header_wrap{position: relative; height:44px; width:100%; border-bottom:0px solid #b99a61;z-index:9999;}
.header{position: relative; width:100%;}

.topmenu_wrap {width: 100%;min-width:1200px; position:absolute; left:0; top:0px;overflow: hidden;}

.topmenu{position: relative; top: 0; width:100%; /*height:256px;*/ border-left:1px solid #e6e6e6;}

.topmenu li{width:239px;text-align:center; float:left; padding-right:1px;font-size:13px}

/*
.topmenu li.fst {padding-right:0px;width:300px;}
.topmenu li.fst a {border-left: 0px solid #e6e6e6; margin-left:0px;}
.topmenu li.fst ul a {border: none;}
.topmenu li.last {width:171px; height:43px;}
*/

.topmenu li a {display: block; width: 100%; height: 46px; line-height: 43px; border-top: 0px solid #e6e6e6;   border-right: 0px solid #e6e6e6;color:white;font-size:16px;}

/* 상단메뉴 효과*/
.topmenu li.on a, .topmenu li.active a {background-color: #3366cc !important; color:white; text-decoration:none; background-position:left bottom !important; }
.topmenu li ul li a {display: block; width:116px; height:13px;color:gray;font-weight: bold; font-size:14px}


.topmenu li ul {margin-top:0px; background: #f4f4f4 url('/images/bg_topmenu_off.gif') 0 0 repeat-x; /*height: 180px; padding-top:15px;*/ height: 0px;  border-left:1px solid #e6e6e6; overflow:hidden;}
.topmenu li.on ul {background: #fff; }

.topmenu li ul.last { border-right:1px solid #e6e6e6;}
.topmenu li ul li{position: relative; top:0px !important;width: 160px;text-align:left; float: none; padding:0px; margin-left:6px;margin-right:6px;margin-bottom:15px;  border:none;}
.topmenu li ul li a, .topmenu li.on ul li a, .topmenu li ul li a, .topmenu li.active ul li a {display: block;width:172px;height:13px; background-position:left top !important; border:none;height:20px; line-height:20px; background-color: transparent !important;color:#000;}


/*서브메뉴오버시 색상*/
.topmenu li ul li a.hover, .topmenu li ul li a:hover, .topmenu li ul li a.active2 {background-position:left bottom !important; background-color: transparent !important;color:#ffffff;}
