.Navigator_Table
{
	background-image: url(/tanguero/Images/Site/contents.jpg); /* UAT, DEV only */
	font-size: 8pt;
	font-family: Verdana;
	font-style: normal;
	border: 1px;
	border-color: #000000;
	border-style: solid;
	line-height: 10pt;
}
.Navigator_Table2
{
	/* PROD different virtual directory*/
	background-image: url(/Images/Site/contents.jpg);
	font-size: 8pt;
	font-family: Verdana;
	font-style: normal;
	border: 1px;
	border-color: #000000;
	border-style: solid;
	line-height: 10pt;
}
.Navigator_Header_Cell
{	
	/* background-color: #eeeeee; */
	font-weight: bold;	
	font-size: 8pt;		
	font-family: Tahoma;
	text-align: center;
	border: 1px;
	border-style: solid;
	border-color: #c0c0c0;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;	
	padding-top: 2px;
	padding-bottom: 2px;
}

.Navigator_Category_Cell
{
	/* background-color:#eff7de; */
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	font-family: Tahoma;	
	padding-top: 10px;
	padding-bottom: 8px;
	color: #000088;
}
.Navigator_Item_Cell
{
	/* background-color:#eff7de; */
	font-size: 8pt;
	font-style: normal;
	font-family: Verdana;
}

A.Navigator_Item_Link
{
	color:#000000;
	font-family: Tahoma;
	font-size:9pt;
	font-style:normal;
	text-decoration: none;
}
A.Navigator_Item_Link:Hover
{
	color:#0000ff;
	font-family:Tahoma;
	font-size:9pt;
	font-style:normal;
	text-decoration: none;
}

