.tab-wrapper
{
	padding:				0;
	margin:					0;	
	clear:					both;
}

.tab-menu
{
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px 1px 0px 1px;
	height: 28px;
	text-align: center;
	width: 304px;
	background:url(/images/public/tabMenuBg.gif) repeat-x 0 0;
	border:solid 1px #c6cdb0;
	border-top: none;
	margin-bottom: 1px;
}

.tab-menu li
{
	float: left;
	padding: 2px 0px 2px 0px;
	margin-right: 5px;
	cursor: pointer;
	color: #4D621A;
	font-family: "tahoma";
	font-size: 11px;
	height: 24px;
	line-height: 24px;
}
.tab-menu li a
{
	text-decoration:none;
}

.tab-menu li.active{
	background:url(../../images/public/tabMenuSelected.gif) no-repeat bottom left;
	float: left;
	padding: 0px;
	margin-right: 5px;
	cursor: pointer;
	color: #4D621A;
	font-family: "tahoma";
	font-size: 11px;
	height: 24px;
	line-height: 24px;
}

.tab-menu li.active a
{
	background:url(../../images/public/tabMenuSelectedRight.gif) no-repeat bottom right;
	text-decoration:none;
	display: block;
	padding: 0px 10px;
	
}


.tab-menu li:hover,
.tab-menu li:focus
{
	/* your effect here */
	text-decoration:underline;
}
.tab-menu li.tab-selected
{
	background:url(/images/public/tabMenuSelected.gif) no-repeat 0 2px;
	height: 28px;
	padding: 0px 4px 0px 4px;
	color: #6e9300;
	
	
	/* your effect here */
}

.simpletabs_panel {
	
	background-color: #FAFCF2;
	width:332px;
	border:solid 1px #e5e8dc;
	border-top: solid 1px #FAFCF2;
	border-bottom:solid 1px #e5e8dc;
	margin: 0px;
	padding: 8px;	
}