/*--- CSS Document --------------------
	Domain: covenanthousemo.org
	DNN Object: Solpart Menu
	Created by: SteadyRain on 9-26-07

--------------------------------------*/
/*--- General Menu Styles ---*/
.MainMenu_MenuContainer 
{
	/*background-color: #e2e1ed;*/
	
}

.MainMenu_MenuBar 
{
	cursor: pointer; 
	cursor: hand;
	/*height:29;*/
	background-color: Transparent;
	
}

/*--- This includes root AND sub items (Menu & Drop Downs!)---*/
/*--- Because there is no .MainMenu_SubMenuItem class, we have to set those styles here... and then overwrite them where they are not desired ---*/
.MainMenu_MenuItem 
{
	z-index: 1000; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #49494b;
	font-weight: bold;
	background-color:transparent;
	text-decoration:none;
	cursor:pointer;
	padding:0px;
	/*line-height:22px;*/
	text-transform:capitalize;
	/*padding:2px 5px;*/
	/*--- If border is not zeored out, then lines will show up around each item of each drop down menu ---*/
	/*--- NOTE: If .MainMenu_MenuItem is supposed to affect every item, why does border only affect the drop down menu?---*/
	/*border-top:4px solid #FFFFFF;*/

}

/*--- Link Styles for BOTH primary & drop down menu links (HOVER) ---*/
.MainMenu_MenuItemSel 
{
	z-index: 1000; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #008abf;
	font-weight: bold;
	background-color:transparent;	
	text-decoration:none;
	cursor:pointer;
	padding:0px;
	/*line-height:22px;	*/
	text-transform:capitalize;
	/*padding:2px 5px;
	border-top:4px solid #FFFFFF;*/
}





/*--- ROOT ELEMENTS ONLY of the Main Menu (Drop Down Menu) ---*/
/*--- Overwrites styels set in .MainMenu_MenuItem & .MainMenu_MenuItemSel to appropriate root level styles.*/
/*--- ### NOTE ABOUT Fairviewheights... Because the site uses a global TD style for font, we have to overwrite that style to get root level menu item styles to be applied.  So no styles are really needed for .MainMenu_RootMenuItem. ---*/
.MainMenu_RootMenuItem
{
	/* Styles were moved to .MainMenu_RootMenuItem td */
}

/*--- To overwrite the default TD styles for the entire site ---*/
.MainMenu_RootMenuItem td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #49494b;
	font-weight: bold;
	text-transform:capitalize;
	text-decoration:none;
	padding:0px; /*--- Because the root menus backwardsly inherit the sub menu styles, we need to remove the padding applied to the sub menus ---*/
}




/*--- ### NOTE ABOUT Fairviewheights... Because the site uses a global TD style for font, we have to overwrite that style to get root level menu item styles to be applied.  So no styles are really needed for .MainMenu_RootMenuItemSel. ---*/
.MainMenu_RootMenuItemSel
{
	/* Styles were moved to .MainMenu_RootMenuItemSel td */	
}

.MainMenu_RootMenuItemSel td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #008abf;
	font-weight: bold;
	text-transform:capitalize;
	text-decoration:none;
	padding:0px; /*--- Because the root menus "backwardsly" inherit the sub menu styles, we need to remove the padding applied to the sub menus ---*/
}

/*--- ### NOTE Because the site uses a global TD style for font, we have to overwrite that style to get root level menu item styles to be applied.  So no styles are really needed for .MainMenu_RootMenuItemSel. ---*/
.MainMenu_RootMenuItemAct td
{
/*	text-transform:capitalize;
	color:#232176;
	background-color: #e2e1ed;
	font-size:11px;*/
	padding:0px; --- Because the root menus "backwardsly" inherit the sub menu styles, we need to remove the padding applied to the sub menus ---*/
}
/*--------------------------------------------------*/



/*--- SUB ELEMNTS of the Main Menu (Drop Down Menu) ---*/
.MainMenu_SubMenu /* THIS WILL NOT AFFECT INDIVIDUAL ITEMS!!! It does the drop down BOX only.*/
{
	z-index: 1000; 
	cursor:pointer;
	
	line-height:22px;
	border-bottom:0px solid #ffffff;
}

/*--- These are the actual items in the drop down menus, but the SOLPART MENU does not support this apparently ---
.MainMenu_SubMenuItem
{
	*** NOT SUPPORTED BY DNN *** 
}
*** Becuase this style class is not supported, these items are styled in the .MainMenu_MenuItem & .MainMenu_MenuItemSel classes.
----------------------------------------------------------------*/

/*--- These are the actual items in the drop down menus (MouseOver Only) */
.MainMenu_SubMenuItemSel
{
	/*--- If your HOVER styles are handled in .MainMenu_MenuItemSel, you do not need anything here. ---*/
}





.MainMenu_MenuIcon 
{
	/* NULL */
	display:none;
}

.MainMenu_MenuBreak 
{
	border: none;
	background-color:transparent;
}

.MainMenu_MenuArrow 
{
	/*--- If border is not zeored out, then lines will show up down the right of each drop down menu ---*/
	border: none;
	display:none;
}

.MainMenu_RootMenuArrow 
{
	border: none;
}