table.menu	{
	position: absolute;
	top: 240px;
	border: none;
	cursor: pointer;
	cursor: hand;
	visibility: hidden;
}

#mainmenu	{
        background-color: transparent;   
}

.mennu	{
	color: black;            /* Must be the same as tdColor in the menu_script.js */
	background: url(btn_whiteblue.gif) ; /* Must be the same as tdBgColor in the menu_script.js */
        border: none;
	/*padding: 1px 1px 1px 1px;*/
	font-family: Arial;
	font-size: 12px;
        font-weight: bold;
	/*white-space: nowrap;*/
}

.noo {
        background :none;
        border: none; 
}

table.submenu    {
	position: absolute;
	border: none;
	cursor: pointer;
	cursor: hand;
	visibility: hidden;

}

table.submenu td {
	color: black;              /* Must be the same as tdColor in the menu_script.js */
	background-color: #dbe6f5; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 0px 8px 2px;
	font-family: Arial;
	font-size: 12px;
	white-space: nowrap;
}

table.submenu td img {
        vertical-align: middle;
                 width: 7px;
                height: 7px;
}
