table.menu	{
	position: absolute;
	border: 0px;
	cursor: pointer;
	visibility: hidden;

}
#mainmenu	{
	position: static;
}
table.menu td	{
	color: #ffffff;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #005F36; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding-left: 45px;
	padding-right:45px;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: Normal;
	height:20px;
	text-align:left;
	white-space: nowrap;
}

.judul {
	font-family:Verdana; 
	font-size:10pt;  
	font-weight:bold;
	color: #005F36; 
}

.subjudul {
	font-family:Verdana; 
	font-size:8pt;  
	font-weight:bold;
	color: #005F36; 
}
.isi {
	font-family:Verdana; 
	font-size:8pt; 
	text-align: justify;
	color: #666666;
}
.legend {
	font-family:Verdana; 
	font-size:8pt; 
	text-align: left;
	color: #999999;
	text-decoration:italic;
}

.linkBC {
	font-family:Verdana; 
	font-size:7pt; 
	color: #666666;

}


.linkArt {
	font-family:Verdana; 
	font-size:8pt; 

}

.linkM {
	font-family:Verdana; 
	font-size:8pt; 
	text-align: left;

}