.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Arial;
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;
font-weight: bold;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #FFFFFF;
background: white url("tab.jpg"/*tpa=http://www.buypogo.com/scripts/tab.jpg*/) top left repeat-x;
}

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

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

.shadetabs li.selected{
position: relative;
color: #FFFFFF;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url("tab_select.jpg"/*tpa=http://www.buypogo.com/scripts/tab_select.jpg*/);
border-bottom-color: white;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #E4E4E4;
width: 218px;
margin-bottom: 1em;
padding: 10px;
background-color:#F2F2F2;
}

.tabcontent{
display:none;
}

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