/***********MENU BEGIN(global_menu.htt)***********/
.menu_left{
  text-align:left;
  width: 5px;
  height: 30px;
  padding: 0px;
  margin: 0px;
  font: 0px;
  background: url("../tabs_bg.gif") repeat-x top;
}


.menu_main{
  padding: 0px;
  margin: 0px;
  font: 0px;
}


.menu_right{
  text-align:right;
  height: 30px;
  padding: 0px;
  margin: 0px;
  font: 0px;
  background: url("../tabs_bg.gif") repeat-x top;
}


.mark_menu{
  font-size: 0px;
  display: none;
  padding: 0px;
  padding: 0px;
}


.mmenuvis{
  display: none;
}


/*tabs begin*/
.tabs {
  float:left;
  width:100%;
  background:#4682B4 url("../tabs_bg.gif") repeat-x bottom;
  height: 30px;
  font-size: 13px;
  line-height:normal;
  /*margin-bottom:10px;*/
}


.tabs ul {
  margin:0;
  padding:3px 5px 0;
  list-style:none;
  font-size: 13px;
}
  
  
.tabs li {
  float:left;
  background:url("../tab_left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 6px;
  font-size: 13px;
}


.tabs a {
  float: left;
  display: block;
  width: .1em;
  background: url("../tab_right.gif") no-repeat right top;
  padding: 5px 6px 5px 2px;
  text-decoration: none;
  font-weight: bold;
  color: #696969;
  word-break: keep-all;
  font-size: 13px;
}


.tabs span {
  float: left;
  display: block;
  width: .1em;
  background: url("../tab_right.gif") no-repeat right top;
  padding: 5px 6px 5px 2px;
  text-decoration: none;
  font-weight: bold;
  color: #696969;
  word-break: keep-all;
  font-size: 13px;
}


.tabs a:hover {
  float: left;
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #696969;
  word-break: keep-all;
  font-size: 13px;
}


.tabs > ul a {
  width:auto;
  font-size: 13px;
}


.tabs > ul span {
  width:auto;
  font-size: 13px;
}


.tabs a:hover {
  font-size: 13px;
  color:#000;
  text-decoration: underline;
}


.tabs .current {
  background-position:0 -150px;
  border-width:0px;
  font-size: 13px;
}


.tabs .current a {
  background-position:100% -150px;
  padding-bottom:6px;
  color:#333;
  font-size: 13px;
}


.tabs .current span {
  background-position:100% -150px;
  padding-bottom:6px;
  color:#333;
  font-size: 13px;
}


.tabs li:hover, .header li:hover a {
  background-position:0% -150px;
  color:#333;
  font-size: 13px;
  font-weight: bold;
}


.tabs li:hover a {
  background-position:100% -150px;
  font-size: 13px;
}
/*tabs end*/
/***********MENU END***********/
