		#bottom32{
float: left;
margin-top: 20px;
background-color:#FCF2DD;
width:768px;
padding-left:5px;
background-image:url(images/tabbg.gif); background-repeat:no-repeat; background-position:top;
}
#maintab{
padding-left:40px;
height:40px;
line-height:40px;
width:728px;}


.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font:  11px 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{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
color: #FF0000;
text-decoration:underline;

}

.shadetabs li a:visited{
color: #FF0000;
text-decoration:underline;

}

.shadetabs li a:hover{
text-decoration: underline;
color: #FF0000;

}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
color:#FF0000;
text-decoration:underline;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
text-decoration:underline;

}

.tabcontentstyle{ /*style of tab content oontainer*/
width: 760px;
padding:2px;
height:auto;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
