#tabdiv {
    float:left;
    width:400px;
    font-size:100%;
    line-height: normal;
	height: 28px;
	}

.shadetabs{
padding: 0;
margin: 0;
font: normal 11px "Comic Sans MS";
height: 28px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
float:left;
margin: 0;
padding:0;
background: url(/images/producttabimages/NewTabRightGrn.gif) no-repeat right top;
height: 28px;
}

.shadetabs li a{
float:left;
display:block;
text-decoration: none;
color:#006D19;
background: url(/images/producttabimages/FabTabLeftGrn.gif) no-repeat left top;
padding:0px 8px;
line-height: 28px;
}
/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  .shadetabs li a {float:none;}
  /* End IE5-Mac hack */


.shadetabs li a:visited{
color:#666666;
text-decoration: none;
}

.shadetabs li a:hover{
text-decoration: none;
color:#666666;
}

.shadetabs li.selected{
position: relative;
background: url(/images/producttabimages/NewTabHitRightGrn.gif) no-repeat right top;
/*top: 1px;*/
}

.shadetabs li.selected a{ /*selected main tab style */
/*border-bottom-color: #ffffff;*/
background: url(/images/producttabimages/FabTabHitLeftGrn.gif) no-repeat left top;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}
.tabcontentstylewide{ /*style of tab content oontainer*/
border: none;
width: 400px;
margin-bottom: 10px;
/*margin-right: 5px;*/
/*padding: 5px;*/
}
.tabcontentstyle{ /*style of tab content oontainer*/
border: none;
width: 400px;
margin-bottom: 10px;
/*margin-right: 5px;*/
/*padding: 5px;*/
}
.tabcontent{
display:none;
width: 100%;
}
.tabcontentvisible{
width: 100%;
}
@media print {
.tabcontent {
display:block!important;
}
