/*** For sensex code in LHS Navigation ***/
.shadetabs2 {
	margin-left: 0px;
	margin-top: 1px;
	margin-bottom: 0px;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align:left; /*set to left, center, or right to align the menu as desired*/
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.shadetabs2 li{
	display:inline;
	height:31px;
	margin-top: 0px;
	margin-right: -4px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.shadetabs2 li a{
text-decoration: none;
padding: 3px 5px 10px;
margin-right: 0px;
border: 1px solid #BCD2E6;
background: white url(../test/inactive.gif) top left repeat-x;
height:31px;
color:#232F6F;
}

.shadetabs2 li a:visited{
background-image:url(../test/active.gif);
height:31px;
color:#232F6F;
}

.shadetabs2 li a:hover{
text-decoration: none;
background-image:url(../test/active.gif);
height:31px;
color:#232F6F;
}

.shadetabs2 li.selected{
position: relative;
top: 0px;
height:31px;
}

.shadetabs2 li.selected a{ /*selected main tab style */
background-image:url(../test/active.gif);
border-bottom-color: white;
height:31px;
}

.shadetabs2 li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}
.tabcontentstyle2{ /*style of tab content container*/
	border: 1px solid #BCD2E6;
	width: 170px;
	height:100%;
	margin-bottom: 0.1em;
	margin-top:0.59em;
	padding: 0px;
	background-color:#F4F7FB;
}

.tabcontent2{
display:none;
}

/*@media print {
.tabcontent {
display:block!important;
}
}*/
