
/* Base Styles */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  position: relative;

}
#cssmenu a {
  line-height: 1.3;
  padding: 6px 20px;
}
#cssmenu {
  width: 238px;
  float:left;
  text-align:left;
}

#cssmenu span.menu_tit {
font-family:NanumGothic;
font-size:14px;

}

#cssmenu span.menu_tit a:hover{
font-family:NanumGothic;
font-size:15px;
}

#cssmenu span {
font-family:NanumGothic;
font-size:13px;
}

#cssmenu > ul > li {

  cursor: pointer;

/*  border-bottom: 1px solid #4c4e53; */

}
#cssmenu > ul > li:last-child {
/*  border-bottom: 1px solid #3e3d3c; */
}

/* ¸¶¿ì½º È°¼ºÈ­ ¾ÈµÇ¾úÀ» ¶§ÀÇ ¸Þ´º»ö»ó */
#cssmenu > ul > li > a {
  font-size: 3px;
  display: block;
  color: #000;
/*  text-shadow: 0 1px 1px #000; */









}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}

/* ¸¶¿ì½º È°¼ºÈ­ µÇ¾úÀ» ¶§ÀÇ ¸Þ´º»ö»ó */
#cssmenu > ul > li.active > a {

/* background: rgb(122,188,255); /* Old browsers */
/*background: -moz-linear-gradient(top,  rgba(122,188,255,1) 0%, rgba(96,171,248,1) 44%, rgba(64,150,238,1) 100%); /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(122,188,255,1)), color-stop(44%,rgba(96,171,248,1)), color-stop(100%,rgba(64,150,238,1))); /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top,  rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top,  rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* Opera 11.10+ */
/*background: -ms-linear-gradient(top,  rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* IE10+ */
/*background: linear-gradient(to bottom,  rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */


	color:#ff6000;
/*  color: #4e5800; */

}

/* ¼­ºê¸Þ´º°¡ ÀÖÀ½À» ¾Ë¸®´Â ÀÛÀº È­»ìÇ¥
#cssmenu > ul > li.has-sub > a:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  border: 5px solid transparent;
  border-left: 5px solid #ffffff;
}
*/

#cssmenu > ul > li.has-sub.active > a:after {

  right: 14px;
  top: 12px;
  border: 5px solid transparent;
  border-top: 5px solid #4e5800;

}
/* Sub menu */
#cssmenu ul ul {
  padding: 0px;
  display: none;
}
#cssmenu ul ul a {
  background: #efefef;
  display: block;
  color: #797979;
  font-size: 15px;
  font-weight:700;
padding-left:30px;
}

#cssmenu ul ul a:hover{
color:#000;
}


#cssmenu ul ul li {
  border-bottom: 1px solid #c9c9c9;

}
#cssmenu ul ul li.odd a {
  background: #e5e5e5;
}
#cssmenu ul ul li:last-child {
  border: none;
}
