#tabheader
{
	clear:both;
	xfloat:left;
	line-height:14px;
	padding: 6px;
	white-space: nowrap;

	width:960px;
	height:14px;
	xposition:fixed; 
	z-index:100; 
	background-color:#CCCCCC;

	background-image:url(../images/cmstab.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

#tabheader a
{
	padding:0px 3px 0px 3px;

	font-size: 8pt; 
	text-decoration: none;
	font-weight: bold;
	color: #3366aa;
}

#maincontent 
{
	position:relative; 
	z-index:1; 
	top:27px;
}

.tabcontent
{
	clear:both;
	float:left;
	padding: 0px;
	margin: 0px;
	width:100%;
}

.tabcontentinner
{
	padding: 0 0 0 6px;
	margin-bottom:20px;
}

#tabheader a:hover,
#tabheader a:active,
#mainnavtabbed a.tabon:hover,
#mainnavtabbed a.tabon:active
{
	color:#FF0000;
}

#mainnavtabbed a.tabon
{
	text-decoration:underline;
	color: #FF0000;
	font-weight: bold;
}

#mainnavtabbed a.tabon:active
{
	color:#FF0000;
	text-decoration:underline;
	font-weight: bold;
}

