#cssmenu ul,#cssmenu li,#cssmenu span,#cssmenu a { margin: 0; padding: 0; position: relative; z-index:9999;}
#alimi {position:absolute;z-index:99999;}
#cssmenu:after,#cssmenu ul:after {content: ''; display: block; clear: both;}
#cssmenu a { color:#fff; display: inline-block; min-width: 35px; text-align: center; text-decoration: none; text-shadow: 0 0px 0 #333;}
#cssmenu ul { list-style: none;}
#cssmenu > ul > li { float: left; width:157px; border-right: 0px solid #666;border-left: 1px solid #666;} /*ÁÖ¸Þ´º °¡·Î Á¶Á¤ width */
#cssmenu > ul > li.mallMenuView a {font-size:14px; width: 149px; color:#B5E3FF;background: #024770;} /*»çÀÌÆ®¸Ê °¡·Î Á¶Á¤ width */
#cssmenu > ul > li.active a {background: #024770 url(images/grad_dark.png) repeat-x left top;}
#cssmenu > ul > li.active a:hover {}
#cssmenu > ul > li a {
  color:#ddd;
  background: #333;
  border-bottom: 1px solid #666;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  line-height: 37px;
  width:158px; /*¼­ºê¸Þ´º °¡·Î Á¶Á¤ width */
  padding: 0px 0px 3px 0px;
}
#cssmenu > ul > li a:hover {
  color:#fff;
  background: #222;
  color: #fff;
}
#cssmenu > ul > li:first-child a {}
#cssmenu > ul > li:last-child a {}
#cssmenu .has-sub:hover ul {display: block;}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  top: 40px;
  left: -1px;
  min-width: 100%;
  text-align: center;
  /* IE7 */
  *width: 100%;
}
#cssmenu .has-sub ul li {text-align: center;}
#cssmenu .has-sub ul li a {
  border-top: 0 none;
  border-left: 1px solid #666;
  display: block;
  line-height: 120%;
  padding: 7px 0px 7px 0px;
  text-align: center;
  background : #444 ; opacity:.6; filter:alpha(opacity='60'); 
}
#cssmenu .has-sub ul li a:hover {
  border-top: 0 none;
  border-left: 1px solid #666;
  background: #222;
  text-align: center;
}
.cssmenu_root {font-size:16px;font-family: "¸¼Àº °íµñ",malgun gothic,"µ¸¿ò",dotum,AppleGothic,sans-serif;font-weight:bold;letter-spacing:-1px;}
.cssmenu_root_on {font-size:18px;font-family:"¸¼Àº °íµñ",malgun gothic,"µ¸¿ò",dotum,AppleGothic,sans-serif;font-weight:bold;color:#fff;letter-spacing:-1px;}
.cssmenu_sub {font-family:"µ¸¿ò",dotum,AppleGothic,sans-serif; font-size: 12px;letter-spacing:-1px;}