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