a{
text-decoration:none;
}
.tabContent{
position:relative;
border:1px solid #000;	bottom:0;
height:12px;
}
ol,ul{
padding:0;
list-style-type:none;
}
a:link{
	color:#777;
}
a:active{
	color:#777;
}
a:hover{
	text-decoration:underline;
	color:#000;
}
a:visited{
	color:#777;
}
.tabHolderDIV{
	float:right;
	width:100%;
}
#tabbed_DIV{
	/* for IE5/Win */	
	margin:0;
padding:0;
min-height:22px;
	}
#tabbed_DIV li{
	display:inline;
	list-style-type:none;
}
#tabbed_DIV li.tabpopHead, #tabbed_DIV a:link, #tabbed_DIV a:visited, #tabbed_DIV a:visited.active,#tabbed_DIV a:hover{
	border:1px solid #000;	border-bottom:none;
height:14px;	
	float:left;
	font-size:1.0em;
	text-decoration:none;
	text-align:center;
padding:4px;
margin-left:20px;
}
#tabbed_DIV li.tabpopHead{

	color:#fff;
}
#tabbed_DIV a:link, #tabbed_DIV a:visited, #tabbed_DIV a:visited.active,#tabbed_DIV a:hover{
background:#e7e7e7;
}
#tabbed_DIV a:hover{text-decoration:underline;}
