.CSSTabDiv
{
	height:400px;
        border-left: 0px solid  #90B6F1;
        border-top: 5px solid #90B6F1;
        border-right: 5px solid #90B6F1;
        border-bottom: 5px solid #90B6F1;
        padding: 0px;
        margin: 0px 0px 0px 0px;
}
.shadetabs{

position:relative;
list-style-type: none;
margin: 0px 0px 0px 0px;
padding: 0;
width: 170px;
height:400px;
border: 1px solid #90B6F1;
border-bottom-width: 0;
float:left;
background-color:#90B6F1;
}
.shadetabs li 
{
list-style-type: none;
}
.shadetabs li a{
background: white url(images/glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;
}


* html .shadetabs li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 170px;
}

.shadetabs li a:visited, .shadetabs li a:active{
background-image: url(images/glossyback2.gif);
}

.shadetabs li a:hover{
background-image: url(images/glossyback2.gif);
}

.tabcontentstyle{ /*style of tab content oontainer*/
margin: 5px 0;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
width: 400px;
height:380px;
overflow:auto;
float:left;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
