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

.shadetabs{
padding: 0px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 12px Verdana;
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;
}

.switch1 a {
  float:left; 
  display: block;
  width: 128px;
  height: 42px;
  background:url(images/index_15.jpg) top no-repeat;
}

.switch1 :hover, .switch1 a:hover, .switch1 a.selected { 
width:128px; 
height:42px; 
background:url(images/index_over_15.jpg) bottom no-repeat; 
}

.switch2 a {
  float:left; 
  display: block;
  width: 109px;
  height: 42px;
  background:url(images/index_16.jpg) top no-repeat;
}

.switch2 :hover, .switch2 a:hover, .switch2 a.selected { 
width:109px; 
height:42px; 
background:url(images/index_over_16.jpg) bottom no-repeat; 
}

.switch3 a {
  float:left; 
  display: block;
  width: 142px;
  height: 42px;
  background:url(images/index_17.jpg) top no-repeat;
}

.switch3 :hover, .switch3 a:hover, .switch3 a.selected { 
width:142px; 
height:42px; 
background:url(images/index_over_17.jpg) bottom no-repeat; 
}

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