table.menu	
{
	position: absolute;
	cursor: pointer;
	cursor: hand;
	visibility: hidden;
}

table.submenu	
{
	position: absolute;
	cursor: pointer;
	cursor: hand;
	border: 1px solid #FFFFFF;
	visibility: hidden;
}

table.menu td	
{
	color: #003366;            
	background-color: ;
	padding: 3px 5px 3px;
	text-Align: center;
	
	font-family: Verdana;	
	font-size: 12px;
	font-weight: bold;
}

table.submenu td	
{
	color: #FFFFFF;          
	background-color: #003366; 
	border-Bottom: 1px solid #FFFFFF;	
	
	padding: 2px 5px 2px;
	
	font-family: Verdana;
	font-size: 8pt;
	
	width:  175px;
}