@charset "iso-8859-7";
/* CSS Document */



/* The styles for each menu */

div.navilayer {position: absolute;
	visibility: hidden;
	font: 11px verdana;
	color: #003366;
}

div#base {
	position: relative;
}

div a:visited {
	background-color: transparent;
	font: 11px verdana;
	color: #003366;
	font-weight:bold;
}

/* The extra DIV around the links. I'd rather have done a {display: block} throughout but that doesn't work in Explorer 4. */

div.navilayer div {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font: 11px verdana;
	color: #003366;
	font-weight:bold;
}



/* This style does not work in Netscape 4 so you see the borders of the empty DIV's */

div.navilayer div.fill {
	}


/* Explorer 5.5 gives my general link colours precedence over the colour defined here. I think it's a bug */

div.navilayer div a {
	display: block;
	color: #003366;
	text-decoration: none;
	font: 11px verdana;
	font-weight:bold;
	border-left:2px solid #ff0000;
	padding:2px 2px 2px 5px;
}


/* The styles for the pseudo-mouseover. The class change does not work in Netscape 4,
	while Opera 5 changes the class but doesn't do anything about it,
	so these styles will never be visible in those browsers */

div.navilayer div.over {
	background: #ffffff;
}

div.navilayer div.over a {
	color: #ee0000;
	font: 11px verdana;
	font-weight:bold;
}
