.shadetabs{
/*padding: 3px 0;*/
padding-left: 16px;
margin-top: 1px;
margin-bottom: 0;
font: bold 13px Arial;
height:35px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
ul.shadetabs {
background:url(../images/bg.gif) repeat-x bottom;
height:35px;
}
.shadetabs li{
float:left;
background:  url(../images/arrow.gif) no-repeat left;
height:35px;
}
/*.shadetabs li span{
float:left;
background:  url(arrow.gif) no-repeat right bottom;
height:35px;
margin: 0 15px;
}*/
.shadetabs li a{
text-decoration: none;
padding: 0 15px 0 20px;
color:#AAAAAA;
line-height:35px;
}
.shadetabs li a:visited{
color:#8F8F8F;
}
.shadetabs li a:hover{

color: #626262;
}
.shadetabs li.selected{
background:#fff  url(../images/arrow.gif) no-repeat left;
color:#158F00;
}
.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;

}
.tabcontentstyle{ /*style of tab content oontainer*/
width: 450px;
margin-bottom: 1em;
padding: 10px;
float:left;
}
.tabcontent{
display:none;
}
@media print {
.tabcontent {
display:block!important;
}
}
