div#CTabs {
	position:relative;
	top:2px;
	height:17px;
	background:#F8F9FF;
	border:1px #c9d3ff solid;
	border-left-style:none;
	border-right-style:none;
	border-top-style:none;
	margin:0;
	padding:0;
}

ul#GroupTabs {
	list-style:none;
	text-align:center;
	margin-left:2px;
}

ul#GroupTabs li {
	float:left;
	height:12px;
	width:107px;
	margin-left:2px;
	margin-right:2px;
	margin-top:0;
	margin-bottom:0;
	padding-top:2px;
	padding-bottom:2px;
	background:#E8E8E8;
	border: 1px silver solid;
	border-bottom: 1px #c9d3ff solid;
}

ul#GroupTabs li.ActiveTab {
	background:white;
	border: 1px #c9d3ff solid;
	border-bottom: 1px white solid;
}

ul#GroupTabs .ActiveTab a {
	color:#3C36A9;
}

ul#GroupTabs li a {
	display:block;
	font:10px arial, verdana, sans-serif;
	color:gray;
}

ul#GroupTabs a {
	width:100%;
}

ul#GroupTabs li:hover {
	background:#E1E4F5;
}

ul#GroupTabs a:hover {
	color:#81CBFF;
}
