.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
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 0 0 0;
padding:0;
text-transform:uppercase;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
background:#0077BB url(images/color_tabs_left.gif) no-repeat left top;
color:#FFFFFF;
outline:none;
}



.shadetabs li a:hover{
text-decoration: underline;

}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-color:#EEF7FD;
color:#0272B2;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
border:none;
outline:none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
width: 450px;
height:130px;
margin-bottom: 1em;
padding:5px;
background-color:#EEF7FD;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}