.MCIU_Top_TabStrip
{
	padding-top: 0px;
	padding-left: 0px;
	text-align: left;
	background: transparent;
	width: 300px; 
	height:46px;
	border: solid 0px #FF0000; 
	font:Verdana, Arial, Helvetica, sans-serif;
	float: left;	
}

.MCIU_Top_TabUnselected
{
	cursor: pointer;

	background-image: url( MCIU_Tab.gif ); 
	background-repeat:no-repeat; 
	height: 46px;
	width: 95px;
	
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 12px;	
	
	color: white;	
	text-align:center; 
	font-size:12px; 
	font-weight:bold; 

	position:	relative;

	float: left;
}

.MCIU_Top_TabSelected
{
	cursor: pointer;

	background-image: url( MCIU_Tab_Selected.gif ); 
	background-repeat:no-repeat; 
	height: 46px;
	width: 95px;
	
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 12px;	
	
	color: black;	
	text-align:center; 
	font-size:12px; 
	font-weight:bold; 

	position:	relative;

	float: left;
}

.MCIU_Top_TabMouseOver
{
}

.MCIU_Top_TabPage
{
	border-top: solid 1px #cacacb;
	padding: 1px;
	top: 0px;
	width: 300px;
	
	position:	relative;

	float: left;	
}