					#my_tab ul.tab_active {
	margin-left: 0;

	list-style-type: none;
	text-align: center;
	padding-left:0;
 
}

.tab_style li.selected{background-image:url(../../images/tab_active.gif);background-repeat:no-repeat; float:left;width:145px;height:29px;}
.tab_style li.bselected{background-image:url(../../images/tab_inactive.gif);background-repeat:no-repeat;float:left;width:145px;height:29px;}
.tab_style li{background-image:url(../../images/tab_inactive2.gif);background-repeat:no-repeat;float:left;width:145px;height:29px;}


#my_tab ul.tab_active li a:hover {
	text-decoration: underline;
	color:#333333
}
