/* CSS Document */







		/* Menu Div Positioner*/
		.menu
		{
		position:absolute;
		width:175px;
		padding-left:50px;
		}
		
		/* Affects table in the menu class */
		.menu #menutable
		{
		height:auto;
		width:175px;
		}
		
		/* this is for links that are on (active) when you are on the page the link is referencing. ALSO LINKS */
		
		.menu #menutd_on
		{
		height:11px;
		text-align:left;
		vertical-align:middle;
		padding:0px;
		}
		
		.menu #menutd_on a
		{
		display:block;
		padding-top:7px;
		padding-bottom:7px;
		padding-right:7px;
		padding-left:10px;
		}
		
		
		.menu #menutd_on a:link, .menu #menutd_on a:visited 
		{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10pt;
		font-weight:bold;
		text-decoration:none;
		color:#000000;
		border-left:#FFCC00 solid 5px;
		border-bottom:#FFCC00 solid 1px;
		}
		
		.menu #menutd_on a:hover, .menu #menutd_on a:active
		{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10pt;
		font-weight:bold;
		text-decoration:none;
		color:#000000;
		border-left:#FFCC00 solid 5px;
		border-bottom:#FFCC00 solid 1px;
		}
		
		/* Affects all cells in a table in the menu class */
		.menu #menutd
		{
		height:11px;
		text-align:left;
		vertical-align:middle;
		padding:0px;
		}
		
		/* this is to create the link ability for a table cell. The whole cell is a link and not just the text */
		.menu #menutd a
		{
		display:block;
		padding-top:7px;
		padding-bottom:7px;
		padding-right:7px;
		padding-left:10px;
		}
		
		/* This sets the attributes for the link stages and also sets the image that fills the table cell on mouse off */
		.menu #menutd a:link, .menu #menutd a:visited
		{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10pt;
		text-decoration:none;
		border-left:#CC0000 solid 5px;
		border-bottom:#CC0000 solid 1px;
		color:#000000;
		}
		
		/* This sets the attributes for the link stages and also sets the image that fills the table cell on mouse over */
		.menu #menutd a:hover, .menu #menutd a:active 
		{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10pt;
		color:#000000;
		text-decoration:none;
		font-weight:bold;
		border-left:#CC0000 solid 5px;
		border-bottom:#FFCC00 solid 1px;;
		}
