.submenu
{
	/*you need the first line to hide the menus on load but you can put
	any other style info for the table here too*/
	position: absolute;
	left: -999em;
	top: -300px;
	background-color: White;
	border-width:1px;
	border-color: #496815;
	border-style: solid;
	padding: 3px;
}

/* these are the styles for the submenu links */
.submenu a:link 
{
	text-decoration:none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.submenu a:hover 
{
	text-decoration:none;
	background-color:#6600FF;
	color:White;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.submenu a:visited 
{
	text-decoration:none; 
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 2px;
}

