.tab-wrapper
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
	border-top: 1px solid #C1C8D8;
	}
	
.tab-menu
{
	margin:	0;
	padding: 0;
	list-style:	none;
	overflow: hidden;
}
.tab-menu li
{
	background: #C1C8D8 url(ajaxSimpleTabs/tab-bg.gif) repeat-x !important;
	margin: 0px 1px 0px 0px !important;
	border-width: 1px 1px 0px 1px;
	border-color: #C1C8D8;
	border-style: solid;
	float:left;
}
.tab-menu li a
{
	font-weight:bold;
	padding: 5px 8px 5px 8px;
	display:block;
	font-family: "Gill Sans MT", "Trebuchet MS", Arial, Helvetica;
	color: #039;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	
}
.tab-menu li a:hover,
.tab-menu li a:focus
{
	background-color: #fff;
	color: #039;
}
.tab-menu li.tab-selected /* moves the slected tab down 1px */
{
	position: relative;
	bottom: -1px;
}

.tab-menu li.tab-selected a
{
	text-decoration:		none;
	color:					inherit;
	background-color: #fff;
	color: #039;
}

