.ajax__tab_tab 
{
	position: relative;
	top: 4px;
	float: left;
	padding: 4px 10px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	background-image: url(../img/Tab/tab_bg01.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #339900;
	border-right-color: #339900;
	border-bottom-color: #339900;
	border-left-color: #339900;
	font-family: "trebuchet ms";
	font-size: 0.85em;
	font-weight: bold;

}

.ajax__tab_active .ajax__tab_tab {
	background-color: #EEE;
	background-image: url(../img//Tab/tab_bg02.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.ajax__tab_hover .ajax__tab_tab
{
	background-color:#990099;
	color: #990099;

}

.ajax__tab_tab a {
	color: black;
	text-decoration: none;
}

.ajax__tab_body {
	clear: both;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #339900;
	
}
