.tab-wrapper
{
	padding:				0;
	margin-top:					0px;
	
	
	
	clear:					both;
}
.tab-menu
{
	margin:					0;
	margin:0px 20px 0px 0px;

	padding:				0;
	list-style:				none;
	width:670px;
	overflow: hidden;	

}
#demo-ajax{
/*border:#666 solid 1px;
*/}
.tab-menu li
{
	margin:					0;
	padding:				0;
	float:					left;
	line-height:			2em;
/*	background:url(/images/bg-black-50pc.png);
*/}
.tab-menu li a 
{ color:#777;
	padding:			0.8em;
	margin-right:		0em;
	font-weight:			bold;
	border-right:#ccc solid 3px;
	
/*	 
*/	
	
}
.tab-menu li a:hover,
.tab-menu li a:focus
{	background: none #CC0000;
	background-image:url(/images/bg-red-grad.jpg);
text-decoration:none;
color:#ccc;

	/* your effect here */
}
.tab-menu li.tab-selected a
{
	text-decoration:		none;
	color: #CC0000;
	background:url(/images/bg-white-100pc-grad.png);
	/* your effect here */
}