table.menu	
{
	
	position: absolute;

	border: 1px solid black;

	cursor: pointer;

	visibility: hidden;

}

#mainmenu	
{
	
	position: static;

}

table.menu td	
{

	color: #000000;
            /* Must be the same as tdColor in the menu_script.js */
	
	background-color: #CCCCCC; /* Must be the same as tdBgColor in the menu_script.js */

	border: 0px;

	padding: 0px 8px 0px 8px;

	font-family: Arial;

	font-size: 12px;
		font-weight: bold;
	height: 20px;


	white-space: nowrap;

}

table.menu2	
{
	
	position: absolute;

	border: 1px solid black;

	cursor: pointer;

	visibility: hidden;

}

table.menu2 td	
{

	color: #000000;
            /* Must be the same as tdColor in the menu_script.js */
	
	background-color: #CCCCCC; /* Must be the same as tdBgColor in the menu_script.js */

	border: 0px;

	padding: 0px 8px 0px 8px;

	font-family: Arial;

	font-size: 11px;
	height: 14px;


	white-space: nowrap;

}
.textCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;



}
.textCopy1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
.titleCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}
.textCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a:link img,a:visited img{
border:none;
}
