/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
  padding: 3px 0;
  margin-left: 0;
  margin-top: 1px;
  margin-bottom: 0;
  font: bold 0.7em Verdana, Geneva, Arial, Helvetica, sans-serif;
  list-style-type: none;
  text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
  text-decoration: none;
  position: relative;
  z-index: 1;
  padding: 3px 7px;
  margin-right: 0px;
  border: 1px solid #d6d6d6;
  color: #333333;
  background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #333333;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #333333;
}

.shadetabs li a:active{
text-decoration: none;
color: #333333;
font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.shadetabs li a.selected{
  /*selected main tab style */
  position: relative;
  top: 1px;
  border-top-color: #fcaf3e;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.shadeotabs{
  padding: 3px 0;
  margin-left: 0;
  margin-top: 1px;
  margin-bottom: 0;
  font: bold 0.7em Verdana, Geneva, Arial, Helvetica, sans-serif;
  list-style-type: none;
  text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadeotabs li{
display: inline;
margin: 0;
}

.shadeotabs li a{
  text-decoration: none;
  position: relative;
  z-index: 1;
  padding: 3px 7px;
  margin-right: 0px;
  border: 1px solid #FFDB94;
  color: #333333;
  background: #FFFAEF url(shade.gif) repeat-x top left;
}

.shadeotabs li a:link{
color: #333333;
border-color: #d6d6d6;
border-bottom-color: #FFDB94;
}

.shadeotabs li a:visited{
color: #333333;
}

.shadeotabs li a:hover{
text-decoration: underline;
color: #333333;
}

.shadeotabs li a:active{
text-decoration: none;
color: #333333;
font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.shadeotabs li a.selected{
  /*selected main tab style */
  position: relative;
  top: 1px;
  border-top-color: #fcaf3e;
  border-left-color: #FFDB94;
  border-right-color: #FFDB94;
}

.shadeotabs li a.selected{ /*selected main tab style */
background-image: url(shadeoactive.gif);
border-bottom-color: #FFFAEF;
}

.shadeotabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
