#tabmenu {
	margin: 0;
	width: 100%;
	padding: 0;
}

.tabtable {
	clear: both;
	width: 100%;
	border: solid 1px #999999;
	border-top: solid 5px #999999;
	margin-bottom: 5px;
	}


.tabtable table td {
	margin: 0;
	/*width: 100%;*/
	padding: 3px;
	border-bottom: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	text-align: center;
}


#tabmenu.jsPresent ul {
	display: block;
	height: 48px;
	list-style-type: none;
}

#tabmenu ul {
	display: none;
	margin: 0;
	padding: 0;
}

#tabmenu  ul li {
	float: left;
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-size: 10px;
	width: 100px;
	margin-right: 1px;
	background: url(../images/ResultsTabsSprite.gif)  no-repeat;
}

#tabmenu  ul li a, #tabmenu  ul li a:visited {
	float: left;
	text-decoration: none;
	font-weight: bold;
	width: 100px;
	line-height: 16px;
	text-align: center;
	color: #ffffff;
	height: 48px;
}

#tabmenu ul li a:hover, #tabmenu ul li a:visited:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

#tabmenu ul li a.selected, #tabmenu ul li a.selected:visited {
	background: url(../images/ResultsTabsSprite.gif) -150px 0 no-repeat;
	color: #424242;
}