table#LeftMenu a {
	text-decoration:	none;
	font-size: 		10pt;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
/*	font-weight: 		bold;*/
/*	text-transform: 	uppercase;	*/
	xwidth:150px;
}


table#LeftMenu a:hover {
	background-color: #7777FF;
}


table#LeftMenu a:link {
	color: white;
	text-decoration: 	none;
}

table#LeftMenu a:visited	{color: white;}

table#LeftMenu a:active	{
	color: 			white;
	font-weight: 		bold;
/*	background-color: 	#0000ff;*/
}



table#LeftMenu {
	font-size: 		10pt;
	font-family:		verdana, arial;
	cell-valign: 		top;
}

table#LeftMenu td {
	background-color: 	#000000;
	margin-left:		20px;
	align:			left;
	font-family:		verdana, arial;
	font-size: 		8pt;
	padding:7px 0;
}


table#LeftMenu TR#row1 { border-top: 3px solid blue }
table#LeftMenu TR#row2 { border-top: 1px solid black }
table#LeftMenu TR#row3 { border-top: 1px solid black }



table#LeftMenu p {
	background-color: 	#000000;
	margin-left:		0px;
}




td.tdSubMenu {padding:0px;margin:0;}

td.tdSubMenu a {width:0;}

