#tabdiv {
    float:left;
    width:100%;
    font-size:100%;
    line-height: normal;
	height: 20px;
	background:#ffffff url(images/tabbg.gif)
      repeat-x bottom;

	}
	
.shadetabs{
padding: 0;
margin: 0;
font: bold 9px Verdana;
list-style-type: none;
height: 20px;
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/TabRight.gif) no-repeat right top;
height: 20px;
margin-right: 4px;
}

.shadetabs li a{
float:left;
display:block;
text-decoration: none;
padding:0px 5px;
margin: 0px;
line-height: 20px;
color: #5A5A5A;
background: url(images/TabLeft.gif) no-repeat left top;
}
/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  .shadetabs li a {float:none;}
  /* End IE5-Mac hack */

.shadetabs li a:visited{
color: #5A5A5A;
text-decoration: none;
}

.shadetabs li a:hover{
text-decoration: none;
color: #5A5A5A;
}

.shadetabs li.selected{
/*position: relative;*/
background: url(images/TabHitRight.gif) no-repeat right top;
/*top: 1px;*/
}

.shadetabs li.selected a{ /*selected main tab style */
background: url(images/TabHitLeft.gif) no-repeat left top;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
/*border-top: 1px solid #D5D5D5;*/
width: 350px;
min-height: 150px;
/*margin-bottom: 10em;*/
/*margin-right: 5px;*/
/*padding: 5px;*/
background: #f4f4f4;
}
/* hide from IE/mac \*/
* html .tabcontentstyle {
  height: 150px;
  width: 345px;
  he\ight: 150px;
}
/* end hide */
.tabcontentstyle2{ /*style of tab content oontainer*/
border: 1px solid #D5D5D5;
border-top: none;
width: 260px;
padding: 0px;
scrollbar-base-color: #dcdcdc;
}
.tabcontent{
display:none;
background: #f4f4f4;
width: 100%;
}
.tabcontent2{
display:none;
}
@media print {
.tabcontent {
display:block!important;
}
