.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 10pt arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
background:#E9E9E9;
text-decoration: none;
padding: 3px 7px;
margin-right: 0px;
font-weight:normal;
color: #2d2b2b;
border:1px solid #CCC;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background:white;

border:1px solid #CCC;
border-right:2px solid #CCC;
border-bottom-color: white;
font-weight:bold;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #CCC;
border-bottom: 2px solid #CCC;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

.tabcontent ol{
list-style-type: decimal;
font-weight: bold;
list-style-position: outside; 
color: #990000;
padding-left: 15px;
margin-left: 15px;
font-family:georgia;
}
.tabcontent a{
font-weight: normal;
font-family:arial;
}

@media print {
.tabcontent {
display:block!important;
}
}