#tab-wrapper
{
	width:					550px;
	padding:				5px 0px 0px;
	overflow:				hidden;
/*	overflow-x:				hidden;
	height:					398px;*/
	margin-left:			15px;
	clear:					both;
}
.tab-menu
{
	list-style:				none;
	padding:				0px;
	font-size:				11px;
	font-weight:			normal;
	text-align:				left;
	width:					550px;
	margin:					-10px 0px 0px;
}
.tab-menu li
{
	margin:					0px;
	float:					left;
}
.tab-menu li a
{
	padding:				0px 5px;
	margin:					0px;
	color:					#555;
	font-weight:			normal;
	text-decoration:		none;
	color: 					#3399CC;
	border-right: 1px solid #3399CC;
	font-family: "Trebuchet MS", Tahoma, Arial;
}
.tab-menu li a:hover,
.tab-menu li a:focus
{
	/*background-color:		#FAEC8F;*/
	border-bottom-color:	#999;
}
.tab-menu li a:hover
{
	/*background-color:		#FAEC8F;*/
	border-bottom-color:	#999;
}
.tab-menu li.tab-selected a
{
	color:#FFFF99;
	padding:				0px 5px;
}
