/*
 * jbar (for jQuery)
 * version: 0.2.0 (07/02/2011)
 * http://javan.github.com/jbar/
 * http://github.com/javan/jbar
 *
 * Licensed under the MIT:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Copyright 2010+ Javan Makhmali :: javan@javan.us
 *
 */

ul.jbar {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: left;
  
  letter-spacing: .02em;
  clear: both;
  position: absolute;
  *width:200px;
  margin-top:-8px;
  *margin-left:10px;
  *margin-top:-8px;
}

ul.jbar * {
  outline: 0;
}

ul.jbar a {
  font-size: 12px;
  line-height: 16px;
}

ul.jbar li {
  position: relative;
  margin: 0;
  padding: 0;
  text-shadow: 1px 1px 2px #292929;
  display: inline-block;
  float: left;
}
ul.jbar li a {
  color: #ffffff !important;
  /*color: #cecece !important;*/
  text-decoration: none;
  padding: 3px 10px;
  background-color: #3D3D3D !important;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c0c0c0), to(#929292));
  background: -moz-linear-gradient(center top, #c0c0c0, #929292) repeat scroll 0 0 transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0c0c0', endColorstr='#929292', GradientType=0);
  -webkit-background-clip: padding-box;
 /* text-shadow: 1px 1px 2px #292929;*/
  text-shadow: 1px 1px 1px #6d6d6d;
  display: inline-block;
  line-height: 16px;
  height: 15px;
  vertical-align: middle;
  border-left: 1px solid #7b7b7b;
  border-right: 1px solid #363636;
}
/*
ul.jbar li a {
  color: #cecece !important;
  text-decoration: none;
  padding: 3px 10px;
  background-color: #3D3D3D !important;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#656464), to(#3D3D3D));
  background: -moz-linear-gradient(center top, #656464, #3D3D3D) repeat scroll 0 0 transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#656464', endColorstr='#3D3D3D', GradientType=0);
  -webkit-background-clip: padding-box;
  text-shadow: 1px 1px 2px #292929;
  display: inline-block;
  line-height: 16px;
  height: 15px;
  vertical-align: middle;
  border-left: 1px solid #7b7b7b;
  border-right: 1px solid #363636;
}
*/
ul.jbar li a.first {/*�Ĥ@�hmenu���style-left����*/
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-left: none;
}

ul.jbar li a.last,
ul.jbar li a.last span.trigger {/*�Ĥ@�hmenu���style-right����*/
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-right: none;
}
ul.jbar li .triggered {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3D3D3D), to(#656464));
  background: -moz-linear-gradient(center top, #3D3D3D, #656464) repeat scroll 0 0 transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3D3D3D', endColorstr='#656464', GradientType=0);
  color: #eee;
  border-left-color: transparent;
}
/*
ul.jbar li .triggered {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3D3D3D), to(#656464));
  background: -moz-linear-gradient(center top, #3D3D3D, #656464) repeat scroll 0 0 transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3D3D3D', endColorstr='#656464', GradientType=0);
  color: #eee;
  border-left-color: transparent;
}
*/
ul.jbar li a.has_down_arrow {
  padding-right: 16px;
}

ul.jbar li a.has_lonely_down_arrow {
  padding-right: 12px;
}

ul.jbar li a.has_trigger_down_arrow span.link_text {
  padding-right: 5px;
  border-right: 1px dotted #ccc;
}

ul.jbar li a.has_no_down_arrow:hover,
ul.jbar li a.has_lonely_down_arrow:hover,
ul.jbar li a.trigger:hover,
ul.jbar li .hovered {
  color: #fff !important;
}

ul.jbar span.down_arrow {/*�Ĥ@�hmenu�W�����T����*/
  font-size: 9px;
  width: 16px;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

ul.jbar span.down_arrow em {/*�Ĥ@�hmenu�W�����T����-��m*/
  text-align: left;
  display: block;
  padding: 0.37em 0 0 0.36em;
}

ul.jbar.jbar_browser_IE6 a.has_lonely_down_arrow span.down_arrow em {
  padding-left: 0.4em;
}

ul.jbar div.submenu_container {
  display: none;
  position: absolute;
  z-index: 1000;
  left: -1px;
  width: 150px;
  opacity: .97;
  text-align: left;
  padding-top: 12px;
}


ul.jbar span.up_arrow {/*�U�ԤW�����T����*/
  position: absolute;
  font-size: 13px !important;
  top: 0;
  color: #3D3D3D;
  text-shadow: 0px -1px 1px #3D3D3D;
  display: block;
  *margin-left:-160px;
  *margin-top:2px;
}

ul.jbar ul {/*�U��-�U������*/
  border: 3px solid #3D3D3D;
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 0px 0px 7px #1a1a1a;
  -moz-box-shadow: 0px 0px 7px #1a1a1a;
  box-shadow: 0px 0px 7px #1a1a1a;
  -webkit-background-clip: padding-box;
  background-color:#3d3d3d;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: none;
}

ul.jbar ul li {
  margin: 0;
  padding:0;
  text-shadow: none;
  float: none;
  display: block;
  overflow: hidden;
  width: 100%;
}

ul.jbar ul li a {/*�U��link��r*/
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 4px 2px;
  margin:-2px 5px;
  color: #fff !important;
  text-decoration: none;
  text-shadow: 1px 1px 2px #292929;
  background-color: #454545;
  background-image: none;
  -moz-border-radius: 0; 
  -webkit-border-radius: 0;
  filter: -;
  zoom: 1;
  height: auto;
  border-left: none;
  border-right: none;
}

ul.jbar ul li a:hover {/*�U��menu mouse over color*/
  background-color: #fff !important;
  background-image: none;
  color: #333 !important;
  text-shadow: none;
}

div.jbar_IE_zIndex_fix {
  position: relative;
  display: inline;
  zoom: 1;
}
.letao-top-red{color:#ff6600;}
