.shadetabs {
color: #416A04;
font-size: 15px;
font-weight: bold;
height: 30px;
padding: 0px;
margin: 0px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
position: relative;
top: 9px;
}

.shadetabs li {
color: #416A04;
display: inline;
margin: 0px;
}

.shadetabs li a {
background: url('../images/tab1.png') repeat-x;
color: #416A04;
text-decoration: none;
padding: 0px;
margin: 0px;
border: 1px solid #A4B97F;
}

.shadetabs li a:visited {
color: #416A04;
}

.shadetabs li a:hover {
background: url('../images/tab2.png') repeat-x;
color: #416A04;
text-decoration: none;
padding: 0px;
margin: 0px;
}

.shadetabs li a.selected { /*selected main tab style */
background-image: url(../images/content.png);
border-bottom-color: #F8FDEC;
color: #416A04;
}

.shadetabs li a.selected:hover { /*selected main tab style */
background: url('../images/tab2.png') repeat-x;
color: #416A04;
text-decoration: none;
}

.box {
border: 1px solid #A4B97F;
margin-bottom: 0px;
padding: 10px;
}

.tabcontent {
display: none;
}

@media print {
.tabcontent {
display:block !important;
}
}


