.shadetabs1{
padding: 4px 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs1 span{
display: inline;
margin: 0;
}

.shadetabs1 span a{
text-decoration: none;
padding: 3px 7px;
border: 1px solid #FFFFFF;
color: #868686;
background: url(tab_ns.png);
}

.shadetabs1 span a:visited{
color: #868686;
}

.shadetabs1 span a:hover{
/*text-decoration: underline;*/
color: #234688;
}

.shadetabs1 span.selected a:hover{
/*text-decoration: underline;*/
color: #000000!important;
}

.shadetabs1 span.selected{
position: relative;
top: 1px;
color: #000000!important;
}

.shadetabs1 span.selected a{ /*selected main tab style */
text-decoration: none;
padding: 3px 7px;
border: 1px solid #596C96;
color: #000000!important;
background-image: url(tab_1.png);
border-bottom-color: #F6F8FD;
}

.shadetabs1 span.selected a:hover{ /*selected main tab style */
text-decoration: none;
color: #000000!important;
}

.tabcontentstyle1 { /*style of tab content oontainer*/
border: 1px solid #596C96;
width: 98%;
float: left;
margin: 0;	
margin-bottom: 1em;
padding: 5px;
background: #F6F8FD;
overflow: hidden;
}

.tabcontent1 {
display:none;
}

@media print {
.tabcontent1 {
display:block!important;
}
}
