.shadetabs{
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}

.shadetabs li{
	background-image: url(../images/bg_newsb2.gif);
	background-repeat: no-repeat;
	margin-right: 5px;
	float: left;
	padding-right: 12px;
	padding-left: 10px;
	height: 25px;
	line-height: 25px;
	position: relative;
	top: 5px;
	border: 1px solid #CCCCCC;
}

.shadetabs .selected {
	background-image: url(../images/bg_newsb.gif);
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	height: 29px;
	line-height: 29px;
	position: relative;
	top: 1px;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	width: 99%;
	margin-bottom: 1em;
	padding: 0px;
	border: 1px solid #DDDDDB;
	height: 166px;
	font-size: 10pt;
	clear: left;
}

