
#tabs {
	border-bottom: 1px solid #aaaaaa;
	font-weight: bold; 
	margin: 0;
	padding: 0;
	
}
#tabs li { 
	display:inline; 

	
}
#tabs li {
	text-decoration: none;
	padding: 0.25em 1em;
	color: #000000;
	font-size:18px;
	margin-left:20px;
}

.page3d #tabs li#tab3d 
{
	background-color: #839BA8;
}
.page2d #tabs li#tab2d 
{
	background-color: #839BA8;
}
.pagemicro #tabs li#tabmicro 
{
	background-color: #839BA8;
}
