
a.selectedtab, a.selectedtab:link, a.selectedtab:active, a.selectedtab:visited, a.selectedtab:hover 
{
	font: bold 12px Arial; /*tab font */
	color : Black;
	FONT-WEIGHT: normal; 
	text-decoration : none; 
	vertical-align:bottom;
	text-align: center;
	text-indent:10px;


}
a.normaltab, a.normaltab:link, a.normaltab:active, a.normaltab:visited, a.normaltab:hover 
{
	font: bold 12px Arial; /*tab font */
	color : black;
	FONT-WEIGHT: bold; 
	text-decoration : none; 
	vertical-align:bottom;
	text-align: center;
	text-indent:10px;
}
.right
{
	float:left;
	width: 86px; /*width of tab image */
	height: 22px; /*height of tab image  */
	float: left;
	display: inline;
	margin-left: 0px; /*spacing between tabs */
	padding-top: 0px; /*vertical offset of tab text from top of tab*/
	background-image:url(C:\code\Web\AxeptWeb\pub\img\right.gif);  
	background-repeat: no-repeat;
	text-align: left;
	text-indent:10px;
	vertical-align:bottom;
	color:black;
	background-color:white;
}
.left
{
	float:left;
	width: 14px; /*width of tab image */
	height: 22px; /*height of tab image  */
	float: left;
	display: inline;
	margin-left: 0px; /*spacing between tabs */
	padding-top: 0px; /*vertical offset of tab text from top of tab*/
/*	background-image:url(C:\code\Web\AxeptWeb\pub\img\left.gif); URL to tab image selected */
	background-repeat: no-repeat;
	text-align: left;
	text-indent:10px;
	vertical-align:bottom;
	color:black;
	background-color:white;
}
.background
{
	/*
	width: 6px; 
	height: 21px; 
	float: left;
	display: inline;
*/
	margin-left: 0px; /*spacing between tabs */
	padding-top: 0px; /*vertical offset of tab text from top of tab*/	
	background-repeat: no-repeat;
	
	text-align: left;
	text-indent:10px;
	vertical-align:bottom;
	color:black;
	background-color:#B1A6A2;
}