/*                                                                          */
/* NOTICE:                                                                  */
/*    To support more than one-single FlexMenu server control per page      */
/*    the CSS files' name is used as a class and is prefixed to all of      */
/*    the selectors (without the path or extension).                        */
/*                                                                          */
/*    The server control will automatically wrap the entire FlexMenu        */
/*    within a div-tag, whose class-name will be derived from the filename. */
/*                                                                          */
/*    *** THESE MUST BE ENTIRELY IN LOWER CASE! ***                         */
/*    The server control will cast these filenames to lower before use!     */
/*                                                                          */
/*    Only the base ASCII character set is supported.                       */
/*                                                                          */
/*    Also, spaces and periods before the extension will be converted       */
/*    into underscores, as these are not permitted within the selector.     */
/*                                                                          */

.menu_newmoney_footer .ekflexmenu 
{
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
    /* font-size: 1.61em; */
    /* font-family: Sans-Serif; */
    /* width: 191px; */
    padding: 0px;
    
}

.menu_newmoney_footer .ekflexmenu_submenu,
.menu_newmoney_footer .ekflexmenu_submenu_hover,
.menu_newmoney_footer .ekflexmenu_submenu_parent,
.menu_newmoney_footer .ekflexmenu_submenu_parent_hover
{
	/* DIV; holds submenu items, such as a submenu title and links. */
	/*position: relative;
	top: 0px;
	left: 0px;*/
	
	display:inline;
	
	
	
	
	
	
}

.menu_newmoney_footer UL 
{
	/* UL; a container for menu list items (useful for non-graphical browsers). */
	/* border-top: 1px solid #EDEDED;
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 191px; */
	
	
}

.menu_newmoney_footer LI
{
	/* LI; container for menu items (typically either links or sub-menus). */
	/* display:inline; */
	display:inline;
	
	
}


    

.menu_newmoney_footer .ekflexmenu_submenu_items 
{
	text-align:center;
	width:971px;
	padding-bottom:0px;
	
	
}



/* Button menu items, controls visibility of associated sub-menus */
.menu_newmoney_footer .ekflexmenu_button
{
	/* A; holds the title of the associated submenu, and typically acts as a */
	/* button (or folder) for the submenu. Can also hold images (background, etc). */
	/* background: #ECECEC;
	border-bottom: 1px dotted #91B0A3;
    color: #10442F;
    display: block;
    padding: 2px 0px 0px 0px;
    text-decoration: none;
    text-indent: 12px;
    width: 100%; */ /* capture on-click for entire row that the button occupies */
   color:#9A9B9D; 
    
}

.menu_newmoney_footer .ekflexmenu_button:focus,
.menu_newmoney_footer .ekflexmenu_button:hover,
.menu_newmoney_footer .ekflexmenu_button_hover
{
	/* A; hovered version of .ekflexmenu_button, see above... */
	/* background: #ECECEC;
	border-bottom: 1px dotted #91B0A3;
    color: #10442F;
    display: block;
    padding: 2px 0px 0px 0px;
    text-indent: 12px;
    width: 100%; */ /* capture on-click for entire row that the button occupies */
   color:#9A9B9D; 
   
}

.menu_newmoney_footer .ekflexmenu_button_selected_hover, .ekflexmenu_button_selected
{
	/* A; hovered version of .ekflexmenu_button_selected, see above... */
	/* background: #E2E2E2;
	border-bottom: 1px dotted #91B0A3;
    color: #10442F;
    display: block;
    padding: 2px 0px 0px 0px;
    text-decoration: underline;
    text-indent: 12px;
    width: 100%; */ /* capture on-click for entire row that the button occupies */	
	background-image:none;
	color:#9A9B9D;
	
	
	


}

/* Link menu items */
.menu_newmoney_footer a.ekflexmenu_link, 
.menu_newmoney_footer a.ekflexmenu_link:link, 
.menu_newmoney_footer a.ekflexmenu_link:visited {
	/* A; link for individual menu items (CMS quicklink, external link, etc.). */

}
.menu_newmoney_footer a.ekflexmenu_link_selected {
	color:#9A9B9D;
	
	
}
.menu_newmoney_footer a.ekflexmenu_link_selected:hover, 
.menu_newmoney_footer a.ekflexmenu_link:hover,
.menu_newmoney_footer a.ekflexmenu_link:active, 
.menu_newmoney_footer a.ekflexmenu_link:focus 
{
	color:#9A9B9D;
	display:inline;	
	padding: 0 0 10px;
  
}


#e1a3ab4fd_200_201_button 
{
	padding: 0 5px 10px 0;

}


#e1a3ab4fd_200_202_button
{
	background: url(/newmoney/images/spacer_footer_1.gif) 0px 3px no-repeat;
	padding: 0 5px 0 7px;
}

#e1a3ab4fd_200_203_button
{
	background: url(/newmoney/images/spacer_footer_1.gif) 0px 3px no-repeat;
	padding: 0 0 0 7px;
}

	
	
