#tabdiv {
    float:left;
    width:430px;
    font-size:100%;
    line-height: normal;
	height: 22px;
	background:#ffffff url(images/tabbg.gif)
      repeat-x bottom;

	}
	#tabdiv2 {
    float:left;
    width:260px;
    font-size:100%;
    line-height: normal;
	height: 22px;
	background:#ffffff url(images/tabbg.gif)
      repeat-x bottom;

	}
.shadetabs{
padding: 3px 0px;
margin-left: 0px;
margin-top: 1px;
margin-bottom: 0px;
font: 9px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
position: relative;
margin: 0;
}

.shadetabs li a{
float:left;
text-decoration: none;
padding: 5px 5px;
margin-right: 3px;
border: 1px solid #D5D5D5;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
color: #5a5a5a;
background: #ffffff;
}
/* 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;
font: bold 9px Verdana;
/*top: 1px;*/
}

.shadetabs li.selected a{ /*selected main tab style */
border-bottom-color: #f4f4f4;
background: #f4f4f4;
color: #5A5A5A;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
color: #5A5A5A;
}
.shadetabs li.selected a:link{ /*selected main tab style */
text-decoration: none;
color: #5A5A5A;
}
.shadetabs li.selected a:visited{ /*selected main tab style */
text-decoration: none;
color: #5A5A5A;
}

.tabcontentstyle{ /*style of tab content oontainer*/
/*border-top: 1px solid #D5D5D5;*/
width: 430px;
min-height: 150px;
/*margin-bottom: 10em;*/
/*margin-right: 5px;*/
/*padding: 5px;*/
background: #f4f4f4;
}
/* hide from IE/mac \*/
* html .tabcontentstyle {
  height: 150px;
  width: 430px;
  he\ight: 150px;
}
/* end hide */
.tabcontentstyle2{ /*style of tab content oontainer*/
/*border: 1px solid #D5D5D5;*/
/*border: 1px solid #ff0000;*/
width: 260px;
padding: 0px;
scrollbar-base-color: #dcdcdc;
}
.tabcontent{
display:none;
background: #f4f4f4;
width: 100%;
}
.tabcontent2{
display:none;
}
@media print {
.tabcontent {
display:block!important;
}
}
