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

.shadetabs1 li{
display: inline;
margin: 0;
}

.shadetabs1 li a{
text-decoration: none;
padding: 2px 7px;
margin-right: 0px;
border: 1px solid #93A8D3;
color: #2d2b2b;
background: white url(http://business.headlinesindia.com/images/business_home/shade.jpg) ;

}

.shadetabs1 li a:visited{
color: #2d2b2b;
}

.shadetabs1 li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs1 li.selected{
position: relative;
top: 1px;
}

.shadetabs1 li.selected a{ /*selected main tab style */
background-image: url(http://business.headlinesindia.com/images/business_home/shadeactive.jpg);
border-bottom-color: white;

}

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

.tabcontentstyle1{ /*style of tab content oontainer*/
border: 1px solid ;
border-color:#92ACCD;
width: 300px;
margin-bottom: 1em;
background-color:#F6FBFF;
}

.tabcontent1{
display:none;
}

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