.CSSTabDiv
{
padding: 0 0 0 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 5px;

}

.shadetabs
{
   font: bold 10px Arial, Verdana, sans-serif;
   margin: 0 0 0 0;
   padding: 5px 0 0 0; 
 
}


.shadetabs li{
display:inline;
margin:0 0 0 0;
padding:0;
}

.shadetabs a
{
   float:left;
   color: white;
   background: transparent url(images/UnselectedLeft.jpg) no-repeat left top;
   margin: 0;
   padding:0 0 0 9px;
   text-decoration:none;
   letter-spacing: 1px;
}

.shadetabs a span
{
   float:left;
   display:block;
   background: transparent url(images/UnselectedRight.jpg) no-repeat right top;
   height:20px;
   _height:25px; /*just for IE */
   width:216px; /* 9 less because of padding IE & Firefox issues*/
   _width:225px;
   padding-Right:9px;
   _padding-Right:0px;
   padding-top:5px;
   
   text-align:center;
   vertical-align:middle; 
   text-decoration:none;
   font-size: 12px;
   font-weight: normal;
}


.shadetabs a:hover
{
   background: transparent url(images/SelectedLeft.jpg) no-repeat left top;
   text-decoration:none;
}

.shadetabs a:hover span
{
    color: #DE9A29;
    background: transparent url(images/HoverRight.jpg) no-repeat right top;
    text-decoration:none;
}

/*currently selected tab*/
.shadetabs li.selected a
{
   background: transparent url(images/SelectedLeft.jpg) no-repeat left top;
   text-decoration:none;
}

.shadetabs li.selected a span
{ 
   color: #DE9A29;
   text-align:center;
   vertical-align:middle; 
   background: transparent url(images/SelectedRight.jpg) no-repeat right top;
   text-decoration:none;
   font-weight:bold;
}


.tabcontentstyle
{ 
    /*style of tab content oontainer*/
   float:none;
   display:inline-block;
   margin-top:0px;
   width: 662px;
   _width:705px;
   padding: 4px 20px 0 20px;
   _padding: 8px 20px 0 20px;
   height:90px;
   background: transparent url(images/BodyBack.jpg) no-repeat left top;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}

