
.tabbox { position: relative; overflow: visible; clear: both; }

.tabbox .tabPanel h3 { float: left; width: 20em; margin: 0; border: solid #000; border-width: 1px 1px 0 0; font-size: .85em; }
.tabbox .first h3 { border-left-width: 1px; }
.tabbox .tabPanel h3 a { text-decoration: none; color: #000; display: block; height: 40px; padding: 5px; }
.tabbox .tabPanel h3 a:hover { background: #eee; }
.tabPanel.selected h3 a { background: #ccc; }

.tabbox .tabContent {
	position: absolute;
	top: -9999px;
	left: -9999px;
	border: 1px solid #000;
	background: #000 url(images/navboxbg.jpg) no-repeat;
	color: #fff;
	padding: 5px;
	height: 190px;
	
		}
a,  a:link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

a:focus {
  color: #000;
}

a:active {
  color: #732600;
}
.tabbox .selected .tabContent { top: 40px; left: 0; }


	  