/*  
#E0E6EC    anoixto mple
#AEBFCE    kleisto mple
*/
table.menu	{
	position: absolute;
	border: 0px solid #CCCCCC; /*perigramma tou kuriws menu*/
	cursor: pointer;
	visibility: hidden;
    margin-top: 8px; /* don't change this*/
	
	/*background-color: #000000; /*xrwma grammwn sto E4E4E4ypomenuE0E6EC*/
	
}
#mainmenu	{
	position: relative;
	/*background-color: "transparent";/*xrwmma keliwn kuriws menu*/
}
table.menu td	{
	color: #000000;            /* menu item text color, Must be the same as tdColor in the menu_script.js */
	background-color: "transparent"; /* menu item background color, Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 2px 5px 2px;
	font-family: Tahoma;
	font-size: 10pt;
	white-space: nowrap;
	text-align: justify;
	font-weight:bold;
	
}
.explorer {
	/*topo8ethsh toy menu*/
	position: absolute;
	left:6%;
	top:122px;
	/*aparaithta gia thn swsth emfanish tou menu*/
	width:600px;
	z-index:3;
}
.explorer1 {
	/*topo8ethsh toy menu*/
	position: absolute;
	left:6%;
	top:276px;
	/*aparaithta gia thn swsth emfanish tou menu*/
	width:600px;
	z-index:3;
}

