/* see http://www.skinningtoolkit.com/DOTNETNUKECLASSES/SolpartMenu/tabid/109/Default.aspx
   for excellent explanation of the SolPartMenu classes */
.MainMenu_MenuContainer    {background:transparent:}
.MainMenu_RootMenuArrow    {display:none;}
.MainMenu_MenuBar          {height:25px; margin: 20px} 
.MainMenu_MenuArrow        {border:0px;}

/* Styling for menu items */
.MainMenu_MenuIcon,
.MainMenu_MenuItem {
	color: black; 
	border:0px;
	height:25px;
}
/* override color here since there's no submenu class available to do this */
.MainMenu_RootMenuItem {
	background-color:white;
}

/* Styling for selected item */
.MainMenu_MenuItemSel,
.MainMenu_MenuItemSel td {
	color:#992035;
}
.MainMenu_RootMenuItemSelected {
	background-color: white
}
.MainMenu_SubMenuItemSelected {
	color:white;
	background-color:#992035;
}

/* Styling for sub-menu box (not individual items) */
.MainMenu_SubMenu {
	z-index: 1000;
	border:1px black solid;
	margin-left:5px;
}
