TABLE#tblMainMenu
{
	border-bottom: black 5px double;
	height: 25px;
	background-color: #339933;
	width: 100%;
}

TABLE#tblMainMenu TD
{
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: Verdana;
	text-align: center;
}

.aspMainMenuBar table
{
	font-size: 8pt;
	color: black;
	font-family: Verdana;
	border-collapse: collapse;
	height: 18px;
}

.aspMainMenuBar td
{
	border-right: fuchsia 0px solid;
	padding-right: 0px;
	border-top: fuchsia 0px solid;
	padding-left: 0px;
	font-weight: bold;
	font-size: 8pt;
	padding-bottom: 0px;
	margin: 0px;
	border-left: fuchsia 0px solid;
	color: black;
	padding-top: 0px;
	border-bottom: fuchsia 0px solid;
	font-family: Verdana;
	border-collapse: collapse;
	height: 20px;
	background-color: #81af7b;
}
 
.aspMainMenuBarItem td
{
	font-size: 8pt;
	border-left: #dcdcdc 1px solid;
	border-right: #dcdcdc 1px solid;
	width: 83px;
	color: black;
	font-family: Verdana;
	background-color: #339933;
	text-align: center;
}
    
.aspMainMenuBarItemOver td
{
	font-size: 8pt;
	border-left: #dcdcdc 1px solid;
	border-right: #dcdcdc 1px solid;
	width: 83px;
	color: white;
	font-family: Verdana;
	background-color: #81AF7B;
	text-align: center;
	cursor: hand;
}
    
.aspMainMenuBarItemDown td
{
	cursor: hand;
	font-size: 8pt;
	border-left: #dcdcdc 1px solid;
	border-right: #dcdcdc 1px solid;
	width: 83px;
	color: yellow;
	font-family: Verdana;
	background-color: #81AF7B;
	text-align: center;
}
    
.aspMainMenuBarItemUp td
{
	cursor: hand;
	font-size: 8pt;
	border-left: #dcdcdc 1px solid;
	border-right: #dcdcdc 1px solid;
	width: 83px;
	color: yellow;
	font-family: Verdana;
	background-color: #81AF7B;
	text-align: center;
}
