TABLE#tblMainMenu
{
	border-bottom: #cc9900 5px double;
	height: 25px;
	background-color: #cc9900;
	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: #cc9900;
}
 
.aspMainMenuBarItem td
{
	font-size: 8pt;
	border-left: white 1px solid;
	border-right: white 1px solid;
	width: 83px;
	color: black;
	font-family: Verdana;
	background-color: #cc9900;
	text-align: center;
}
    
.aspMainMenuBarItemOver td
{
	border-right: white 1px solid;
	font-size: 8pt;
	border-left: white 1px solid;
	width: 83px;
	cursor: hand;
	color: white;
	font-family: Verdana;
	background-color: #937600;
	text-align: center;
}
    
.aspMainMenuBarItemDown td
{
	font-size: 8pt;
	border-left: white 1px solid;
	border-right: white 1px solid;
	width: 83px;
	color: white;
	font-family: Verdana;
	background-color: #DDBB00;
	text-align: center;
	cursor: hand;
}
    
.aspMainMenuBarItemUp td
{
	font-size: 8pt;
	border-left: white 1px solid;
	border-right: white 1px solid;
	width: 83px;
	color: white;
	font-family: Verdana;
	background-color: #DDBB00;
	text-align: center;
	cursor: hand;
}
