.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	color: blue;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #FFFFEC 0px solid; 
	border-bottom: #FFFFEC 1px solid; 
	border-top: #FFFFEC 1px solid; 
	border-right: #FFFFEC 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #555555; /*  622E00 page name in all (sub)menus */
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif, Sans Serif; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent; /* Background behind all page names, including at top level - but not the icon on the left - see MainMenu_MenuItemSel for this
		/*Transparent url(<%=SkinPath%>images/VGrnTbar.gif) repeat-x;*/
}
.MainMenu_MenuIcon {
	background-color: Beige; 
	border-left: #FFFFEC 1px solid; 
	border-bottom: #FFFFEC 1px solid; 
	border-top: #FFFFEC 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	color: green;
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: Beige;  /* Submenu items NOT hovered over */
	z-index: 1000; 
	color: red;
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);  /* Submenu edge shadow color- grey */
}
		/*#FE7FFBA #FEEAA  filtttter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); */
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: Beige; /* background of entire cell mouse is hovering over - including icon if any); not overwritten: affects menu & sub items hovered over*/
	cursor: pointer; 
	cursor: hand; 
	color: Brown; /* Page name mouse is hovering over; overwritten somewhere: Affects only submenu selected items*/
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif, Sans Serif;
	font-size: 9pt; /* overwritten somewhere: Affects only submenu selected items*/
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuArrow { /* box to right of page name, with arrow in it */
	border-right: #FFFFEC 1px solid; 
	border-bottom: #FFFFEC 1px solid; 
	border-top: #FFFFEC 0px solid;
	font-family: webdings;
	color: red;/* /* - works, sets square background color*/
	/*background-color: Transparent; /* - works, sets square background color*/
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-size: 10pt; 
	color: blue;
	/* 
		font-family: webdings; 
	background-color:magenta; /* - works, sets color of square behind root-level arrows only */
	cursor: pointer; 
	cursor: hand;
}