.CertLes_Top_TabStrip
{
	float: left;
	width: 100%;
	background: transparent;
	font-size: 93%;
	line-height: normal;
	margin-top: 20px;
	padding-bottom:0;
	padding-left: 0;
	border-top: 1px solid #003a75;
	border-bottom: 1px solid #003a75;
}

.CertLes_Top_TabStrip ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

.CertLes_Top_TabStrip li
{
	display: inline;
	margin: 0;
	padding: 0;
}

.CertLes_Top_TabStrip span
{
	float: left;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.CertLes_Top_TabStrip span span
{
	float: left;
	display: block;
	padding: 5px 0 4px 0;
	color: #000;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.CertLes_Top_TabStrip span span
{
	float: none;
}
/* End IE5-Mac hack */

.CertLes_Top_TabSelected
{
	width: 119px;
	text-align:center;
	font-size : 12px;

	background: #008981;
	border-left : 1px solid #003a75;
}

.CertLes_Top_TabStrip .CertLes_Top_TabUnselected
{
	width: 119px;
	text-align:center;
	font-size : 12px;

	background : #C5C9D3;
	color : #003a75;
	cursor: pointer;
	border-left : 1px solid #003a75;
}

.CertLes_Top_TabStrip .CertLes_Top_TabMouseOver
{
	width: 119px;
	text-align:center;
	color : black;
	font-size : 12px;

	background: #008981;
	cursor: pointer;
	border-left : 1px solid #003a75;
}

.CertLes_Top_TabPage
{
	border-bottom: 1px solid #003a75;
	margin-bottom: 20px;
	padding: 0;
	background: #ffffff;
}

