.sub_dropdown_off {
  background: url("/images/sub_dropdown_off.png");
  height: 7px;
  width: 10px; }

.sub_dropdown_on {
  background: url("/images/sub_dropdown_on.png");
  height: 7px;
  width: 10px; }

#nav {
  width: 110px;
  height: 30px;
  position: absolute;
  left: 320px;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 10px; }

#nav > a {
  display: none; }

#nav li {
  position: relative; }

#nav li a {
  color: #666666;
  display: block; }

#nav li a #sub_dropdown_img {
  background: url("/images/sub_dropdown_off.png");
  height: 7px;
  width: 10px; }

#nav li a:hover #sub_dropdown_img {
  background: url("/images/sub_dropdown_on.png");
  height: 7px;
  width: 10px; }

#nav li a:active {
  /* background-color: #c00 !important; */ }

#nav span:after {
  width: 0;
  height: 0;
  border: 1px solid #444444;
  content: '';
  vertical-align: middle;
  display: inline-block;
  position: relative; }

/* first level */
#nav > ul {
  height: 100%;
  /* 60 */
  background-color: white;
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px; }

#nav > ul > li {
  width: 100%;
  height: 100%;
  float: left;
  background-image: url("/images/sub_box.png");
  background-repeat: no-repeat;
  height: 100%; }

#nav > ul > li > a {
  height: 100%;
  text-align: center; }

#nav > ul > li:not(:last-child) > a {
  border-right: 1px solid #cc470d; }

#nav > ul > li:hover > a,
#nav > ul:not(:hover) > li.active > a {
  /*background-color: red;*/ }

/* second level */
#nav li ul {
  background-color: white;
  display: none;
  position: absolute;
  top: 100%;
  list-style-type: none;
  padding-left: 0px;
  z-index: 10;
  width: 110px;
  border: 1px #444444 solid; }

#nav li:hover #sub_dropdown_img {
  background: url("/images/sub_dropdown_on.png");
  height: 7px;
  width: 10px; }

#nav li:hover ul {
  display: block;
  left: 0;
  right: 0; }

#nav li:not(:first-child):hover ul {
  left: -1px; }

#nav li ul a {
  font-size: 14px;
  position: relative;
  /* border-top: 1px solid #e15a1f; */
  /* padding: 0.5em; */
  height: 30px;
  margin-left: 12px; }

#nav li ul .last {
  background-color: #bcbcbc;
  color: #2eb300;
  height: 30px; }

#nav li ul li a:hover,
#nav li ul:not(:hover) li.active a {
  /* background-color: #e15a1f; */
  color: #2eb300;
  text-decoration: underline !important; }

#program_selector .col {
  padding: 0; }

.odkTab > li {
  border-bottom: 1px solid #ddd; }
  .odkTab > li > a {
    position: relative;
    display: block;
    padding: 10px 15px; }

.odkTab.nav-tabs {
  border-bottom: 0; }
  .odkTab.nav-tabs > li > a {
    font-size: 15px;
    color: #555555;
    /*color: #888888;*/
    font-weight: 700;
    height: 100%; }
  .odkTab.nav-tabs > li.active > a {
    color: #000;
    /*color: #6D6969;*/
    /*font-size: 17px;*/
    font-size: 1.6em;
    font-weight: bold;
    /*font-weight: 800;*/
    border: 0px;
    border-bottom: 4px solid #2EB300;
    outline: none; }
  .odkTab.nav-tabs > li > a:hover {
    border-color: #fff;
    color: #fb9922;
    border-bottom: 4px solid #2EB300;
    font-size: 1.5em; }
  .odkTab.nav-tabs > li > a.v-bar {
    background: url("https://production-static.ondemandkorea.com/img/nav-bar.jpg?fa06a8698ad9") no-repeat left center; }

.odkTab > li > a:hover,
.contents.sub .nav > li > a:focus {
  text-decoration: none;
  background-color: #fff; }

.odkTab.nav-tabs > li.active > a:hover,
.contents.sub > li.active > a:focus {
  color: #fb9922; }
