/* {{{ Bar layout */
#ths-wrap {
  margin: 0 auto;
  width: 940px; }

#ths-bar {
  margin: 0;
  border-bottom: 2px solid #ddd;
  color: #ddd;
  background: #666 url("/images/ths-bar.gif") repeat-x;
  height: 28px;
  text-shadow: #555 0px -1px 0px;
  font: normal normal 13px Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 28px; }

#ths-bar a {
  display: block;
  padding: 0 10px;
  color: #ddd;
  text-decoration: none; }

#ths-bar a:hover, #ths-bar .menu:hover {
  text-shadow: #333 0px -1px 0px;
  background-color: #555; }

#ths-bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left; }

#ths-bar li.top, #ths-logo {
  float: left;
  border-right: 1px solid #555; }

#ths-bar li.top:first-child {
  border-left: 1px solid #555; }

/* }}} */
/* {{{ Drop down menus */
#ths-bar .menu .drop {
  padding-right: 24px;
  background: transparent url("/images/ths-bar.gif") no-repeat right -28px; }

#ths-bar .menu:hover .drop {
  background-position: right -56px; }

#ths-bar .menu ul {
  z-index: 1000;
  display: none;
  float: none;
  position: absolute;
  background: #fff;
  border: 1px solid #dfdfdf;
  border-top: none; }

#ths-bar .menu:hover ul {
  display: block; }

html > body #ths-bar .menu ul {
  background: rgba(255, 255, 255, 0.97);
  border-color: rgba(0, 0, 0, 0.1); }

#ths-bar .menu li {
  float: none;
  margin: 0;
  padding: 0;
  background-image: none; }

#ths-bar .menu li a {
  color: #555;
  text-shadow: none;
  font-weight: normal;
  white-space: nowrap;
  line-height: 24px; }

#ths-bar .menu li a:hover {
  color: #fff;
  background: #888;
  text-shadow: #666 0px -1px 0px; }

/* }}} */
/* {{{ Other elements */
#ths-title {
  float: left;
  margin-right: 30px; }

#ths-title a {
  float: left; }

#ths-title #ths-logo {
  font-weight: bold; }

a#ths-english {
  float: right;
  padding: 0 23px 0 0;
  background: transparent url("/images/ths-bar.gif") no-repeat right -84px; }

a#ths-english:hover {
  background-color: transparent;
  text-decoration: underline; }

/* }}} */

/*# sourceMappingURL=ths_bar.css.map */
