/*- Menu Tabs E--------------------------- */

    #tabsE {
      /*float:left;*/
      width:1000px;
      background:#004985;
      font-size:100%;
      line-height:normal;
      background:url("tabE.png") repeat left top;
	  text-transform: uppercase;
	  padding:0px 0px 0px 0px;
	  margin:0;
      }
    #tabsE ul {
	  margin:0;
	  padding:0px 0px 0px 0px;
	  list-style:none;
      }
    #tabsE li {
      display:inline;
      margin:0;
      padding:0;
	  text-transform: uppercase;
      }

    #tabsE a {
      float:left;
      margin:0;
      padding:0 0 0 0px;
      text-decoration:none;
      }
    #tabsE a span {
      float:left;
      display:block;
      padding:5px 10px 4px 10px;
      color:#FFF;
      }

    #tabsE li.active {
      float:left;
      display:block;
      background:url("tabL.png") repeat-x;
      background-position:0% -42px;
      padding:0 0 0 1px;
      }

    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsE a span {float:none;}
    /* End IE5-Mac hack */
    #tabsE a:hover { }
    #tabsE a:hover span { color:#FFF; background:url("selected_menu_Item.png") repeat-x; }


/*- Menu Tabs E--------------------------- */

    #tabsL {
      float:center;
      width:1000px;
	font-size: 8pt;
      line-height:normal;
      background:url("tabL.png") repeat left top #E7E5E2;
	height: 25px;
      }
    #tabsL ul {
	  margin:0;
	  padding:0px 0px 0 0px;
	  list-style:none;
      }
      
    #tabsL li {
      display:inline;
      margin:0;
      padding:0;
	  text-transform: uppercase;
      }
      
    #tabsL li.active span {
      background:url("tabL1.png") right top;
      padding:5px 10px 4px 10px;
      }
      
    #tabsL a {
      float:left;
      margin:0;
      padding:0 0 0 1px;
      text-decoration:none;
      }
    #tabsL a span {
      float:left;
      display:block;
      padding:5px 10px 4px 10px;
      color:#FFF;
      }


    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsL a span {float:none;}
    /* End IE5-Mac hack */
    #tabsL a:hover span { color:#FFF; }

    #tabsL a:hover span {
      background:url("tabL1.png") right top;
      padding:5px 10px 4px 10px;
      }


.quicktabs_submain {
  clear:both;
}

ul.quicktabs_subtabs {
  font-size: 12px/20px;
  font-family: "Arial Unicode MS", "Palatino Linotype";
  padding: 4px 0px 0px;
  height: 10px;
  margin:0 0 10px 0;
}

.sidebar ul.quicktabs_subtabs {
  padding:0 0 0px 0;
}

ul.quicktabs_subtabs li {
  margin:0;
  padding:0;
  display: block;
  float: left;
  padding: 2px 0 1px !important;
  /*background-image: url(divider.jpg);*/
  background-repeat: no-repeat;
  background-position: right;
}

.sidebar ul.quicktabs_subtabs li {
  margin:0;
  display: block;
  float: left;
  padding: 2px 0 1px;
  list-style-type: none;
  background: none;
}

ul.quicktabs_subtabs li a:link,
ul.quicktabs_subtabs li a:visited {
  color: #fff;
  padding: 8px 12px 4px 11px;
  margin:0;
  font:bold 12px/20px Verdana;
}

ul.quicktabs_subtabs li.active a {
  color: #027AC6 !important;
  background-image: url(divider.jpg);
  background-repeat: no-repeat;
  background-position: right;
}
ul.quicktabs_subtabs li.active {
  background: url('images/tab-left.gif') no-repeat left bottom;
}

.sidebar ul.quicktabs_subtabs li.active a {
  color: #027AC6 !important;
  background: url('images/tab-right-sidebar.gif') no-repeat right bottom;
}
.sidebar ul.quicktabs_subtabs li.active {
  background: url('images/tab-left-sidebar.gif') no-repeat left bottom;
}

/* IE 6 Debug */
* html ul.quicktabs_subtabs,
* html .sidebar ul.quicktabs_subtabs {
  padding-bottom: 0px;
}

/* IE 7 Debug */
*+html .sidebar ul.quicktabs_subtabs li a:link {
  padding-bottom: 4px;
}

.quicktabs_sub {
  clear:both;
}

ul.quicktabs_sub {
  /*background-image: url(subbg.jpg);*/
  background-repeat: repeat;
  font:bold 12px/20px Verdana;
  padding: 3px 0px 3px;
  height: 45px;
  margin:0 0 -10px 0;
}

.sidebar ul.quicktabs_sub {
  padding:0 0 3px 0;
}

ul.quicktabs_sub li {
  margin:0;
  padding:0;
  display: block;
  float: left;
  padding: 2px 0 1px !important;
}

.sidebar ul.quicktabs_sub li {
  margin:0;
  display: block;
  float: left;
  padding: 2px 0 1px;
  list-style-type: none;
  background: none;
}

ul.quicktabs_sub li a:link,
ul.quicktabs_sub li a:visited {
  color: #abcdef;
  padding: 8px 12px 4px 11px;
  margin:0;
  font:bold 12px/20px Verdana;
}

ul.quicktabs_sub li.active a {
  color: #DEFCBA !important;
/*  background: url('images/tab-right.gif') no-repeat right bottom;*/
}
ul.quicktabs_sub li.active {
/*  background: url('images/tab-left.gif') no-repeat left bottom;*/
}

.sidebar ul.quicktabs_sub li.active a {
  color: #DEFCBA !important;
/*  background: url('images/tab-right-sidebar.gif') no-repeat right bottom;*/
}
.sidebar ul.quicktabs_sub li.active {
/* background: url('images/tab-left-sidebar.gif') no-repeat left bottom;*/
}

.activeside {
	position: relative;
	top: -3px;
	left: -12px;
	height: 0px;
}

/* IE 6 Debug */
* html ul.quicktabs_sub,
* html .sidebar ul.quicktabs_sub {
  padding-bottom: 0px;
}

/* IE 7 Debug */
*+html .sidebar ul.quicktabs_sub li a:link {
  padding-bottom: 4px;
}