.shadetabs{

padding: 5px 0px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;2
font: bold 11px arial;
color:#c30000;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
font-family: tahoma;
	font-size: 10px;
display: inline;
margin: 0;
}

.shadetabs li a{
font-family: tahoma;
font-size: 10px;
text-decoration: none;
padding: 5px 4px;
margin-right: 2px;
border: 1px solid #e5e5e5;
color: #2d2b2b;
background: white url(../images/shade_tab.gif) top left repeat-x;
}

.shadetabs li a:hover{
text-decoration: underline;
color:#006699;
}

.shadetabs li.chon{
position: relative;
top: 0px;
}

.shadetabs li.chon a{ /*selected main tab style */
background-image: url(../images/shade_tabactive.gif);
border-bottom-color: white;
}

.shadetabs li.chon a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #e5e5e5;
width: 550px;
padding: 15px;
line-height:16px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}

