.menuTbl
{
	border:0px;
	width:100%;	
}

.menuTbl 
{
	padding-bottom: 8px;
}

.node a
{
	color:#000000;
	font-weight:normal;
	font-family: verdana, arial, tahoma; 
	font-size: xx-small;
}

.node A:link 
{ 
	text-decoration: none; 	
}

.node A:visited 
{ 
	text-decoration: none; 
}

.node A:active 
{ 
	text-decoration: none; 	
}

.node A:hover 
{ 
	text-decoration: underline;
}	


.nodeSelected A
{
	color:#000000;
	font-weight:bold;
	font-family: verdana, arial, tahoma; 
	font-size: xx-small;
	text-decoration:underline;
}

.nodeSelected A:Hover
{	
	text-decoration:underline;	
}