.shadetabs {
padding: 0px;
margin: 50px 15px 0px 0px;
font: bold 13px Arial;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
padding: 0px;
}

.shadetabs li a{
text-decoration: none;
padding: 4px 15px;
margin: 0px;
color: #5c8142;
background-color: #c3db9d;
height:25px;
}

.shadetabs li a:visited{
color: #5c8142;
text-decoration: none;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #5c8142;
}

.shadetabs li.selected{
position: relative;
top: 0px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-color: #5c8142;
border-bottom-color: white;
font-weight: bold;
color:#c3db9d;
}
.shadetabs li.selected a:visited{ /*selected main tab style */
text-decoration: none;
color:#c3db9d;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
color:#c3db9d;
}

.tabcontentstyle{ /*style of tab content oontainer*/
width: 100%;
margin: 4px 0px 0px 0px;
_margin:0px;
padding: 5px 0px;
border: solid #5c8142;
border-width:5px 0px 0px 0px;
background-color:#ffffff;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
