@charset "utf-8";
/* CSS Document */

table.topnav
{
	margin: 0;
	padding-bottom: 0;
	position: absolute;
	top: 62px;
	left: 205px;
}

tr.backgroundcolor
{
	/*background-color: #B3BCC1;*/
	/*#FCB863 ORANGE*/
	
	background-color: #ff8080;
}

td.productscol
{
	min-width: 50px;
	min-height: 300px;
}

td.researchcol
{
	min-width: 100px;
	min-height: 1000px;
}

table.nav
{
	visibility: hidden;
	background-color: #FCB863;
	position: absolute;
}


