.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	color: blue;
	height:16px;
	background-color:Transparent;
}
.MainMenu_MenuContainer {
}
.MainMenu_MenuItem {
	border-left: #FFFFEC 0px solid; 
	border-bottom: #D5EBF7 1px solid; 
	border-top: #D5EBF7 1px solid; 
	border-right: #FFFFEC 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #0088CD; /*  #38506A (bird's head blue) #E08716 (AlTo soft orange) #555555 (grey) #622E00 (?) page name in all (sub)menus */
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	font-style: normal; 
	background-color:Transparent;
	/*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_MenuItemSel { /* If not specified here, some values taken from MainMenu_MenuItem, or else from /Portals/_default/default.css */
	/* background-color: WhiteSmoke; /* background of entire cell mouse is hovering over - including icon if any); not overwritten: affects menu & sub items hovered over*/
	/* cursor: hand; */
	color: #38506A; /* brown Page name mouse is hovering over; overwritten somewhere: Affects only submenu selected items */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; /* overwritten somewhere: Affects only submenu selected items */
	/* font-weight: bold; */
	/* font-style: normal; */
}

/*	Main Menu color comes from TD definition in skincolor.css, typically set by SkinColor-Text in Palettes.xml 
	This however also affect the footer items & more, so we use IE Dev Toolbar to extract a class - that works for us today - maybe not tomorrow...
	dnn_dnnsolpartmenu_ctldnnsolpartmenu_spmitm MainMenu_MenuBar MainMenu_MenuItem
*/
.dnn_dnnsolpartmenu_ctldnnsolpartmenu_spmbar {
	color: #0088CD; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	text-align:center;
	font-weight:normal;
}

/* Following is also inherited from /Portals/_default/default.css ! 
.ModuleTitle_MenuItem {
	color: #0088CD; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
}

/* Following is also inherited from /Portals/_default/default.css !
.ModuleTitle_MenuItemSel {
	color: #0088CD; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
}
*/

.MainMenu_MenuIcon {
	background-color: WhiteSmoke; 
	border-left: #FFFFEC 1px solid; 
	border-bottom: #FFFFEC 1px solid; 
	border-top: #FFFFEC 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	color: green;
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: WhiteSmoke;  /* Submenu items NOT hovered over */
	z-index: 1000; 
	color: red;
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); /* Extreme Right & Bottom Submenu edge shadow color- grey; Also hides transparency */
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuArrow { /* #FFFFEC box to right of page name, with arrow in it */
	border-right: #FFFFEC 1px solid; 
	border-bottom: #D5EBF7 1px solid; 
	border-top: #D5EBF7 1px 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;
}
