.shadetabs{
margin-left: 0;
margin-bottom: 0;
font: bold 15px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
}

.shadetabs li a{
text-decoration: none;
color: #FFFFFF;
height:37px;
width:105px;
background-image:url(tab.gif);
background-repeat:no-repeat;

}

.shadetabs li a:visited{
color:#FFFFFF;
}

.shadetabs li a:hover{
background-image:url(tab2.gif);
color: #666666;
}

.shadetabs li.selected{
position: relative;
}

.shadetabs li.selected a{ /*selected main tab style */
border-bottom-color: white;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
width: 466px;
}

.tabcontent{
display:none;
}

.link1 {
padding-top:15px;
padding-left:20px;
}

.link2 {
padding-top:15px;
}

.link3 {
padding-top:15px;
}

.link4 {
padding-top:15px;
}


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