#tabContainer {
	width: 556px;
}

#tablist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #717189;
	text-decoration: none;
	padding: 3px 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0.1em;
	border-bottom: 1px solid #dadada;
}

#tablist li {
	list-style: none;
	display: inline;
	margin: 0;
}

#tablist li a {
	text-decoration: none;
	padding: 3px 0.8em;
	margin-right: 3px;
	border: 1px solid #dadada;
	border-bottom: none;
	background: #ececec;
	background-image: url(../images/contentTabs/inactiveTab-Bkgrd.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#tablist li a:link, #tablist li a:visited {
	color: #717189;
}

#tablist li a:hover {
	color: #616175;
	text-decoration: underline;
	background: #dadada;
	border-color: #dadada;
}

#tablist li a.current:link, #tablist li a.current:visited  {
	color: #3c73c4;
	background: #ffffff;
	border-bottom: 1px solid #ffffff;
}

#tablist li a.current:hover {
	color: #3c73c4;
	text-decoration: none;
	background: #ffffff;
	border-bottom: 1px solid #ffffff;
}




