.shadetabs
{
  padding : 3px 0;
  margin-left : 5px;
  margin-top : 1px;
  margin-bottom : 0;
  list-style-type : none;
  text-align : left;
}

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

.shadetabs li a
{
  background : #FF7979;
  text-decoration : none;
  padding : 0px 0px;
  margin-right : 0px;
  color : black;
}

.shadetabs li a:visited
{
  color : #2d2b2b;
}

.shadetabs li a:hover
{
  text-decoration : underline;
  background : #FF7979;
}

.shadetabs li.selected
{
  position : relative;
  top : 10px;
}

.shadetabs li.selected a
{
  background : #FF7979;
}

.shadetabs li.selected a:hover
{
  text-decoration : none;
}

.tabcontentstyle
{
  background-image : url('../images/submenu_gradient.jpg'); 
  border : 1px solid gray;
  width : 230px;
  margin-bottom : 1em;
  padding : 10px;
  text-align : left;
}

.tabcontent
{
  display : none;
}

@media print
{
  .tabcontent
  {
    display : block!important;
  }
}



