/*
 * 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;
  font-family: arial, sans-serif;
  letter-spacing: .02em;
  clear: both;
}

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: right;
  
}
ul.jbar > li{
	background:url(/images/menu-divider.png) no-repeat 100% 50%;
	height:35px;
}
ul.jbar >  li:first-child{
	background:none;
}

ul.jbar li a {
  /*color: #cecece !important;*/
  color: #292929 !important;
  text-decoration: none;
  /*padding: 3px 5px;*/
  
  padding-top:8px;
  padding-left:18px;
  padding-right:22px;
  /*background-color: #3D3D3D !important;*/
  background-color: none !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: 16px;
  vertical-align: middle;
  /* border-left: 1px solid #7b7b7b;*/
  /*border-right: 1px solid #363636;*/
  /*add*/
  
  font-family:Arial, Verdana, Helvetica, sans-serif ;
  font-size:12px ;
  font-weight:bold ;
}

ul.jbar li a.first {
  /*
  -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{
	background:none;
}
ul.jbar li a.last span.trigger {
/*
  -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 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;*/
  text-decoration:none;
}

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;*/
  color: #156fd4 !important;
  text-decoration:none;
}

ul.jbar span.down_arrow {
  font-size: 9px;
  width: 16px;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  
}

ul.jbar span.down_arrow em {
  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: 180px;
  opacity: .97;
  text-align: left;
  padding-top: 12px;
}


ul.jbar span.up_arrow {
  position: absolute;
  font-size: 13px !important;
  top: 0;
  /*color: #3D3D3D;*/
  color:#647ead;
  /*text-shadow: 0px -1px 1px #3D3D3D;*/
  display: block;
  line-height:16px;
}

ul.jbar ul {
  /*
  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;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: none;
  /*add*/
  border-top: 1px solid #647ead ; 
}

ul.jbar ul li {
  margin: 0;
  padding: 0;
  /*text-shadow: none;*/
  float: none;
  display: block;
  overflow: hidden;
  width: 100%;
}

ul.jbar ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  padding:0px 6px;
  /*padding: 3px 6px;*/
/*
  padding-top:5px;
  padding-left:5px;
  padding-bottom:2px;
  padding-right: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;*/
  height:26px;
  /*border-left: none;*/
  /*border-right: none;*/
  /*add*/
  background-image:url(/images/top_menu_bg2.jpg); 
  background-repeat:repeat; 
  /*opacity:0.97;*/
  -webkit-text-size-adjust:none; 
  font-family:Verdana, Arial, Helvetica, sans-serif; 
  font-size:11px; 
  font-weight:normal; 
  color:#292929 !important; 
  line-height:26px;
  
  border-bottom: 1px solid #647ead ; 
  border-left: 1px solid #647ead ; 
  border-right: 1px solid #647ead ;
  vertical-align:center;
}

ul.jbar ul li a:hover {
  background-color: #fff !important;
  /*background-image: none;*/
  /*color: #333 !important;*/
  /*text-shadow: none;*/
  /*add*/
  background-image:url(/images/top_menu_bg2_o.jpg); 
  background-position:0px -1px;
  color:#ffffff !important;
  text-decoration:none;
}

div.jbar_IE_zIndex_fix {
  position: relative;
  display: inline;
  zoom: 1;
}