/* Navigation Tables	*/
/* Left Column Menu	*/
A.navlink:link, A.navlink:visited {
	color:				black;
	font-size:			9pt;
	text-decoration:	none;
}

A.enavlink:link, A.enavlink:visited {
	color:				#aa0000;
	font-size:			11pt;
	text-decoration:	none;
}
A.enavlink:hover {
	color:				rgb(0,0,255);
	text-decoration:	underline;
}

A.headlink:link, A.headlink:visited {
	color:				rgb(0,0,0);
	font-size:			10pt;
	text-decoration:	none;
}

A.navlink:hover,A.headlink:hover {
	color:				rgb(0,0,255);
	text-decoration:	underline;
}

TABLE.leftnavtable {
	border:				0px red solid;
/*	border-left:		0px solid #000000;*/
/*	border-top:			0px solid #000000;*/
	background-color:	white;
	width:				177px;
	margin:				0px;
	padding:			0px;
}

td.tm {
	padding-bottom:		2px;
	padding-right:		5px;
	padding-top:		3px;
	padding-left:		6px;
	font-family:		Verdana,sans-serif;
	font-size:			8pt;
	font-weight:		700;
/*	background:			rgb(250,230,200); */
	border-bottom:		2px rgb(200,170,130) solid;
	border-left:		1px rgb(200,170,130) solid;
	background:			linen;
	
}

td.tmt {
	padding-bottom:		2px;
	padding-right:		5px;
	padding-top:		3px;
	padding-left:		6px;
	font-family:		Arial,sans-serif;
	font-size:			12pt;
	font-weight:		100;
/*	background:			rgb(250,230,200); */
	border-bottom:		2px rgb(200,170,130) solid;
	border-left:		1px rgb(200,170,130) solid;
	background:			linen;
	
}



TD.navcat {
	font-family:		Verdana;
/*	color:				rgb(180, 80, 0);*/
	color:				black;
	font-size:			10pt;
	font-weight:		900;
	border-bottom:		2px peru solid;
	border-left:		1px peru solid;
	padding-top:		4px;
	padding-bottom:		1px;
	padding-left:		3px;
	background:			rgb(250,185,9);
}

/* Footer Menu	*/
TABLE.footertable {
	background-color:	#FFFFFF;
	width:				100%;
	text-align:			center;
	border:				0px #FCBC03 solid;
	margin-top:			0px;
	border-right:		1px lightgrey solid;
}

TD.menuitem { 
	padding-right:		10px;
}

TR.menurow	{ 
	font-family:		Tahoma;
	font-size:			7pt;
	background-color:	#FFFFFF;
	font-weight:		500;
}

