#mainMenu{
	background-color:#FFF; /* Background color of main menu */
	font-family:Trebuchet MS,Lucida Sans Unicode,Arial,sans-serif; /* Fonts of main menu items */
	font-size:1.1em; /* Font size of main menu items */
	border-bottom:1px solid #AFA582; /* Bottom border of main menu */
	height:30px; /* Height of main menu */		
	position:relative; /* Don't change this position attribute */
	visibility:hidden;
}
#mainMenu a{
	padding-left:5px; /* Spaces at the left of main menu items */
	padding-right:5px; /* Spaces at the right of main menu items */
	font-weight:bold;
	/* Don't change these two options */
	position:absolute;
	bottom:-1px;
}
#submenu{		
	font-family:Trebuchet MS,Lucida Sans Unicode,Arial,sans-serif; /* Font of sub menu items */
	background-color:#F3F0DA; /* Background color of sub menu items */
	visibility:hidden;
	width:100%; /* Don't change this option */
}
#submenu div{
	white-space:nowrap; /* Don't change this option */
}
	/*
	Style attributes of active menu item 
	*/
#mainMenu .activeMenuItem{
	/* Border options */
	border-left:1px solid #AFA582;
	border-top:1px solid #AFA582;
	border-right:1px solid #AFA582;		
	background-color:#F3F0DA; /* Background color */
	cursor:pointer; /* Cursor like a hand when the user moves the mouse over the menu item */
}
	/*
	Style attributes of inactive menu items
	*/
#mainMenu .inactiveMenuItem{
	color:#840808; /* Text color */
	cursor:pointer; /* Cursor like a hand when the user moves the mouse over the menu item */

}
	
#submenu a{	
	text-decoration:none; /* No underline on sub menu items - use text-decoration:underline; */
	padding-left:7px; /* Space at the left of each sub menu item */
	padding-right:7px; /* Space at the right of each sub menu item */
	color: #E39999; /* Text color */
}
	
#submenu a:hover{
	color: #800000; /* Red color when the user moves the mouse over sub menu items */
	text-decoration:none;
}

body {
	margin:0px; height:100%; padding:0px; font-family: Arial, Helvetica, Sans Serif;
	font-size:11px; color:#333333; scrollbar-arrow-color:#FFFF40;
	scrollbar-track-color:#F7F3F3; scrollbar-3dlight-color:#AFA582;
	scrollbar-base-color:#F1DDDD; scrollbar-darkshadow-color:#ced0a3;
	scrollbar-face-color:#840808; scrollbar-highlight-color:#E3E52D;
	scrollbar-shadow-color:#C00000;
}

td {
	font-size: 11px;
}

a:link, a:visited {
	color: #666
 6FF;text-decoration: none;font-weight: bold;
}

a:hover {
	color:#999
 9FF;text-decoration:underline;font-weight:bold;
}

#mainlogo { margin:0; position:relative }
#salib {
	background: url('/ekaristi/salib2.gif') no-repeat;
	/** salib.gif
	width:99px; height:184px; **/
	/** salib2.gif **/
	width:148px; height:217px;
	position:absolute; z-index:1;
	top:0px;
	left:0px;
}
#ekaristi {
	background: url('/ekaristi/header2logo.gif') no-repeat;
	width:780px; height:90px;
	position:absolute; z-index:1;
	top:68px;
	left:0px;
}

