div#pageTabs {
position:relative;
float:none;
clear: both;
width: 600px;
margin: 15px auto!important;
color: #666666;
}
div#pageTabs a{
color: inherit;
}
div.tmtPanel {
	background-color: #efefef;
	padding: 10px;
	border: 1px;
	border-color: #cccccc;
	border-style: solid;
	display: none;
	padding-top: 25px;
	width: 100%;
}

div.tmtPanelGroup {
	clear: both;
	width: 100%;
}
div.tmtTabs span{
	padding-left: 4px;
	position:relative;
	float:left;
	display:inline;
	background-image: url(images/menuleft.gif);
	background-repeat: no-repeat;
	background-position:top left;
	border-bottom: 1px #cccccc solid;
	}
div.tmtTabs a.tmtTab {
	background-image: url(images/menuright.gif);
	background-repeat: no-repeat;
	background-position: top right;	
	color: #999999;
	display: block;
	font-weight: normal;
	height: 27px;
	line-height: 30px;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	padding: 0 8px;
}
div.tmtTabs a.tmtTab:hover {
      background-position:100% -42px;
	  background-color: #ffffff!important;
      }
div.tmtTabs a.tmtTabs:hover span {
      background-position:100% -42px;
	  background-color: #ffffff;
    }

div.tmtTabs a.tmtTabselected, div.tmtTabs a.tmtTabSelected span {
	background-color: #ffffff;
    background-position:100% -42px;
	color: #000000;
}

.tmtPanel strong {background-color: transparent;}