p		{
		color=#0f0;
		}

.menu		{
		font-family:"lucida console", sans-serif;
		font-size:17px;
		}

table.navmenu 	{
		position:fixed;
		top:155px;
		left:0px;
		width:150px;
		}

.menulogo	{
		position:fixed;
		top:0px;
		left:0px;
		padding:0;
		width:150px;
		}

td.menubutton 	{
		list-style-type:none; /* remove the bullets */
		margin:0; /* remove the automatic margin that some
				browsers use for the text-indent. */
		padding:0; /* remove the automatic padding that other
				browsers use for the text-indent. */
		width:150px; /* fix the width of the list items which
				would default to 100% */
		}

td.menubutton a, td.menubutton a:visited, td.menubutton a:active
		{
  		text-decoration:none; /* remove the default underline
					from the links */
		display:block; /* make each link into a block so that
				hovering over any area of the link
				will cause a change of backgrnd color */
		width:150px; /*set the width to be the same as the ul width */
  		text-indent:5px; /* move the link text 5px to the right */
  		background:#9c001e; /* make the background color red */
  		color:#fff; /* make the text color white */
  		border-bottom:1px solid #fff; /* separate the links with a 1px
						wide white line */
		filter:alpha(opacity=50);
		-moz-opacity:0.5;
		opacity:0.5;
		-khtml-opacity:0.5;
		}

td.menubutton a:hover
		{
		background:#000; /* change the background to blue on :hover */
		filter:alpha(opacity=100);
		-moz-opacity:1.0;
		opacity:1.0;
		-khtml-opacity:1.0;
		}

div.content	{
		position:absolute;
		left:160px;
		padding-right:25px;
		}

div.currentpagelink
		{
		color:#fff; /* make the text color white */
		text-indent:5px; /* move the link text 5px to the right */
  		text-decoration:none;
  		border-bottom:1px solid #fff;
		background:#000; /* change the background to blue on :hover */
		filter:alpha(opacity=100);
		-moz-opacity:1.0;
		opacity:1.0;
		-khtml-opacity:1.0;
		}
