#tabGraph,
#tabMutual,
#tabIndices,
#tabMarket,
#tabStock,
#tabStock1,
#tabMovers,
#tabInterest  {
	margin:0;
	padding:7px 0 0 0;
}

#tabGraph ul,
#tabMutual ul,
#tabIndices ul,
#tabMarket ul,
#tabStock ul,
#tabStock1 ul,
#tabMovers ul,
#tabInterest ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

#tabGraph li,
#tabMutual li,
#tabIndices li,
#tabMarket li,
#tabStock li,
#tabStock1 li,
#tabMovers li,
#tabInterest li {
	float:left;
	margin: 0;
	padding: 0 1px;
}

#tabGraph li a,
#tabMutual li a,
#tabIndices li a,
#tabMarket li a,
#tabStock li a,
#tabStock1 li a,
#tabMovers li a,
#tabInterest li a {
	float: left;
	padding: 0px 15px;
	font:bold 10pt Arial, Helvetica, sans-serif;
	display: block;
	text-decoration: none;
	background: #bcd2ff;
	border:1px solid #bcd2ff;
	border-bottom:1px solid #c7c7c7;
	color:#274a90;
	height:26px;
	line-height:26px;
}

#tabGraph li a:hover,
#tabMutual li a:hover,
#tabIndices li a:hover,
#tabMarket li a:hover,
#tabStock li a:hover,
#tabStock1 li a:hover,
#tabMovers li a:hover,
#tabInterest li a:hover,


#tabGraph li a.selected,
#tabMutual li a.selected,
#tabIndices li a.selected,
#tabMarket li a.selected,
#tabStock li a.selected,
#tabStock1 li a.selected,
#tabMovers li a.selected,
#tabInterest li a.selected {
	background: #fff;
	border:1px solid #c7c7c7;
	border-bottom:1px solid #fff;
	color:#274a90;
	height:26px;
	line-height:26px;
}

