.ajax__tab_blue .ajax__tab_header {
	height: 24px;
}

.ajax__tab_blue .ajax__tab_outer {
	background: url(Images/tab_1x3.png) no-repeat right;
	height: 25px;
}

.ajax__tab_blue .ajax__tab_inner {
	background: url(Images/tab_1x1.png) no-repeat left;
	height: 25px;
}

.ajax__tab_blue .ajax__tab_tab {
	background: url(Images/tab_1x2.png) repeat-x;
	padding: 7px 8px 0px 8px;
   margin: 0px 4px 0px 3px;
   height: 22px;
	font-size: 12px;
	color: #fff;
	}
	
.ajax__tab_blue .ajax__tab_hover .ajax__tab_outer {
	background: url(Images/hover_1x3.png) no-repeat right;
}
	
.ajax__tab_blue .ajax__tab_hover .ajax__tab_inner {
	background: url(Images/hover_1x1.png) no-repeat left;
}
.ajax__tab_blue .ajax__tab_hover .ajax__tab_tab {
	background: url(Images/hover_1x2.png) repeat-x;
	color: #000;
}
.ajax__tab_blue .ajax__tab_active .ajax__tab_outer {
		background: url(Images/active_1x3.png) no-repeat right;
	}
	
.ajax__tab_blue .ajax__tab_active .ajax__tab_inner {
		background: url(Images/active_1x1.png) no-repeat left;
	}
	
.ajax__tab_blue .ajax__tab_active .ajax__tab_tab {
		background: url(Images/active_1x2.png) repeat-x;
		color: #000;
		outline: none !important;
	}