/*                                                                          */
/* 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_main
{
    width:691px;
    margin: auto;
    text-align: center;    
    line-height:.5em;
	text-transform:uppercase;
	display:inline;
	color:#9A9B9D;
}
/*
.menu_newmoney_footer_main .ekflexmenu 
{
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
    /* font-size: 1.61em; */
    /* font-family: Sans-Serif; */
    /* width: 191px; 
    text-align:center;
    width: 691px;
    margin: auto;
    padding: 0px;
}
*/


.menu_newmoney_footer_main .ekflexmenu_submenu,
.menu_newmoney_footer_main .ekflexmenu_submenu_hover,
.menu_newmoney_footer_main .ekflexmenu_submenu_parent,
.menu_newmoney_footer_main .ekflexmenu_submenu_parent_hover
{
	/* DIV; holds submenu items, such as a submenu title and links. */
	/*position: relative;
	top: 0px;
	left: 0px;*/
	
	padding: 5px 2px 0 2px;    
	color:#9A9B9D;
	/*font-size:0.9em;*/
}
	.menu_newmoney_footer_main .ekflexmenu_button_selected, .menu_newmoney_footer_main .ekflexmenu_button_selected_hover{
	line-height:1.5em;
	text-transform:uppercase;
	display:inline;
	color:#9A9B9D;
	background: url(/newmoney/images/bullet_footer.gif) 0px 5px no-repeat;
	padding: 0 2px 0 6px;
	
	
	
}

.menu_newmoney_footer_main 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_main LI
{
	/* LI; container for menu items (typically either links or sub-menus). */
	/* display:inline; */
	display:inline;
	
	
	
}


    

.menu_newmoney_footer_main .ekflexmenu_submenu_items 
{
	/* padding: 10px 140px 0; */
	background: none;
	/* width: 691px; */
	width: 661px;
	margin: auto;
	padding:0px;
	text-align: center;
	font-size:0.9em;
}



/* Nested menu items */
.menu_newmoney_footer_main .ekflexmenu_submenu_items .ekflexmenu_submenu_items, 
.menu_newmoney_footer_main .ekflexmenu_submenu_items .ekflexmenu_submenu_items_hidden, 
.menu_newmoney_footer_main .ekflexmenu_submenu_items_hidden .ekflexmenu_submenu_items_hidden
{
	/* Rule is applied to nested submenus. Hidden included in-case */
	/* Javascript is not supported and hidden submenus are made visible. */
	/* padding-left: 5px; */ /* indents menu items, accumulating with each nesting level */
    /* border-bottom-width: 0px; */ /* prevents bottom border from accumulating, with each level of nesting */
    
  
}

/* Button menu items, controls visibility of associated sub-menus */
.menu_newmoney_footer_main .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 */
    	
	padding: 0 2px 0 6px;
	color:#9A9B9D;
	/*font-size:.9em;*/
	line-height:1.5em;
	text-transform:uppercase;
	display:inline;
	background: url(/newmoney/images/bullet_footer.gif) 0px 5px no-repeat;
	
   
}

.menu_newmoney_footer_main .ekflexmenu_button:focus,
.menu_newmoney_footer_main .ekflexmenu_button:hover,
.menu_newmoney_footer_main .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 */
   padding: 0 2px 0 6px;
	color:#9A9B9D;
	/*font-size:.9em;*/
	line-height:1.5em;
	text-transform:uppercase;
	display:inline;
	background: url(/newmoney/images/bullet_footer.gif) 0px 5px no-repeat;
}







/* make sure the blank menu item appears with a bullet in IE*/
#e76165f19_149_214, #e76165f19_149_214_button,  #e76165f19_149_215_button, #e76165f19_149_215
.inner #e76165f19_149_214, .inner #e76165f19_149_214_button, .inner  #e76165f19_149_215_button, .inner #e76165f19_149_215 {
	
	background: none; 
	padding:0px;
	
}


#e76165f19_149_155_button, #e76165f19_149_155,
.inner #e76165f19_149_155_button, .inner #e76165f19_149_155{
padding-left:2px;
background: none; 
}


.inner #e76165f19_149_150_button 
{
	padding: 0 2px 0 6px;
	color:#9A9B9D;
	/*font-size:.9em;*/
	line-height:1.5em;
	text-transform:uppercase;
	display:inline;
	background: url(/newmoney/images/bullet_footer.gif) 0px 5px no-repeat;
}
