TABLE#tblFooterMenu
{
	border-bottom: black 5px double;
	height: 25px;
	background-color: #339933;
	width: 100%;
}

TABLE#tblFooterMenu TD
{
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: Verdana;
	text-align: center;
}

.aspFooterMenuBar table
{
	margin-top: 2px;
	font-size: 8pt;
	margin-bottom: 2px;
	color: black;
	font-family: Verdana;
	border-collapse: collapse;
	height: 18px;
}

.aspFooterMenuBar td
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 8pt;
	padding-bottom: 0px;
	margin: 0px;
	color: black;
	padding-top: 0px;
	font-family: Verdana;
	border-collapse: collapse;
	height: 20px;
	background-color: #43768A;
}
 
.aspFooterMenuBarItem td
{
	font-size: 8pt;
	width: 83px;
	color: white;
	font-family: Verdana;
	text-align: center;
}
    
.aspFooterMenuBarItemOver td
{
	font-size: 8pt;
	width: 83px;
	color: white;
	font-family: Verdana;
	background-color: #99ccff;
	text-align: center;
	cursor: hand;
}
    
.aspFooterMenuBarItemDown td
{
	cursor: hand;
	font-size: 8pt;
	width: 83px;
	color: white;
	font-family: Verdana;
	background-color: #99ccff;
	text-align: center;
}
    
.aspFooterMenuBarItemUp td
{
	cursor: hand;
	font-size: 8pt;
	width: 83px;
	color: white;
	font-family: Verdana;
	background-color: #99ccff;
	text-align: center;
}
