body
{
}
.menupanel
{
	width:180px;}
A.MenuButton, A:active.MenuButton, A:visited.MenuButton, A:link.MenuButton
{
	display:block;
	font-weight: bold;
	font-size: 12px;
	width: 178px;
	color: dimgray;
	font-family: Arial, helvetica, Verdana, Sans-Serif;
	height: 22px;
	text-decoration: none;
	margin-left:8px;
}
A:hover.MenuButton
{
	display:block;
	font-weight: bold;
	font-size: 12px;
	width: 178px;
	color: dimgray;
	background-color: gainsboro;
	font-family:  Arial, helvetica, Verdana, Sans-Serif;
	height: 22px;
	text-decoration: none;
	margin-left:8px;
}
A.MenuSubButton, A:active.MenuSubButton, A:visited.MenuSubButton, A:link.MenuSubButton

{
	font-size: 12px;
	width: 178px;
	height: 20px;
	display:block;
	color: royalblue;
	font-family:  Arial, helvetica, Verdana, Sans-Serif;
	background-color: whitesmoke;
	text-decoration: none;
}
A:hover.MenuSubButton
{
	font-size: 12px;
	display:block;
	color: royalblue;
	font-family:  Arial, helvetica, Verdana, Sans-Serif;
	width: 178px;
	height: 20px;
	position: static;
	background-color: gainsboro;
	text-decoration: none;
}





ul
{
	list-style:none;
	list-style-position:outside;
	margin-left:2px;
	padding-left:3px;
	
	
}

#ul ulfoot
{
	list-style:none;
	
}
#ulfoot li
{
	display:inline;
}

