table#snav	{
	left: 280px;
	position: absolute;
	margin: 10px 0 0 0;	
	padding: 7px;
	background: #B5E9AB;
	border: 2px solid #32887D;
	width: 620px; /* False value for IE4-5.x/Win */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 610px; /* Actual value for conformant browsers */
	}

html>table#snav  {
	width: 610px; /* Be nice to Opera */
	}

/* Create buttons */
table#snav td, #snavtop li  {
	vertical-align: middle;
	margin: 0;
	padding: 2px;
	}


table#snav td a, #snavtop li a  {
	display: block;
	font: 10px/15px Verdana, Lucida, Arial, sans-serif;
	text-align: center;
	font-weight: bold;
	border: 1px solid #000;
	padding: 0;
	background: #2D7067;
	color: #fff;
	text-decoration: none;
	height: 15px;
	width: 140px; /* False value for IE4-5.x/Win */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 138px; /* Value for conformant browsers */
	}

html>#snav td a, html>#snavtop li  {
	width: 138px; /* Be nice to Opera */
	}

table#snav td a:hover, #snavtop li a:hover  {
	font-weight: normal;
	background: #a8a8a8;
	color: #fff;
	text-decoration: none;
	}

#snav ul  {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
	}


