
#navbar ul {
  background-color: #fff;
  list-style-type: none;
  margin-left: 18px;
  padding-left: 0px;
}

#navbar li {
  background: url(../../img/common/tab_bg_rt.gif) no-repeat right top;
  float: left;
}

#navbar li a {
  background: url(../../img/common/tab_bg_lft.gif) no-repeat left top;
  border-bottom: 1px solid #afbcde;
  color: #6c779a;
  display: block;
  font-size: 11px;
  font-weight: bold;
  padding: 3px 8px;
  text-decoration: none;
}

#navbar li a:hover {
  color: #ff7524;
}

#navbar .active {
  background: url(../../img/common/tab_bg_rt_act.gif) no-repeat right top;
}

#navbar .active a,
#navbar .active a:hover {
  background: url(../../img/common/tab_bg_lft_act.gif) no-repeat left top;
  border-bottom: 1px solid #dfe5ff;
  color: #5169b3;
  cursor: default;
}

/*
#navbar li.active a:link,
#navbar li.active a:visited, 
#navbar li.active a:hover {
  background-color: #dfe5ff;
  border-color: #afbcde;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  color: #394b80;
  cursor: default;
  height: 22px;
  line-height: 22px;
  margin: 2px 0 0 0;
}
*/

/*
 * html #navbar li.active a {
    margin-top: 0;  Fixes IE 1px rounding bug 
}
*/
