/* borrowed from http://www.quirksmode.org */
/* The styles for each menu */

div.navilayer {
	position: absolute;
	top: 1px;
	visibility: hidden;
	width: 150px;
	z-index: 1;
}

div#base {
	position: relative;
}

div a:visited {
	background-color: transparent;
}

/* 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 {
	width: 150px;
	border-top-width: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	background: transparent url(/Library/pics/background4.png);
	filter: alpha(opacity=83);
	
}


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

div.navilayer div.fill {
	background-color: transparent;
	background:none;
}


/* 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;
	width: 150px;
	color: #000000;
	text-decoration: none;
	padding-left: 5px;
	letter-spacing: 1px;
}


/* 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: #000000;
	filter: alpha(opacity=100);
}

div.navilayer div.over a {
	color: #ffffff;
	filter: alpha(opacity=100);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	
}
.menuSystem {
	position: relative;
	left: -35px;
	top: -380px;
	text-align: left;
	z-index: 10;
}
