/***********MENU BEGIN(global_menu.htt)***********/
.menutbl{
  margin: 5px 0px 3px 0px;
}


.menu_left{
  width: 0px;
  padding: 0px;
  font: 0px;
  border-bottom: 1px solid #CDCDCD;
  border-top: 1px solid #CDCDCD;
  
}


.menu_main{
  padding: 0px;
  height: 25px;
  font: 0px;
  border-bottom: 1px solid #CDCDCD;
  border-top: 1px solid #CDCDCD;
}


.menu_right{
  width: 0px;
  padding: 0px;
  font: 0px;
  border-bottom: 1px solid #CDCDCD;
  border-top: 1px solid #CDCDCD;
  text-align: right;
}


/*tabs begin*/
.tabs {
  float:left;
  width:100%;
  font-size: 0px;
  padding: 0px;
  margin: 0px;
}


.tabs ul {
  margin:0;
  list-style:none;
}
  
  
.tabs li {
  float:left;
  padding: 0px 3px 0px 3px;
}


.tabs a {
  float: left;
  display: block;
  text-decoration: underline;
  font: normal small Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #004A95;
  word-break: keep-all;
}


.tabs span {
  float: left;
  display: block;
  text-decoration: none;
  font: normal small Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #004A95;
  word-break: keep-all;
}


.tabs > ul a {
  width:auto;
}


.tabs > ul span {
  width:auto;
}


  /* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabs a {
  float:none;
}


.tabs span {
  float:none;
}
/* End IE5-Mac hack */


.tabs a:hover {
  color:#000;
  text-decoration: none;
}


.tabs .current {
  border-width:0px;
  font-weight: bold;
  text-decoration: none;
}


.tabs .current a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}


.tabs .current span {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}


.tabs li:hover, .header li:hover a {
  color:#333;
}


.tabs li:hover a {
  display: block;
}
/*tabs end*/
/***********MENU END***********/
