/*	Simple VII Menu Tutorial by PVII	Style Sheet for Version 4 Browsers		While this Style Sheet provides a nice look for version 4 browsers,	it's up to you to determine just how far you want to go in styling	for older browsers.		Advanced <a> properties such as Block, background colors, and the	the hover and focus pseudoclasses are omitted for lack of support.*//* 	Body Element	For Netscape 4 compatibility, we advise changing the paths to your backgroud images	to either Site Relative or Absolute*/body {	background-image:  url(p7snapPbg.jpg);	background-repeat: repeat-x;	background-color: #FFFFFF;	margin: 4px 0 0;}/* 	Netscape 4 needs Fonts styles to be declared explicitly for each tag	Using pixel sizes for fonts is the safest solution for older browsers.*/div, p, a {font-family: Arial, Helvetica, sans-serif;}#logo {	position: absolute;	top: 0px;	left: 0px;}h1 {margin: 0;}h2 {	margin: 24px 0 0 0;	font-family: "Century Gothic", Arial, sans-serif;	font-weight: normal;	font-size: 24px;}#maincontent {font-size: 14px;}#maincontent p {	margin: 6px 0 12px 0;}/* 	We include the Netscape 4 proprietary layer-background-color property*/#p7snapsubs1, #p7snapsubs2, #p7snapsubs3 {	position: absolute;	width: 160px;	top: 86px;	left: 0;	visibility: hidden;	background-color: #FFFFFF;	layer-background-color: #FFFFFF;	border: 1px solid #666;	font-size: 14px;}.p7submenus p {margin: 2px 10px;}.p7submenus a, .p7submenus a:visited {	color: #000;}#footer {	margin: 24px 0 0 0;	font-size: 12px;}
