
/*
<!---
// ******************************************************************************************* //

CREATED BY: David Wilf
MODULE:
DESCRIPTION: Contains styles for menu

INCLUDED TEMPLATES:

COPYRIGHT: 

$Workfile$
$Archive$
$Revision$ : 
$Modtime$

$Log$

// ******************************************************************************************* //
--->
*/


.mainFormatTable
	{
	width:140px;
	margin-left:2px;
	margin-top:4px;	
	}
		
.menuTd
	{
	padding-left:12px;
	padding-bottom:5px;	
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	color: #339900;
	}
	
		
.menuTabtd
	{
	border-right:groove thin;
	border-bottom:groove thin;	
	}

	
	/* Anchored text attributes */

a:link 
	{ 
	color:#3E3EFF;
	text-decoration:underline;
	}
a:visited 
	{ 
	color:#3E3EFF; 
	text-decoration:underline;
	}
a:hover 
	{ 
	color:#339900; 
	text-decoration:underline; 
	cursor:hand
	}
a:active { 
	color:#3E3EFF; 
	text-decoration:underline;
	}