.shadetabs{
padding: 3px 0;
margin-left: 6px;
margin-top: 25px;
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*/
}

#content ul.shadetabs li{
float:left;
background:url('http://www.shippingsupply.com/skins/Skin_1/images/tabs/ajaxtab_off-left.gif') no-repeat left top;
position: relative;
top: 3px;
font-size: 11px;
margin: 0 3px 0 0;
padding:0 0 0 5px;
}

#content ul.shadetabs li a:link,
#content ul.shadetabs li a:visited,
#content ul.shadetabs li a:active {
  float:left;
  display:block;
  background:url('http://www.shippingsupply.com/skins/Skin_1/images/tabs/ajaxtab_off-right.gif') no-repeat right top;
  padding:3px 10px 2px 6px;
text-decoration: none;
margin-right: 0;
color: #fff;
}

#content ul.shadetabs li a:hover{
text-decoration: underline;
}

#content ul.shadetabs li.selected{
  background-image:url('http://www.shippingsupply.com/skins/Skin_1/images/tabs/ajaxtab_on-left.gif');
}

#content ul.shadetabs li.selected a:link,
#content ul.shadetabs li.selected a:visited,
#content ul.shadetabs li.selected a:active { /*selected main tab style */
border-bottom-color: white;
  background-image:url('http://www.shippingsupply.com/skins/Skin_1/images/tabs/ajaxtab_on-right.gif');
  color:#333;
  padding-bottom:5px;
}

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

.tabcontentstyle{ /*style of tab content container*/
	clear: both;
border: 1px solid #cfe8fb;
width: 500px;
margin-bottom: 1em;
padding: 10px;
}
.tabcontentstyle h2 {margin-top: 5px;}

.tabcontent{
display:none;
}

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